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.
 
 
 
 
Nico Sabbi 5d4d67e0ff added support for DVHS (192) packet size 19 years ago
doc Add entry about release frequency. 19 years ago
libavcodec fix asymmetric CQMs with pre-transposed DCT. 19 years ago
libavformat added support for DVHS (192) packet size 19 years ago
libavutil COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
postproc
tests second try of improved lambda/qp guessing for motion estimation RD in first pass 19 years ago
vhook COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
.cvsignore
COPYING
CREDITS
Changelog spelling/wording/grammar 19 years ago
Doxyfile
INSTALL
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
cmdutils.h
configure Replace buggy --disable-codec/--enable-codec with non-buggy 19 years ago
cws2fws.c COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
ffinstall.nsi
ffmpeg.c update x264 wrapper. 19 years ago
ffplay.c COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
ffserver.c COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.