Go to file
Michael Niedermayer 2bda41e5b2 extend range used for testing (larger range should work too but testing code overflows)
Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-29 16:02:28 +00:00
doc KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 2006-04-07 16:59:57 +00:00
libavcodec don't force asserts in release builds. 2% faster h264. 2006-04-29 00:43:15 +00:00
libavformat Disable lavf NUT until it is synced to spec 2006-04-23 13:47:13 +00:00
libavutil extend range used for testing (larger range should work too but testing code overflows) 2006-04-29 16:02:28 +00:00
postproc Fix some bugs handling input that is not aligned at 16 bytes or has 2006-04-27 21:42:41 +00:00
tests missmatch control for mpeg2 intra dequantization if bitexact=1 2006-04-28 17:03:52 +00:00
vhook make install target depend on vhooks 2006-03-24 20:34:00 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
Changelog KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 2006-04-07 16:59:57 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
MAINTAINERS Add mphq2 admins. 2006-04-15 15:09:45 +00:00
Makefile Use '-' instead of '|| true' to ignore errors. 2006-03-26 21:01:49 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
clean-diff remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
common.mak Add EXTRADEPS variable for extra dependencies that need to be built first. 2006-04-27 03:30:50 +00:00
configure amr_nb should disable amr_nb-fixed and vice versa. 2006-04-27 02:38:41 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c Simplify the code used for assigning video_resample, video_crop, & video_pad 2006-04-20 12:57:19 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
ffserver.h added include for ffserver dynamically loaded modules 2002-07-25 16:15:28 +00:00
output_example.c fix memleak, based upon a patch by Wolfram Gloger 2006-02-06 12:45:52 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c decrease last_offset when ftyp is present 2006-04-10 17:18:35 +00:00
unwrap-diff silly script to fix line wraped patches 2005-08-10 23:48:25 +00:00
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

README

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.