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 6f7aa5891d some optimizations gcc should have done (10% faster loop filter) 20 years ago
doc changed the mailinglist pointers to the new place (mplayerhq) 20 years ago
libavcodec some optimizations gcc should have done (10% faster loop filter) 20 years ago
libavformat add VP30 fourcc 20 years ago
postproc unused define 20 years ago
tests ffm.c rev 1.39+ 20 years ago
vhook cast NULL to correct type 20 years ago
.cvsignore
COPYING
CREDITS
Changelog Indeo 2 20 years ago
Doxyfile
INSTALL
Makefile support BUILDSUF patch by <charles dot yates at pandora dot be> 20 years ago
README
berrno.h
cmdutils.c
cmdutils.h
configure Cygwin now has a native inttypes.h that works better than the custom one. 20 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c 10l (rescaling AV_NOPTS_VALUE) 20 years ago
ffplay.c switch to native time bases 20 years ago
ffserver.c Turn on the seeking support for ffm streams. Now means that streams are 20 years ago
ffserver.h
output_example.c switch to native time bases 20 years ago
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.