FFmpeg git repo
Go to file
Alex Beregszaszi f8830383a9 FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
Originally committed as revision 2577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-08 18:26:22 +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 FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support 2003-12-08 18:26:22 +00:00
libavformat msb pts support 2003-12-08 17:54:40 +00:00
postproc 1000l 2003-11-06 23:22:17 +00:00
tests Advanced intra coding, modified quantization and alternative inter vlc regression tests 2003-12-08 17:45:59 +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
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 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 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.