FFmpeg git repo
Go to file
Michael Niedermayer 9e2a16e1a7 fixpoint log() for tiny_psnr so it can output actual PSNR
Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-31 02:32:54 +00:00
doc info about h and tpel 2003-12-30 19:19:45 +00:00
libavcodec info about h and tpel 2003-12-30 19:19:45 +00:00
libavformat harcoded DTS computation for mpeg 2003-12-18 13:03:37 +00:00
postproc correct C init tables 2003-12-27 19:54:59 +00:00
tests fixpoint log() for tiny_psnr so it can output actual PSNR 2003-12-31 02:32:54 +00:00
vhook
.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
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c interlaced motion estimation 2003-12-30 16:07:57 +00:00
ffplay.c motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 2003-12-30 02:12:12 +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.