summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mb_template.c
Commit message (Expand)AuthorAgeFilesLines
* h264: drop a pointless indirectionAnton Khirnov2016-04-241-6/+12
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-10/+10
* h264: remove the svq3-specific codeAnton Khirnov2016-03-281-41/+21
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-5/+5
* h264: use properly allocated AVFramesAnton Khirnov2015-04-291-4/+4
* h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-211-18/+18
* h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264_mb: constify all uses of H264ContextAnton Khirnov2015-03-211-2/+2
* h264_mb: constify block_offsetAnton Khirnov2015-03-211-2/+2
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-11/+11
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move loopfilter parameters 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-13/+13
* h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-13/+13
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-5/+5
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-161-6/+6
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-10/+1
* h264: add a parameter to the CHROMA422 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-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-2/+2
* h264: Get rid of unnecessary castsMartin Storsjö2013-02-201-6/+6
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-191-14/+15
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-1/+1
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-52/+50
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-6/+6
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-4/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-0/+380
OpenPOWER on IntegriCloud