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 3e2b6358e0 bypass internal buffer for "large" packets 20 years ago
doc
libavcodec create temporary file in current directory if it failed in /tmp 20 years ago
libavformat bypass internal buffer for "large" packets 20 years ago
postproc Fixes rgb32to16 conversion for I think all platforms since the int8 20 years ago
tests 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) 20 years ago
vhook add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 20 years ago
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) 20 years ago
README
berrno.h
cmdutils.c
cmdutils.h
configure add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 20 years ago
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c copy extradata for streamcopy 20 years ago
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.