Mercurial > libavcodec.hg
graph
-
Bicubic interpolation requires two additional pixels for block libavcodecSun, 06 Aug 2006 03:42:39 +0000, by kostya
-
printf -> av_log, only occurs in DEBUG cases libavcodecFri, 04 Aug 2006 22:51:20 +0000, by melanson
-
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodecFri, 04 Aug 2006 19:03:01 +0000, by lu_zero
-
100l: intensity compensation must be also done in 4-MV mode libavcodecFri, 04 Aug 2006 03:31:01 +0000, by kostya
-
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodecThu, 03 Aug 2006 16:13:50 +0000, by lu_zero
-
avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodecThu, 03 Aug 2006 13:21:13 +0000, by lu_zero
-
10l, vorbis_inverse_coupling_sse() was really 3dnow libavcodecThu, 03 Aug 2006 07:09:29 +0000, by lorenm
-
another div -> fastdiv, another 2% faster vorbis. libavcodecThu, 03 Aug 2006 06:07:13 +0000, by lorenm
-
Looks like to be a good time to re-enable WMV3 decoder libavcodecThu, 03 Aug 2006 05:15:50 +0000, by kostya
-
Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodecThu, 03 Aug 2006 05:09:36 +0000, by kostya
-
sse & sse2 implementations of vorbis channel coupling. libavcodecThu, 03 Aug 2006 03:18:47 +0000, by lorenm
-
int16_t is faster than int_fast16_t for division. libavcodecThu, 03 Aug 2006 02:18:07 +0000, by lorenm
-
Use bicubic MC (should also remove those ringing artifacts) when needed libavcodecSun, 30 Jul 2006 03:50:31 +0000, by kostya
-
Remove spurious references to Ogg Theora encoder, such a thing never existed. libavcodecSat, 29 Jul 2006 20:47:47 +0000, by diego
-
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodecSat, 29 Jul 2006 03:11:14 +0000, by kostya
-
Remove sws_global_init() from swscaler emulation libavcodecThu, 27 Jul 2006 12:31:31 +0000, by lucabe
-
Some B-frames support (parsing and decoding only, no motion compesation is done) libavcodecMon, 24 Jul 2006 04:24:53 +0000, by kostya
-
Do not crash when the first frame is not a keyframe (and thus none of the libavcodecSun, 23 Jul 2006 18:22:29 +0000, by reimar
-
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. libavcodecSat, 22 Jul 2006 03:57:53 +0000, by kostya
-
Don't do non-uniform quantization on zero coeffs. libavcodecSat, 22 Jul 2006 03:54:00 +0000, by kostya
-
1000l: scale DC predictors instead of predicted value. libavcodecFri, 21 Jul 2006 04:06:06 +0000, by kostya
-
Set DC = 0 for skipped MB as it interferes DC prediction libavcodecFri, 21 Jul 2006 04:03:56 +0000, by kostya
-
Set correctly quantizer and transform mode when parsing frame header. libavcodecFri, 21 Jul 2006 03:58:48 +0000, by kostya