FFmpeg git repo
Go to file
Loren Merritt 885e88d252 remove an assert that was breaking compilation on some gccs.
Originally committed as revision 4020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-07 09:05:33 +00:00
doc decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
libavcodec remove an assert that was breaking compilation on some gccs. 2005-03-07 09:05:33 +00:00
libavformat H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) 2005-03-06 19:52:41 +00:00
postproc
tests
vhook
.cvsignore
berrno.h
Changelog decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
cmdutils.c
cmdutils.h
configure
COPYING
CREDITS
cws2fws.c
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c
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.