FFmpeg git repo
Go to file
Michael Niedermayer 59fa3f96f4 support omiting various headers in mpeg4 as WMP seems to have difficulty with them
based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp)
  indention fixed
  uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation

Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-23 11:39:38 +00:00
doc
libavcodec support omiting various headers in mpeg4 as WMP seems to have difficulty with them 2005-03-23 11:39:38 +00:00
libavformat Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" 2005-03-23 11:20:47 +00:00
postproc Fixes rgb32to16 conversion for I think all platforms since the int8 2005-03-22 10:11:42 +00:00
tests fix time stored in mov 2005-03-23 11:15:45 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c support omiting various headers in mpeg4 as WMP seems to have difficulty with them 2005-03-23 11:39:38 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
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.