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 39ff2ee84d Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 18 years ago
doc update docs to reflect AVImageFormat removing 18 years ago
libavcodec Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 18 years ago
libavformat Do not set audio codec_tag to 1, that would be PCM audio. 18 years ago
libavutil
libpostproc
libswscale Add support for conversions from the rgb565 and rgb555 formats 18 years ago
tests Simplify regression test execution. 18 years ago
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Add option to disable ffmpeg build. 18 years ago
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Properly quote paths on grep invocations for codec lists. 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c move check for output file streams num in av_encode 18 years ago
ffplay.c kill AVImageFormat 18 years ago
ffserver.c
ffserver.h
output_example.c
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.