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.
 
 
 
 
Michael Niedermayer 41b7c75db3 enable nut muxer 18 years ago
doc Correct misleading comment and typo 18 years ago
libavcodec * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 18 years ago
libavformat enable nut muxer 18 years ago
libavutil * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 18 years ago
libpostproc
libswscale typo 18 years ago
tests take care to use video track field number as duration 18 years ago
tools
vhook Remove duplication of imlib2 vhook documentation. 18 years ago
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 18 years ago
Changelog enable the native AC-3 decoder 18 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure forgotten av_ 18 years ago
ffinstall.nsi
ffmpeg.c Make ffmpeg and ffplay exit 0 after displaying help 18 years ago
ffplay.c 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect 18 years ago
ffserver.c use proper closesocket defines 18 years ago
ffserver.h
output_example.c
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.