No Description https://ffmpeg.org/

Diego Biurrun 2d93bcc784 Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 years ago
doc 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
libavcodec 7038fa6102 Explain which configure options are necessary for which AMR variant. 18 years ago
libavformat 12631f2dd0 CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. 18 years ago
libavutil 8c2e2040aa Add first and second output to earlyclobbers in COPY3_IF_LT macro. 18 years ago
libpostproc 4906b0267a Typo 18 years ago
libswscale 94bd08b069 Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 18 years ago
tests 199c6e3cf1 md5 test for the image formats 18 years ago
vhook ca345e442d Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 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 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 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 2975ca0ab6 lzw maintainer 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 ffdf9a1f2d add OPT_INT64 option 18 years ago
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 years ago
common.mak 2d93bcc784 Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 years ago
configure 1a2a5b3ecd cosmetics: Better variable name, the ENABLE_* lists contain more than codecs. 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 eddc482dff print error message 18 years ago
ffplay.c c367d06702 prevent exit missuse 18 years ago
ffserver.c 6308cacaf4 Fix warning: 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.