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.
 
 
 
 
 
Diego Biurrun 7494517673 Add license from zlib.h instead of referring to it. 18 years ago
doc PPM vhook documentation, by Victor Paesa. 18 years ago
libavcodec AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) 18 years ago
libavformat remove redundant declarations 18 years ago
libavutil Add license from zlib.h instead of referring to it. 18 years ago
libpostproc Explicitly include fastmemcpy.h from libvo/. 18 years ago
libswscale make the C code of the swscaler which i wrote LGPL 18 years ago
tests wide atom is only defined in mov, use free for mp4/3gp 18 years ago
vhook Re-Add support for PNG or PNM as watermark images, which was broken 18 years ago
COPYING
CREDITS
Changelog AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 18 years ago
Doxyfile
INSTALL
MAINTAINERS Added Maintainers entry 18 years ago
Makefile Some gcc versions dislike version.h to appear in the list of files to 18 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. 18 years ago
configure Remove superfluous variable setting, the script will exit anyway. 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c Fix linking when the FFM muxer/demuxer is disabled. 18 years ago
ffplay.c Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
ffserver.c
ffserver.h
output_example.c Use av_malloc instead of plain malloc where appropriate 18 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.