summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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