summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mb_template.c
Commit message (Expand)AuthorAge
* h264: drop a pointless indirectionAnton Khirnov2016-04-24
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* h264: remove the svq3-specific codeAnton Khirnov2016-03-28
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-21
* h264_mb: constify all uses of H264ContextAnton Khirnov2015-03-21
* h264_mb: constify block_offsetAnton Khirnov2015-03-21
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-21
* h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-21
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-21
* h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-21
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-21
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-16
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* h264: add a parameter to the CHROMA422 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
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: Get rid of unnecessary castsMartin Storsjö2013-02-20
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-05