| Commit message (Expand) | Author | Age | Files | Lines |
* | Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. | Michael Niedermayer | 2010-02-18 | 1 | -2/+1 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 1 | -2/+0 |
* | 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. | Michael Niedermayer | 2010-02-16 | 1 | -9/+10 |
* | 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() | Michael Niedermayer | 2010-02-16 | 1 | -2/+2 |
* | Drop a few redundant slice_num checks. | Michael Niedermayer | 2010-02-16 | 1 | -11/+6 |
* | Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its | Michael Niedermayer | 2010-02-15 | 1 | -28/+1 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 1 | -0/+1 |
* | Simplify decode_cabac_mb_intra4x4_pred_mode(). | Michael Niedermayer | 2010-02-15 | 1 | -4/+1 |
* | Merge decode_cabac_mb_type_b() into calling code. | Michael Niedermayer | 2010-02-15 | 1 | -44/+34 |
* | Merge the single line function decode_cabac_mb_transform_size() | Michael Niedermayer | 2010-02-15 | 1 | -7/+2 |
* | indent | Michael Niedermayer | 2010-02-14 | 1 | -6/+6 |
* | Merge decode_cabac_mb_dqp() with surronding code. | Michael Niedermayer | 2010-02-14 | 1 | -22/+22 |
* | Set sub_mb_type in direct_cache instead of just the direct flag. | Michael Niedermayer | 2010-02-14 | 1 | -4/+1 |
* | Store sub_mb_type in direct_cache/direct_table. | Michael Niedermayer | 2010-02-14 | 1 | -3/+3 |
* | Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb... | Michael Niedermayer | 2010-02-14 | 1 | -2/+2 |
* | Optimize decode_cabac_field_decoding_flag(). | Michael Niedermayer | 2010-01-25 | 1 | -12/+6 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Cosmetic, get rid of &x[0] | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Split fill_caches() between filter and decoder. | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Rearchitecturing the stiched up goose part 1 | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Replace cabac checks in inline functions from h264.h with constants. | Michael Niedermayer | 2010-01-16 | 1 | -0/+2 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -0/+1785 |