FFmpeg git repo
Go to file
Loren Merritt 548a1c8a35 h264_idct8_add_mmx
Originally committed as revision 5123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-07 22:45:56 +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 h264_idct8_add_mmx 2006-03-07 22:45:56 +00:00
libavformat set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 2006-03-06 22:15:43 +00:00
libavutil Proper mangling information for symbols in OS X Mach-O shared objects. 2006-03-06 22:06:33 +00:00
postproc Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 2006-02-24 09:52:59 +00:00
tests DVCPRO50 support. 2006-03-06 08:54:33 +00:00
vhook add static keyword to some functions 2006-01-30 23:41:27 +00:00
.cvsignore
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 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 2006-03-01 07:42:55 +00:00
Doxyfile
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
MAINTAINERS Register myself as a maintainer 2006-03-03 05:52:02 +00:00
Makefile Create installation directories in the common install-* targets. 2006-02-19 12:44:38 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
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
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
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
output_example.c fix memleak, based upon a patch by Wolfram Gloger 2006-02-06 12:45:52 +00:00
pktdumper.c
qt-faststart.c
unwrap-diff
xvmc_render.h

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.