FFmpeg git repo
Go to file
Baptiste Coudurier beef9ba9e2 add AVRn fourcc
Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-31 16:27:22 +00:00
doc update links to old probably obsolete bttv patches 2007-03-20 21:17:21 +00:00
libavcodec Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. 2007-03-31 16:20:51 +00:00
libavformat add AVRn fourcc 2007-03-31 16:27:22 +00:00
libavutil Fix compilation when using the --disable-opts parameter. This to help those 2007-03-29 14:20:30 +00:00
libpostproc
libswscale Handle proper compilation on Mac OS X. 2007-03-30 22:09:13 +00:00
tests md5 test for the image formats 2007-03-24 02:14:34 +00:00
vhook
build_avopt
Changelog dnxhd decoder 2007-03-18 23:25:00 +00:00
clean-diff
cmdutils.c add OPT_INT64 option 2007-03-30 09:43:39 +00:00
cmdutils.h add OPT_INT64 option 2007-03-30 09:43:39 +00:00
common.mak
configure blackfin: Audio buffers are no longer allocated on the stack, 2007-03-31 16:06:44 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c print error message 2007-03-31 16:04:44 +00:00
ffplay.c prevent exit missuse 2007-03-27 21:47:03 +00:00
ffserver.c fix x-octet-stream mime type 2007-03-31 14:39:04 +00:00
ffserver.h
INSTALL
MAINTAINERS lzw maintainer 2007-03-25 14:33:03 +00:00
Makefile
output_example.c
pktdumper.c
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 2007-03-12 15:08:45 +00:00
README
unwrap-diff
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.