Mercurial > libavcodec.hg
graph
-
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodecFri, 13 Feb 2004 21:07:31 +0000, by michael
-
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodecFri, 13 Feb 2004 20:59:48 +0000, by michael
-
simplify MV availability check / dont use below last row MV which is always zero libavcodecFri, 13 Feb 2004 18:39:43 +0000, by michael
-
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodecThu, 12 Feb 2004 16:21:21 +0000, by michael
-
* gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodecTue, 10 Feb 2004 20:48:09 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavcodecSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodecFri, 06 Feb 2004 03:56:05 +0000, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodecThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd)) libavcodecWed, 04 Feb 2004 16:03:10 +0000, by michael
-
fixes by Gildas Bazin <gbazin at altern dot org> libavcodecWed, 04 Feb 2004 15:49:55 +0000, by michael
-
added support for EA ADPCM and SMJPEG IMA ADPCM libavcodecTue, 03 Feb 2004 04:27:17 +0000, by melanson