FFmpeg git repo
Go to file
Mike Melanson 44f110f509 patch courtesy of Todd Kirby:
* Fixes a small memory leak in read_rle_sgi()
* Remove temp buffer in read_rle_sgi(). Write rle data directly to image
buffer.
* Adds sanity check to read_rle_sgi() to insure decoded rle data row
equals image width.

Originally committed as revision 2993 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-10 15:09:46 +00:00
doc
libavcodec fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) 2004-04-09 16:32:49 +00:00
libavformat patch courtesy of Todd Kirby: 2004-04-10 15:09:46 +00:00
postproc
tests checksum threshold removial 2004-04-09 16:47:22 +00:00
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure require the user to explicitly specifiy --enable-gpl before enabling of gpl parts becomes possible 2004-04-09 14:50:00 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c require the user to explicitly specifiy --enable-gpl before enabling of gpl parts becomes possible 2004-04-09 14:50:00 +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.