summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAge
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun2013-08-24
* 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 FIELD_PICTURE 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
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* 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: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-05
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-23
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
* h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje2012-03-28
* h264: prevent overreads in intra PCM decoding.Ronald S. Bultje2012-02-29
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-27
* x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-21
* h264_cabac: synchronize decode_significance_*_x86 conditionalsDiego Biurrun2011-12-21
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-28
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser2011-07-08
* H.264: template left MB handlingJason Garrett-Glaser2011-07-03
* 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 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
* Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser2011-01-15
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-15
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-15