Go to file
Michael Niedermayer 6571e41dcd picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-16 00:21:54 +00:00
doc add some missing codecs 2003-10-12 21:16:31 +00:00
libavcodec picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least 2003-10-16 00:21:54 +00:00
libavformat
postproc
tests picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least 2003-10-16 00:21:54 +00:00
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
Makefile
output_example.c
README
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.