Go to file
Guillaume Poirier da6ec7203d Colin offered to maintain Amiga PPC port, Romain has only OSX
Originally committed as revision 5034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-18 14:28:01 +00:00
doc complete AVS playback system (from Creature Shock computer game), 2006-02-17 03:17:42 +00:00
libavcodec Change license header to LGPL for consistency. 2006-02-17 19:48:11 +00:00
libavformat simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 2006-02-18 09:08:34 +00:00
libavutil move common parts of makefiles into common.mak 2006-02-13 12:53:25 +00:00
postproc Just a comment update, replacing a FIXME to reflect the new expectation of 2006-02-18 01:08:17 +00:00
tests add a Creative VOC (de)muxer 2006-02-09 22:52:23 +00:00
vhook add static keyword to some functions 2006-01-30 23:41:27 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Changelog complete AVS playback system (from Creature Shock computer game), 2006-02-17 03:17:42 +00:00
clean-diff remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
common.mak move common parts of makefiles into common.mak 2006-02-13 12:53:25 +00:00
configure Use != instead of -ne in test invocations for greater portability. 2006-02-13 22:50:00 +00:00
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS complete American Laser Games MM playback system, courtesy of Peter Ross 2006-02-12 06:49:40 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c This patch makes output codec keeping input pix_fmt value when using 2006-02-13 15:36:13 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c remove unused function get_longterm_datarate() 2006-02-02 20:11:09 +00:00
ffserver.h added include for ffserver dynamically loaded modules 2002-07-25 16:15:28 +00:00
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
MAINTAINERS Colin offered to maintain Amiga PPC port, Romain has only OSX 2006-02-18 14:28:01 +00:00
Makefile add quotes around $(libdir) 2006-02-13 14:28:32 +00:00
output_example.c fix memleak, based upon a patch by Wolfram Gloger 2006-02-06 12:45:52 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c yep, tyop 2004-07-20 03:40:45 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
unwrap-diff silly script to fix line wraped patches 2005-08-10 23:48:25 +00:00
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.