FFmpeg git repo
Go to file
Loren Merritt 5e6a5c4daf 10l
Originally committed as revision 5201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-22 22:08:28 +00:00
doc Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
libavcodec 10l 2006-03-22 22:08:28 +00:00
libavformat dvcpro is 411p in fact 2006-03-22 16:49:05 +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
COPYING
CREDITS
Changelog Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
Doxyfile
INSTALL
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
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Enable ffserver on Darwin, non-AltiVec regression tests pass. 2006-03-19 06:31:55 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c make the delta magnitude a user specifyable parameter: 2006-03-15 07:16:16 +00:00
ffplay.c
ffserver.c Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c free ftyp atom 2006-03-21 00:18:30 +00:00
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.