No Description https://ffmpeg.org/

Michael Niedermayer ef3c7c3328 borrow finalization algo from sha1 (100byte smaller) 18 years ago
doc 05e894bcdc Explain a few more options that were recently added. 18 years ago
libavcodec 318c5e0524 Give context to dprintf 18 years ago
libavformat 5ae4975c65 remove outdated comment 18 years ago
libavutil ef3c7c3328 borrow finalization algo from sha1 (100byte smaller) 18 years ago
libpostproc 4906b0267a Typo 18 years ago
libswscale 6cbac7ed3a Add PIX_FMT_PAL8 to isPacked(). 18 years ago
tests f6ac2667e5 Remove -ab 64k from ffmpeg options, this is now default. 18 years ago
vhook 78645c98a5 Simplify .depend file inclusion. 18 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 02f9d8fb95 I suppose I can add myself, at least for my vorbis encoder... 18 years ago
Changelog 01ca9ac334 DCA decoder 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 44e76d6e3b change myself to mov.c maintainer in favor of Francois, who agreed 18 years ago
Makefile 7f0f6e13a7 include only files actually built in SRCS 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 b0d7bc1eab 10l in r7174 caused all options to be treated as filenames. 18 years ago
cmdutils.h f5a90186d7 Add missing license headers. 18 years ago
common.mak 6ca0c110f5 Simplify .depend file inclusion. 18 years ago
configure 3d3361e509 libswscale header files are put in a subdirectory named ffmpeg, not swscale. 18 years ago
cws2fws.c 3d0c32d4a9 Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 18 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago
ffplay.c 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago
ffserver.c 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
ffserver.h f5a90186d7 Add missing license headers. 18 years ago
output_example.c 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
pktdumper.c 15ea54d581 Add standard license header. 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.