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 6ffa87d325 Proper check for mkstemp(). 18 years ago
doc
libavcodec Proper check for mkstemp(). 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 Resurrect yuv2rgb_init.c, to add a proper license (and some comments about 18 years ago
tests set locale to C in seek test 18 years ago
vhook
COPYING
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 mkstemp(). 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c Remove OS/2 support 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.