FFmpeg git repo
Go to file
Philip Gladstone 291fe90ae8 Fill out some mandatory fields in the Codec structure. Also add fields in
the configuration to allow you to set Debug and Strict values.

Originally committed as revision 4185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-06 03:21:04 +00:00
doc changed the mailinglist pointers to the new place (mplayerhq) 2005-04-11 16:24:58 +00:00
libavcodec check for error 2005-05-05 20:05:41 +00:00
libavformat Add in many fields that have been added to the Codec structure. This means 2005-05-06 03:19:45 +00:00
postproc unused define 2005-04-29 18:32:24 +00:00
tests While adding stereo rematrixing, I came across something that needs to 2005-05-05 14:10:52 +00:00
vhook switch to native time bases 2005-04-30 21:43:59 +00:00
.cvsignore
COPYING
CREDITS add Loïc Le Loarer 2005-03-27 00:47:32 +00:00
Changelog Indeo 2 2005-04-20 20:28:25 +00:00
Doxyfile
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com ) 2005-05-05 18:24:08 +00:00
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c switch to native time bases 2005-04-30 21:43:59 +00:00
ffplay.c switch to native time bases 2005-04-30 21:43:59 +00:00
ffserver.c Fill out some mandatory fields in the Codec structure. Also add fields in 2005-05-06 03:21:04 +00:00
ffserver.h
output_example.c switch to native time bases 2005-04-30 21:43:59 +00:00
pktdumper.c "don't quit" option to attach a debugger /check mem leaks 2005-04-07 16:52:28 +00:00
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.