FFmpeg git repo
Go to file
Diego Pettenò 9627763483 Fix order of operands in lrintf test to make the test not fail if you have
a strict compile/linker that accepts arguments just in the canonical order.
patch by Diego Pettenò, flameeyes.. at ..gentoo.. dot ..org

Originally committed as revision 5205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-24 01:17:22 +00:00
doc Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
libavcodec prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). 2006-03-23 21:54:46 +00:00
libavformat use 64bit types 2006-03-23 12:11:51 +00:00
libavutil Proper mangling information for symbols in OS X Mach-O shared objects. 2006-03-06 22:06:33 +00:00
postproc Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more 2006-03-13 03:46:25 +00:00
tests Reenable NUT and NUT regression tests as requested by Michael. 2006-03-17 23:21:18 +00:00
vhook Watermarking with exact colors. 2006-03-09 14:39:29 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS DVCPRO50 support. 2006-03-06 08:54:33 +00:00
Changelog Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
MAINTAINERS Marcus Engene is author and maintainer of watermark.c 2006-03-09 14:40:14 +00:00
Makefile use CFLAGS when compiling qt-faststart, to enable largefile support 2006-03-16 00:15:30 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +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
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 SRCS must be set using := or things break when ASM_OBJS is added to OBJS 2006-02-27 02:47:05 +00:00
configure Fix order of operands in lrintf test to make the test not fail if you have 2006-03-24 01:17:22 +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
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c make the delta magnitude a user specifyable parameter: 2006-03-15 07:16:16 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
ffserver.h added include for ffserver dynamically loaded modules 2002-07-25 16:15:28 +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 free ftyp atom 2006-03-21 00:18:30 +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

README

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.