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.
 
 
 
 
Guillaume Poirier 34d3376902 Fix wrong params name in PUT_UTF8 doxy comments 19 years ago
doc update docs to reflect AVImageFormat removing 19 years ago
libavcodec Fix ASF format parser's broken UTF-16 string handling 19 years ago
libavformat WavPack support in Matroska 19 years ago
libavutil Fix wrong params name in PUT_UTF8 doxy comments 19 years ago
libpostproc
libswscale
tests Simplify regression test execution. 19 years ago
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Add option to disable ffmpeg build. 19 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. 19 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c move check for output file streams num in av_encode 19 years ago
ffplay.c kill AVImageFormat 19 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.