Go to file
Kostya Shishkov 45ce5ddb89 handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)
Originally committed as revision 3853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-20 15:31:07 +00:00
doc cvs policy entry about security 2005-01-12 01:20:18 +00:00
libavcodec jpeg style yuv fixes 2005-01-20 00:30:20 +00:00
libavformat add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>) 2005-01-19 12:27:48 +00:00
postproc 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ 2005-01-19 12:56:16 +00:00
tests jpeg style yuv fixes 2005-01-20 00:30:20 +00:00
vhook disallow strcat 2005-01-12 01:44:02 +00:00
.cvsignore
berrno.h
Changelog
cmdutils.c handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>) 2005-01-20 15:31:07 +00:00
cmdutils.h
configure
COPYING
CREDITS
cws2fws.c
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c Exporting some more options patch by (Martin Drab <drab kepler.fjfi.cvut cz>) 2005-01-19 12:41:37 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
Makefile
output_example.c
qt-faststart.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.