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.
 
 
 
 
Diego Biurrun 768190afe5 Fix two cosmetic differences between our LGPL copy and the one from the FSF. 18 years ago
doc
libavcodec map warning levels between libx264 and libavutil 18 years ago
libavformat add support for ASS like subtitles in Matroska 18 years ago
libavutil Remove unnecessary MINGW ifdef. 18 years ago
libpostproc
libswscale Remove unused file (this time for real) 18 years ago
tests
vhook
COPYING Fix two cosmetic differences between our LGPL copy and the one from the FSF. 18 years ago
CREDITS
Changelog Remove OS/2 support 18 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Proper check for interactive support (termios and conio). 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c Check for termios before conio 18 years ago
ffplay.c Remove OS/2 support 18 years ago
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.