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 392b748293 output last frame if seq end code is encountered 18 years ago
doc Add a section about C++ and extern "C" in the FAQ. 18 years ago
libavcodec output last frame if seq end code is encountered 18 years ago
libavformat fill title, author, copyright and comment fields by parsing udta atom 18 years ago
libavutil
libpostproc Uppercase variable overlooked in last commit. 18 years ago
libswscale typo 18 years ago
tests regression tests for yuv440p yuvj440p 18 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
CREDITS adding myself to the CREDITS 18 years ago
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
README
cmdutils.c
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
configure correct order of fixedpoint in CONFIG list 18 years ago
ffinstall.nsi
ffmpeg.c add proper support for subtitles muxing/stream copying 18 years ago
ffplay.c add vst option to select video stream 18 years ago
ffserver.c
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.