FFmpeg git repo
Go to file
Ivan Kalvachev 25a0a0a58f few bistream fixes and verbosity tweaks
Originally committed as revision 4225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-12 15:13:19 +00:00
doc
libavcodec few bistream fixes and verbosity tweaks 2005-05-12 15:13:19 +00:00
libavformat flac in ogg support 2005-05-11 22:47:26 +00:00
postproc
tests #defines for strict_std_compliance and split between inofficial extensions and non standarized things 2005-05-08 20:15:42 +00:00
vhook cast NULL to correct type 2005-05-10 08:53:07 +00:00
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile support BUILDSUF patch by <charles dot yates at pandora dot be> 2005-05-08 15:04:59 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure amd64 as canonical system type patch by (Jacob Meuser <jakemsr jakemsr com ) 2005-05-10 08:30:36 +00:00
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c
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.