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.
 
 
 
 
Loren Merritt f23af3d825 CQM: fix fallback to JVT scaling lists 19 years ago
doc spelling/grammar 19 years ago
libavcodec CQM: fix fallback to JVT scaling lists 19 years ago
libavformat finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. 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.