FFmpeg git repo
Go to file
Wolfgang Hesseler fad05f523c cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-14 17:47:23 +00:00
doc update 2003-12-10 19:17:15 +00:00
libavcodec cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 2003-12-14 17:47:23 +00:00
libavformat cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 2003-12-14 17:47:23 +00:00
postproc 1000l 2003-11-06 23:22:17 +00:00
tests error concealment regression test 2003-12-14 01:42:00 +00:00
vhook 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) 2003-11-03 20:04:10 +00:00
.cvsignore cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-06 11:38:19 +00:00
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 - Moving -Wall from the individual Makefiles to configure (and only 2003-10-18 18:47:06 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure * fixes for broken builds on Solaris, OS2 and all bingendian 2003-11-04 19:35:43 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c error concealment regression test 2003-12-14 01:42:00 +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 Changed a bunch of calls to sprintf to snprintf to protect against buffer 2003-11-19 02:23:17 +00:00
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.