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