FFmpeg git repo
Go to file
Loren Merritt 43efd19a88 decode H.264 with 8x8 transform.
deblocking is still incorrect with 8x8+cavlc

Originally committed as revision 4339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-02 21:15:20 +00:00
doc Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
libavcodec decode H.264 with 8x8 transform. 2005-06-02 21:15:20 +00:00
libavformat according to the standard the object_type for H264 is 33, not 241 2005-05-30 17:32:02 +00:00
postproc one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it) 2005-06-02 20:54:03 +00:00
tests fix mpeg2 chroma_420_type 2005-05-18 19:42:42 +00:00
vhook vhook watermark patch by (Marcus Engene: ffmpeg, engene se) 2005-05-26 09:18:38 +00:00
.cvsignore cvsignore config.log 2004-11-25 06:31:38 +00:00
COPYING
CREDITS Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
Changelog Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
Doxyfile
INSTALL
Makefile support BUILDSUF patch by <charles dot yates at pandora dot be> 2005-05-08 15:04:59 +00:00
README
berrno.h
clean-diff tr -d '\015' 2005-05-26 17:48:23 +00:00
cmdutils.c handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>) 2005-01-20 15:31:07 +00:00
cmdutils.h
configure Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) 2005-05-29 22:11:05 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c add -gray command line flag 2005-05-31 11:49:55 +00:00
ffplay.c switch to native time bases 2005-04-30 21:43:59 +00:00
ffserver.c Turn on the seeking support for ffm streams. Now means that streams are 2005-05-07 00:56:05 +00:00
ffserver.h
output_example.c switch to native time bases 2005-04-30 21:43:59 +00:00
pktdumper.c "don't quit" option to attach a debugger /check mem leaks 2005-04-07 16:52:28 +00:00
qt-faststart.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.