FFmpeg git repo
Go to file
Michael Niedermayer bf873ee62a b_frame_strategy sanity check
Originally committed as revision 4222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-12 01:31:11 +00:00
doc
libavcodec b_frame_strategy sanity check 2005-05-12 01:31:11 +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
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.