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.
 
 
 
 
Ramiro Polla e48f83fe47 Remove duplication of imlib2 vhook documentation. 18 years ago
doc Correct misleading comment and typo 18 years ago
libavcodec enable the native AC-3 decoder 18 years ago
libavformat ensure that the codec_id detection in av_find_stream_info() does not 18 years ago
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 18 years ago
libpostproc Uppercase variable overlooked in last commit. 18 years ago
libswscale typo 18 years ago
tests ignore preroll, it is generally not what AVStream.start_time should contain 18 years ago
tools remove warnings 18 years ago
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 lcl.c doesnt exist anymore 18 years ago
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 18 years ago
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
configure Indent 18 years ago
ffinstall.nsi
ffmpeg.c Indent 18 years ago
ffplay.c cosmetics: be sure all lines fit into 79 characters 18 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 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.