FFmpeg git repo
Go to file
Mike Melanson 9937e686fe New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08 04:10:59 +00:00
doc it seems that ffmpeg can also mux QT/MP4 now 2003-09-02 04:52:16 +00:00
libavcodec New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM 2003-09-08 04:10:59 +00:00
libavformat memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) 2003-09-07 09:26:39 +00:00
postproc
tests asv2 regression test 2003-09-01 13:05:21 +00:00
vhook vhook patch by (Charles Yates <charles dot yates at pandora dot be>) 2003-09-03 14:20:33 +00:00
.cvsignore
COPYING
CREDITS doc update 2003-09-02 04:47:34 +00:00
Changelog
INSTALL
Makefile man page installation support 2003-08-24 16:02:39 +00:00
README
VERSION update version 2003-08-24 21:34:41 +00:00
berrno.h
cmdutils.c
cmdutils.h
common.h bump version numbers to 0.4.8 2003-09-05 14:41:53 +00:00
configure disable a52 & pp by default 2003-09-05 10:57:58 +00:00
cygwin_inttypes.h
ffmpeg.c 10l 2003-09-03 22:20:05 +00:00
ffplay.c Small Patch for "ffplay -" instead of "ffplay pipe:" by (Bill Eldridge <bill at rfa dot org>) 2003-08-29 20:22:16 +00:00
ffserver.c
ffserver.h
output_example.c M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>) 2003-08-28 23:05:25 +00:00
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.