Mercurial > libavcodec.hg
graph
-
VP8: optimize DC-only chroma case in the same way as luma. libavcodecFri, 23 Jul 2010 06:02:52 +0000, by darkshikari
-
In h264 parser, return immediately if buf_size is 0, avoid printing libavcodecFri, 23 Jul 2010 00:34:09 +0000, by bcoudurier
-
VP8: clear DCT blocks in iDCT instead of using clear_blocks. libavcodecFri, 23 Jul 2010 00:07:16 +0000, by darkshikari
-
VP8: avoid a memset for non-i4x4 blocks with no coefficients libavcodecFri, 23 Jul 2010 00:05:44 +0000, by darkshikari
-
Get rid of more unnecessary dereferences in VP8 deblocking libavcodecThu, 22 Jul 2010 23:11:40 +0000, by darkshikari
-
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs libavcodecThu, 22 Jul 2010 22:08:09 +0000, by darkshikari
-
Eliminate some repeated dereferences in VP8 inter_predict libavcodecThu, 22 Jul 2010 21:05:30 +0000, by darkshikari
-
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on libavcodecThu, 22 Jul 2010 19:59:34 +0000, by rbultje
-
Eliminate a pointless memset for intra blocks in P-frames in VP8 libavcodecThu, 22 Jul 2010 12:15:29 +0000, by darkshikari
-
VP8: Don't store segment in macroblock struct anymore. libavcodecThu, 22 Jul 2010 11:55:55 +0000, by darkshikari
-
Convert VP8 macroblock structures to a ring buffer. libavcodecThu, 22 Jul 2010 11:45:18 +0000, by darkshikari
-
Calculate deblock strength per-MB instead of per-row libavcodecThu, 22 Jul 2010 07:24:22 +0000, by darkshikari
-
Avoid tracking i4x4 modes in P-frames in VP8 libavcodecThu, 22 Jul 2010 07:04:45 +0000, by darkshikari
-
Avoid useless fill_rectangle in P-frames in VP8 libavcodecThu, 22 Jul 2010 06:39:54 +0000, by darkshikari
-
Fix and enable horizontal >=SSE2 mbedge loopfilter. libavcodecThu, 22 Jul 2010 01:35:26 +0000, by rbultje