summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAgeFilesLines
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-051-2/+2
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-7/+120
* h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-111-4/+5
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-4/+4
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-031-1/+1
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+117
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-117/+81
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+117
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-4/+5
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-37/+47
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-7/+7
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-2/+1
* Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-201-0/+2
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-1/+2
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-141-5/+5
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-4/+4
* H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser2010-08-071-25/+22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer2010-03-101-1/+6
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-281-7/+3
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-171-2/+0
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-151-0/+1
* Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer2010-01-241-3/+1
* Remove cruft.Michael Niedermayer2010-01-241-2/+0
* a[b-1] -> (a-1)[b].Michael Niedermayer2010-01-241-4/+4
* Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer2010-01-241-3/+1
* Simplify suffix_length computation, same speed.Michael Niedermayer2010-01-241-3/+1
* Optimize level_code computation, 6cpu cycles speedup.Michael Niedermayer2010-01-241-1/+1
* 1 cpu cycle faster suffix_length calculation.Michael Niedermayer2010-01-241-1/+1
* Move dquant check into qscale overflow check.Michael Niedermayer2010-01-211-5/+5
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-201-2/+1
* Fix compilation with -O0.Michael Niedermayer2010-01-181-4/+0
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-181-2/+2
* 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
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-131-12/+0
* Split cavlc out of h264.c.Michael Niedermayer2010-01-131-0/+1053
OpenPOWER on IntegriCloud