Go to file
Michael Niedermayer 035817727f support strictly enforcing gop size
Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-15 02:37:04 +00:00
doc Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov 2004-10-12 12:47:49 +00:00
libavcodec support strictly enforcing gop size 2004-10-15 02:37:04 +00:00
libavformat fix assertion failure in case of timestamp discontinuities 2004-10-13 23:58:28 +00:00
postproc
tests
vhook
.cvsignore
berrno.h
Changelog Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov 2004-10-12 12:47:49 +00:00
cmdutils.c
cmdutils.h
configure config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-10-11 19:50:50 +00:00
COPYING
CREDITS credits patch by (Måns Rullgård <mru at mru dot ath dot cx>) 2004-10-11 19:54:15 +00:00
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c support strictly enforcing gop size 2004-10-15 02:37:04 +00:00
ffplay.c * fixing a problem with ffplay being stuck (and not responding to 2004-10-13 00:10:43 +00:00
ffserver.c
ffserver.h
INSTALL
Makefile config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-10-11 19:50:50 +00:00
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.