FFmpeg git repo
Go to file
Michael Niedermayer 009cf97d0c --enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs)
Originally committed as revision 4169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-02 09:47:46 +00:00
doc changed the mailinglist pointers to the new place (mplayerhq) 2005-04-11 16:24:58 +00:00
libavcodec switch to native time bases 2005-04-30 21:43:59 +00:00
libavformat switch to native time bases 2005-04-30 21:43:59 +00:00
postproc unused define 2005-04-29 18:32:24 +00:00
tests Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) 2005-04-26 09:06:39 +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 ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) 2005-03-18 02:13:13 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure --enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs) 2005-05-02 09:47:46 +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 switch to native time bases 2005-04-30 21:43:59 +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.