Go to file
Michael Niedermayer 2d0bcfb412 some interlaced direct sanity checks
Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-13 02:45:05 +00:00
doc links to ARM optimization manuals 2007-01-07 23:39:56 +00:00
libavcodec some interlaced direct sanity checks 2007-01-13 02:45:05 +00:00
libavformat * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 2007-01-11 22:32:19 +00:00
libavutil fix av_reduce() with things like 1/0 and 0/0 2007-01-09 11:58:06 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 2007-01-12 15:45:47 +00:00
tests Bail out immediately with software scaler instead of failing the tests. 2007-01-10 20:40:02 +00:00
vhook
berrno.h
build_avopt
Changelog Musepack SV7 decoding support 2006-12-24 04:51:43 +00:00
clean-diff
cmdutils.c 10l in r7174 caused all options to be treated as filenames. 2006-11-27 15:48:16 +00:00
cmdutils.h
common.mak Install generated .lib files in shlibdir on MinGW. 2006-12-22 05:29:14 +00:00
configure Add a FIXME note about paths in pkgconfig files. 2007-01-10 14:38:08 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Original X11 device demuxer patch from Clemens Fruhwirth 2006-12-13 08:45:36 +00:00
ffplay.c remember the size after switching back from fullscreen 2006-12-31 20:09:10 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS Musepack SV7 decoding support 2006-12-24 04:51:43 +00:00
Makefile make version.h depend on .svn/entries 2006-12-26 17:25:16 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.