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.
 
 
 
 
 
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 17 years ago
doc Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi. 17 years ago
libavcodec help some gcc version to optimize out those functions 17 years ago
libavformat Replace ENOSYS by ENOTSUP as in this case the problem is not really a function 17 years ago
libavutil
libpostproc
libswscale
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
Makefile
README
cmdutils.c
cmdutils.h
common.mak
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.