FFmpeg git repo
Go to file
Michael Niedermayer 36d9b4e80b (f)pritf() vs. av_log() and 'make test' update
Originally committed as revision 2880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-13 21:16:18 +00:00
doc (f)pritf() vs. av_log() and 'make test' update 2004-03-13 21:16:18 +00:00
libavcodec smarten up the SVQ3 extradata decoder without changing the external API 2004-03-13 20:07:38 +00:00
libavformat Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) 2004-03-13 21:02:26 +00:00
postproc AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-03-11 17:58:11 +00:00
tests h263+ custom pcf support 2004-03-10 22:11:49 +00:00
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure
COPYING
CREDITS credit update 2004-03-13 19:21:58 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c nicer output for 'ffmpeg -formats' 2004-03-11 01:12:30 +00:00
ffplay.c
ffserver.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
ffserver.h
INSTALL
Makefile * missing opts for make dep 2004-03-09 12:18:40 +00:00
output_example.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
README
xvmc_render.h

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.