No Description https://ffmpeg.org/

Måns Rullgård 99545457bf include all prerequisites in header files 17 years ago
doc 41e4c556e9 Add expression evaluation parameters for colors in imlib2 vhook 17 years ago
libavcodec 99545457bf include all prerequisites in header files 17 years ago
libavformat 99545457bf include all prerequisites in header files 17 years ago
libavutil 99545457bf include all prerequisites in header files 17 years ago
libpostproc 90b5b51eab misc typo fixes 18 years ago
libswscale a444671542 Missing libswscale part of TARGET_ -> HAVE_ change 17 years ago
tests 90b5b51eab misc typo fixes 18 years ago
vhook 41e4c556e9 Add expression evaluation parameters for colors in imlib2 vhook 17 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 4931546e26 this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Changelog ddcf4b5d6d Codebook generator using the ELBG algorithm 18 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 2ef7c6350b List myself in CREDITS as I did have some of code committed, 18 years ago
Makefile 819f3ab6f5 The video hooks do not depend on the libav* libraries. 18 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 364a960704 Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 18 years ago
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 years ago
common.mak b8d4082552 We do not create .d files, thus no need to remove them. 18 years ago
configure 5c0e9479ef test whether linker supports --warn-common 18 years ago
cws2fws.c 226cbe07c7 Make main() return 0 at the end and mark as int. 18 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c 755bfeabcc misc spelling fixes 18 years ago
ffplay.c 755bfeabcc misc spelling fixes 18 years ago
ffserver.c 755bfeabcc misc spelling fixes 18 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 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 18 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.