FFmpeg git repo
Go to file
Michael Niedermayer 2be9f03abb AVFrame.interlaced_frame fixes
Originally committed as revision 2566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-05 01:03:12 +00:00
doc initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 2003-12-03 04:22:15 +00:00
libavcodec AVFrame.interlaced_frame fixes 2003-12-05 01:03:12 +00:00
libavformat SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) 2003-12-05 00:41:58 +00:00
postproc
tests cleanup 2003-11-28 22:09:09 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 2003-12-03 04:22:15 +00:00
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c h263 alternative inter vlc support 2003-11-29 08:37:51 +00:00
ffplay.c seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-28 19:19:01 +00:00
ffserver.c
ffserver.h
output_example.c
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.