Fork of FFmpeg for xenia's usage. Branched from latest release. On changes use a git rebase strategy when applicable!
Go to file
Michael Niedermayer 8945ebb9c1 fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that)
Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-01 16:11:04 +00:00
doc Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 2006-03-01 07:42:55 +00:00
libavcodec use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) 2006-02-28 21:55:18 +00:00
libavformat fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) 2006-03-01 16:11:04 +00:00
libavutil Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 2006-02-22 10:28:44 +00:00
postproc Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 2006-02-24 09:52:59 +00:00
tests -loop was renamed to -loop_input 2006-02-28 21:42:41 +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 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 2006-03-01 07:42:55 +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 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 Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop" 2006-02-28 11:32:31 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c make those nasty variables static, also fix a html bug 2006-02-21 21:15:19 +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 v4l2 maintainer 2006-02-27 18:21:07 +00:00
Makefile Create installation directories in the common install-* targets. 2006-02-19 12:44:38 +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.