No Description https://ffmpeg.org/

Luca Barbato fcf43a9e4e adding myself as rtsp.c maintainer 17 years ago
doc c0de00dac5 me option implemented as an AVOption 17 years ago
libavcodec 3709f0d706 map warning levels between libx264 and libavutil 17 years ago
libavformat d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 17 years ago
libavutil 7c9dcd4bba Remove unnecessary MINGW ifdef. 17 years ago
libpostproc 3b7660b002 Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
libswscale aa89fa07b0 Remove unused file (this time for real) 17 years ago
tests 1e56c151bc set locale to C in seek test 17 years ago
vhook ed5614eb56 Make vhook build non-recursive. 17 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS 4931546e26 this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Changelog 7c37e504f0 Remove OS/2 support 17 years ago
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS fcf43a9e4e adding myself as rtsp.c maintainer 17 years ago
Makefile 7d6ac9a319 prettify conditional targets 17 years ago
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 years ago
build_avopt 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
clean-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
cmdutils.c 0f4e816582 to be able to compile without HAVE_AV_CONFIG_H 17 years ago
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 years ago
common.mak e4d86a5790 add "checkheaders" target 18 years ago
configure e16e49ac90 Proper check for interactive support (termios and conio). 17 years ago
cws2fws.c 3e2503ba6a Clarify public domain statement similar to qt-faststart.c. 17 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c 4b54c6d084 Check for termios before conio 17 years ago
ffplay.c 7c37e504f0 Remove OS/2 support 17 years ago
ffserver.c e5a389a1b7 license header consistency cosmetics 17 years ago
ffserver.h f5a90186d7 Add missing license headers. 18 years ago
output_example.c 755bfeabcc misc spelling fixes 18 years ago
pktdumper.c 755bfeabcc misc spelling fixes 18 years ago
qt-faststart.c bbec8c2c63 Recommend building qt-faststart using make instead of a manual cc invocation. 18 years ago
unwrap-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
version.sh 7a68f7fa22 kill error messages from failed svn revision extraction commands 17 years ago

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.