summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAgeFilesLines
* h264dec: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-07-261-8/+8
* h264_cavlc: check the value of run_beforeAnton Khirnov2017-03-121-2/+6
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* h264: pass just the PPS to get_chroma_qp()Anton Khirnov2016-06-121-2/+2
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-221-4/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* h264: Drop broken trace debug outputDiego Biurrun2016-05-031-1/+0
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-11/+11
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-3/+6
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-16/+19
* cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-181-3/+0
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+7
* h264_cavlc: constify all uses of H264ContextAnton Khirnov2015-03-211-4/+9
* h264: move mb_mbaff into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-33/+33
* h264: remove some remnants of data partitioningAnton Khirnov2015-03-211-3/+3
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-12/+12
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-211-12/+12
* h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-12/+12
* h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-17/+17
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-9/+9
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-22/+22
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-27/+32
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-21/+22
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264_cavlc: check the size of the intra PCM data.Anton Khirnov2013-11-211-0/+4
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-2/+2
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-211-4/+4
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+4
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-191-8/+3
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-77/+74
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-081-5/+6
OpenPOWER on IntegriCloud