summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAge
* h264_cavlc: check the size of the intra PCM data.Anton Khirnov2013-11-21
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-08
* h264: fix invalid pointer arithmeticMans Rullgard2012-10-27
* h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-05
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-11
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* 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