Go to file
Michael Niedermayer 49f3806dd8 rv10 decoding fix
Originally committed as revision 3068 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-25 16:14:13 +00:00
doc better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-04-22 13:21:59 +00:00
libavcodec rv10 decoding fix 2004-04-25 16:14:13 +00:00
libavformat ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) 2004-04-25 13:30:21 +00:00
postproc
tests rv10 decoding fix 2004-04-25 16:14:13 +00:00
vhook fix compilation after michaels anti-time change 2004-04-07 13:31:27 +00:00
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 2004-04-24 15:16:23 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors 2004-04-25 02:09:47 +00:00
ffplay.c
ffserver.c * making it possible to specify recording date and time in a stream 2004-04-06 06:31:12 +00:00
ffserver.h
INSTALL
Makefile
output_example.c
qt-faststart.c
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.