FFmpeg git repo
Go to file
Ivo van Poorten b38d487466 New implementation of rgb32tobgr32
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL

Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-16 21:41:03 +00:00
doc Mention configure parameters for enabling AMR. 2007-04-15 19:45:48 +00:00
libavcodec Move AC3 header parsing code together with the rest of the AC3 parsing code. 2007-04-15 12:32:36 +00:00
libavformat add an enum for need_parsing 2007-04-15 13:51:57 +00:00
libavutil Add first and second output to earlyclobbers in COPY3_IF_LT macro. 2007-04-03 11:21:16 +00:00
libpostproc typos/grammar 2007-04-07 14:09:20 +00:00
libswscale New implementation of rgb32tobgr32 2007-04-16 21:41:03 +00:00
tests fix tiff regression test (bitexact flag was ignoredwhich caused the 2007-04-14 18:58:26 +00:00
vhook Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 2007-04-01 17:23:15 +00:00
COPYING
CREDITS
Changelog CRYO APC demuxer 2007-04-07 21:34:18 +00:00
Doxyfile
INSTALL
MAINTAINERS typos 2007-04-07 14:10:02 +00:00
Makefile include only files actually built in SRCS 2007-03-08 00:24:14 +00:00
README
build_avopt
clean-diff
cmdutils.c change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2 2007-04-13 07:19:12 +00:00
cmdutils.h add OPT_INT64 option 2007-03-30 09:43:39 +00:00
common.mak Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 2007-04-03 16:32:11 +00:00
configure The AC3 demuxer depends on the AC3 parser. 2007-04-15 12:34:50 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c fix overhead and bitrate statistics 2007-04-14 17:50:39 +00:00
ffplay.c Make some functions which aren't used outside their declaring source file 2007-04-08 20:21:11 +00:00
ffserver.c Fix the poll() loop (ret == 0 means that a timeout expired, so it must be 2007-04-10 14:40:03 +00:00
ffserver.h Add missing license headers. 2007-02-27 16:05:19 +00:00
output_example.c
pktdumper.c Add standard license header. 2007-02-24 10:53:10 +00:00
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 2007-03-12 15:08:45 +00:00
unwrap-diff
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.