summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser2010-08-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer2010-03-10
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-28
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-17
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-15
* Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer2010-01-24
* Remove cruft.Michael Niedermayer2010-01-24
* a[b-1] -> (a-1)[b].Michael Niedermayer2010-01-24
* Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer2010-01-24
* Simplify suffix_length computation, same speed.Michael Niedermayer2010-01-24
* Optimize level_code computation, 6cpu cycles speedup.Michael Niedermayer2010-01-24
* 1 cpu cycle faster suffix_length calculation.Michael Niedermayer2010-01-24
* Move dquant check into qscale overflow check.Michael Niedermayer2010-01-21
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-20
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-18
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13