Thu, 25 Feb 2010 14:02:39 +0000 |
michael |
Store intra4x4_pred_mode per row only.
libavcodec
|
Thu, 25 Feb 2010 12:51:32 +0000 |
michael |
unroll tiny and trivial loop. Same speed but clearer.
libavcodec
|
Thu, 25 Feb 2010 04:11:33 +0000 |
michael |
Cut the size of mvd_table by yet another factor of 2.
libavcodec
|
Thu, 25 Feb 2010 02:42:25 +0000 |
michael |
Keep mvd_table values of only 2 mb rows.
libavcodec
|
Wed, 24 Feb 2010 20:43:06 +0000 |
michael |
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster
libavcodec
|
Wed, 24 Feb 2010 01:57:31 +0000 |
michael |
Replace /2 by faster >>1 as the mvd values are now all positive.
libavcodec
|
Wed, 24 Feb 2010 01:56:27 +0000 |
michael |
Remove unused variable. Seems i forgot to commit this.
libavcodec
|
Sun, 21 Feb 2010 15:29:17 +0000 |
diego |
Remove unused variable, fixes warnings of the type:
libavcodec
|
Thu, 18 Feb 2010 16:24:31 +0000 |
mru |
H264: use alias-safe macros
libavcodec
|
Wed, 17 Feb 2010 02:25:05 +0000 |
michael |
Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs
libavcodec
|
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, 14 Feb 2010 14:41:27 +0000 |
michael |
Store sub_mb_type in direct_cache/direct_table.
libavcodec
|
Sun, 14 Feb 2010 02:08:48 +0000 |
michael |
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so
libavcodec
|
Sun, 14 Feb 2010 02:04:41 +0000 |
michael |
Revert r21814
libavcodec
|
Sat, 13 Feb 2010 22:53:44 +0000 |
michael |
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it
libavcodec
|
Sat, 13 Feb 2010 21:09:38 +0000 |
astrange |
h264: Remove unused variables.
libavcodec
|
Sat, 13 Feb 2010 21:08:17 +0000 |
astrange |
h264: Fix pointer warnings by removing redundant [0]
libavcodec
|
Sat, 13 Feb 2010 20:57:13 +0000 |
astrange |
Fix integer overflow warnings in h264.h
libavcodec
|
Sat, 13 Feb 2010 20:13:54 +0000 |
michael |
Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
libavcodec
|
Sat, 13 Feb 2010 20:13:10 +0000 |
michael |
Skiped MBs dont need the cbp stuff so skip initing that.
libavcodec
|
Sat, 13 Feb 2010 19:39:18 +0000 |
michael |
Also skip direct/mvd_cache init for skiped blocks.
libavcodec
|
Sat, 13 Feb 2010 19:00:51 +0000 |
michael |
Move more code under if(!IS_DIRECT(mb_type)).
libavcodec
|
Sat, 13 Feb 2010 18:23:46 +0000 |
michael |
Skip some more code that isnt needed for direct MBs.
libavcodec
|
Sat, 13 Feb 2010 15:57:49 +0000 |
michael |
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
libavcodec
|
Sat, 13 Feb 2010 15:30:27 +0000 |
michael |
Dont calculate any surrounding MVs for temporal MBs
libavcodec
|
Mon, 08 Feb 2010 04:24:50 +0000 |
michael |
Remove an apparently unneeded && !FRAME_MBAFF.
libavcodec
|
Sun, 07 Feb 2010 23:15:53 +0000 |
michael |
Ooops, 10l forgot to commit h264.h.
libavcodec
|
Wed, 27 Jan 2010 22:22:01 +0000 |
cehoyos |
Fix svq3_* function declarations.
libavcodec
|
Wed, 27 Jan 2010 00:15:55 +0000 |
michael |
Simplify left_xy init
libavcodec
|