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.
 
 
 
 
 
Andreas Öman 6b8bcd3ed3 regression tests for yuv440p yuvj440p 17 years ago
doc Editorial cleanup, thanks Diego =) 17 years ago
libavcodec bail out on unknown jpeg pixel format instead of silently decoding data incorrectly 17 years ago
libavformat Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 17 years ago
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 17 years ago
libpostproc
libswscale UltraSPARC VIS yuv2rgb 17 years ago
tests regression tests for yuv440p yuvj440p 17 years ago
tools remove warnings 17 years ago
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS lcl.c doesnt exist anymore 17 years ago
Makefile fix tools compilation 17 years ago
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 17 years ago
cmdutils.h
common.mak
configure The svq3 decoder depends on h264idct.o and also requires h264_parser. 17 years ago
ffinstall.nsi
ffmpeg.c cosmetics: indentation 17 years ago
ffplay.c
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 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.