FFmpeg git repo
Go to file
Baptiste Coudurier 0ab16fe09d fix a warning when DEBUG is defined
Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-11 18:43:10 +00:00
doc
libavcodec 16-bit DPCM and stereo support for Sierra VMD 2006-03-11 04:26:55 +00:00
libavformat fix a warning when DEBUG is defined 2006-03-11 18:43:10 +00:00
libavutil Proper mangling information for symbols in OS X Mach-O shared objects. 2006-03-06 22:06:33 +00:00
postproc
tests Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
vhook Watermarking with exact colors. 2006-03-09 14:39:29 +00:00
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS Marcus Engene is author and maintainer of watermark.c 2006-03-09 14:40:14 +00:00
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure 3DNow! & Extended 3DNow! versions of FFT 2006-03-08 04:13:55 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Fix cropping, depending on enc pix fmt 2006-03-10 13:55:48 +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
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.