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.
 
 
 
 
Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 18 years ago
doc Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi. 18 years ago
libavcodec Return AVERROR(EINVAL) when invalid width and/or height are specified to 18 years ago
libavformat Replace ENOSYS by ENOTSUP as in this case the problem is not really a function 18 years ago
libavutil
libpostproc
libswscale integrating blackfin optimized yuyvtoyv12 converter 18 years ago
tests regression tests for yuv440p yuvj440p 18 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 18 years ago
cmdutils.h
common.mak Remove EXTRADEPS from common.mak since it is no longer used 18 years ago
configure
ffinstall.nsi
ffmpeg.c
ffplay.c
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.