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 4c1a012e9c dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE 19 years ago
doc split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer) 19 years ago
libavcodec dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE 19 years ago
libavformat DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 19 years ago
postproc Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg 19 years ago
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile
README
berrno.h
clean-diff
cmdutils.c
cmdutils.h
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 19 years ago
ffplay.c make error concealment related options accessable from ffplays command line 19 years ago
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.