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.
 
 
 
 
 
Måns Rullgård ebccac06ff remove useless LclDecContext.avctx field 17 years ago
doc
libavcodec remove useless LclDecContext.avctx field 17 years ago
libavformat rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 17 years ago
libavutil Remove unnecessary MINGW ifdef. 17 years ago
libpostproc
libswscale Remove unused file (this time for real) 17 years ago
tests set locale to C in seek test 17 years ago
vhook Make vhook build non-recursive. 17 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS
Changelog Remove OS/2 support 17 years ago
Doxyfile
INSTALL
MAINTAINERS adding myself as rtsp.c maintainer 17 years ago
Makefile prettify conditional targets 17 years ago
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Proper check for interactive support (termios and conio). 17 years ago
cws2fws.c Clarify public domain statement similar to qt-faststart.c. 17 years ago
ffinstall.nsi
ffmpeg.c Check for termios before conio 17 years ago
ffplay.c Remove OS/2 support 17 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.