Mercurial > libavcodec.hg
graph
-
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
-
remove 166 useless underscores, and make this file valid c code as a result libavcodecWed, 19 Jul 2006 23:21:20 +0000, by michael
-
remove a few useless casts and avoid the useless t1/t2 variables libavcodecWed, 19 Jul 2006 23:17:18 +0000, by michael
-
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... libavcodecWed, 19 Jul 2006 09:49:21 +0000, by michael
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodecWed, 19 Jul 2006 07:28:58 +0000, by lucabe
-
parse all QIS values (we still ignore them though ...) libavcodecMon, 17 Jul 2006 13:09:45 +0000, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodecMon, 17 Jul 2006 10:44:53 +0000, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodecMon, 17 Jul 2006 09:51:59 +0000, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodecMon, 17 Jul 2006 08:09:08 +0000, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodecSun, 16 Jul 2006 20:47:48 +0000, by michael
-
check how many bits are left after decoding extradata libavcodecSun, 16 Jul 2006 20:30:39 +0000, by michael
-
Modify preset compression levels to utilize log search. libavcodecSun, 16 Jul 2006 17:04:54 +0000, by jbr