Go to file
Michael Niedermayer 47ad9abaa5 fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled
Note, if you think thats too harsh, look at the cvs history he has broken the regression tests many times and has not once
updated the checksums ...
regression test checksum change due to: movenc.c 1.46->1.47
"finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track"

Originally committed as revision 4826 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08 17:06:26 +00:00
doc RealVideo 1.0/2.0 and TrueSpeech are supported. 2006-01-05 22:33:41 +00:00
libavcodec install dsputil.h, that is used by many filters in mplayer 2006-01-08 14:53:37 +00:00
libavformat TrueSpeech compatible audio decoder by Konstantin Shishkov 2006-01-03 02:30:38 +00:00
libavutil COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
postproc Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
tests fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled 2006-01-08 17:06:26 +00:00
vhook COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +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
Changelog TrueSpeech compatible audio decoder by Konstantin Shishkov 2006-01-03 02:30:38 +00:00
clean-diff remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
configure Simplify source_path handling, avoids some warnings with non-bash shells. 2006-01-03 15:40:39 +00:00
COPYING COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
CREDITS use utf-8 encoding 2005-12-11 17:36:54 +00:00
cws2fws.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c better version reporting 2006-01-07 20:21:36 +00:00
ffplay.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
ffserver.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
ffserver.h added include for ffserver dynamically loaded modules 2002-07-25 16:15:28 +00:00
INSTALL COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Makefile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
output_example.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c yep, tyop 2004-07-20 03:40:45 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +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

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.