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.
 
 
 
 
Kostya Shishkov 3c275f6def VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) 19 years ago
doc PPM vhook documentation, by Victor Paesa. 19 years ago
libavcodec VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) 19 years ago
libavformat * Restructuring the division of labor between DV codec and DV format 19 years ago
libavutil Add license from zlib.h instead of referring to it. 19 years ago
libpostproc Explicitly include fastmemcpy.h from libvo/. 19 years ago
libswscale make the C code of the swscaler which i wrote LGPL 19 years ago
tests * Restructuring the division of labor between DV codec and DV format 19 years ago
vhook port ppm vhook to swscaler 19 years ago
COPYING Update licensing information: The FSF changed postal address. 19 years ago
CREDITS
Changelog AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 19 years ago
Doxyfile
INSTALL
MAINTAINERS Added Maintainers entry 19 years ago
Makefile Some gcc versions dislike version.h to appear in the list of files to 19 years ago
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Mac OS X requires running ranlib on static libraries after installation. 19 years ago
configure Remove superfluous variable setting, the script will exit anyway. 19 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c Fix linking when the FFM muxer/demuxer is disabled. 19 years ago
ffplay.c Align the input buffer in ffplay, introduce a public macro for aligned declarations 19 years ago
ffserver.c
ffserver.h
output_example.c Use av_malloc instead of plain malloc where appropriate 19 years ago
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.