FFmpeg git repo
Go to file
Michael Niedermayer cec1f05fd7 check mb/me_threshold range, fixes assertion failure
Originally committed as revision 4082 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-26 18:10:44 +00:00
doc decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
libavcodec check mb/me_threshold range, fixes assertion failure 2005-03-26 18:10:44 +00:00
libavformat bypass internal buffer for "large" packets 2005-03-24 22:07:54 +00:00
postproc Fixes rgb32to16 conversion for I think all platforms since the int8 2005-03-22 10:11:42 +00:00
tests 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) 2005-03-23 13:30:27 +00:00
vhook add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 2005-03-16 19:11:58 +00:00
.cvsignore
COPYING
CREDITS
Changelog decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
Doxyfile
INSTALL
Makefile ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) 2005-03-18 02:13:13 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 2005-03-16 19:11:58 +00:00
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c copy extradata for streamcopy 2005-03-24 01:47:45 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c s/\t/ /g for indentation fairies 2005-03-16 13:49:20 +00:00
qt-faststart.c
xvmc_render.h

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.