Wed, 17 Feb 2010 02:14:02 +0000 |
michael |
Move check for and call of predict_field_decoding_flag() from the mb code to
libavcodec
|
Mon, 15 Feb 2010 22:07:02 +0000 |
michael |
Split setting neighboring MBs from fill_decode_caches()
libavcodec
|
Sun, 24 Jan 2010 20:54:09 +0000 |
michael |
Branchless setting of MB_TYPE_8x8DCT.
libavcodec
|
Sun, 24 Jan 2010 20:52:49 +0000 |
michael |
Remove cruft.
libavcodec
|
Sun, 24 Jan 2010 18:42:22 +0000 |
michael |
a[b-1] -> (a-1)[b].
libavcodec
|
Sun, 24 Jan 2010 18:23:46 +0000 |
michael |
Optimize suffix_length computation, 1 cpu cycle speedup.
libavcodec
|
Sun, 24 Jan 2010 18:18:08 +0000 |
michael |
Simplify suffix_length computation, same speed.
libavcodec
|
Sun, 24 Jan 2010 18:17:01 +0000 |
michael |
Optimize level_code computation, 6cpu cycles speedup.
libavcodec
|
Sun, 24 Jan 2010 18:05:02 +0000 |
michael |
1 cpu cycle faster suffix_length calculation.
libavcodec
|
Thu, 21 Jan 2010 21:01:26 +0000 |
michael |
Move dquant check into qscale overflow check.
libavcodec
|
Wed, 20 Jan 2010 01:15:30 +0000 |
michael |
Merge multiple IS_* macro uses where possible.
libavcodec
|
Mon, 18 Jan 2010 23:41:12 +0000 |
michael |
Fix compilation with -O0.
libavcodec
|
Mon, 18 Jan 2010 19:45:02 +0000 |
michael |
filter_mb_fast needs cbp_table to be set.
libavcodec
|
Sun, 17 Jan 2010 21:43:08 +0000 |
michael |
Split fill_caches() between filter and decoder.
libavcodec
|
Sun, 17 Jan 2010 20:35:55 +0000 |
michael |
Rearchitecturing the stiched up goose part 1
libavcodec
|
Sat, 16 Jan 2010 05:41:33 +0000 |
michael |
Replace cabac checks in inline functions from h264.h with constants.
libavcodec
|
Wed, 13 Jan 2010 02:17:16 +0000 |
michael |
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
libavcodec
|
Wed, 13 Jan 2010 01:59:19 +0000 |
michael |
Split cavlc out of h264.c.
libavcodec
|