You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer 009cf97d0c --enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs) 20 years ago
doc changed the mailinglist pointers to the new place (mplayerhq) 20 years ago
libavcodec switch to native time bases 20 years ago
libavformat switch to native time bases 20 years ago
postproc unused define 20 years ago
tests Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) 20 years ago
vhook switch to native time bases 20 years ago
.cvsignore
COPYING
CREDITS add Loïc Le Loarer 20 years ago
Changelog Indeo 2 20 years ago
Doxyfile
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure --enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs) 20 years ago
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c switch to native time bases 20 years ago
ffplay.c switch to native time bases 20 years ago
ffserver.c switch to native time bases 20 years ago
ffserver.h
output_example.c switch to native time bases 20 years ago
pktdumper.c "don't quit" option to attach a debugger /check mem leaks 20 years ago
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.