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.
 
 
 
 
Justin Ruggles bbd16dea67 utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% 18 years ago
doc update links to old probably obsolete bttv patches 18 years ago
libavcodec utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% 18 years ago
libavformat The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
libavutil expose av_base64_decode and av_base64_encode 18 years ago
libpostproc
libswscale fix full range (jpeg yuv) chroma 18 years ago
tests AC-3 encoded volume is too high. Revert revision 7160: 18 years ago
vhook
COPYING
CREDITS
Changelog dnxhd decoder 18 years ago
Doxyfile
INSTALL
MAINTAINERS add myself as AC-3 maintainer 18 years ago
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
libpostproc and libswscale are licensed under the GNU Lesser General
Public License.

* libpostproc and libswscale are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.