summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mc_template.c
Commit message (Expand)AuthorAgeFilesLines
* h264: drop a pointless indirectionAnton Khirnov2016-04-241-2/+2
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-3/+3
* h264_mb: constify all uses of H264ContextAnton Khirnov2015-03-211-10/+10
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-17/+19
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-4/+3
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-0/+160
OpenPOWER on IntegriCloud