summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-151-0/+1
* Simplify decode_cabac_mb_intra4x4_pred_mode().Michael Niedermayer2010-02-151-4/+1
* Merge decode_cabac_mb_type_b() into calling code.Michael Niedermayer2010-02-151-44/+34
* Merge the single line function decode_cabac_mb_transform_size()Michael Niedermayer2010-02-151-7/+2
* indentMichael Niedermayer2010-02-141-6/+6
* Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer2010-02-141-22/+22
* Set sub_mb_type in direct_cache instead of just the direct flag.Michael Niedermayer2010-02-141-4/+1
* Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer2010-02-141-3/+3
* Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer2010-02-141-2/+2
* Optimize decode_cabac_field_decoding_flag().Michael Niedermayer2010-01-251-12/+6
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-181-1/+1
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-171-1/+1
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-171-1/+1
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-161-0/+2
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-131-0/+1785
OpenPOWER on IntegriCloud