summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mc_template.c
Commit message (Expand)AuthorAge
* h264: drop a pointless indirectionAnton Khirnov2016-04-24
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* h264_mb: constify all uses of H264ContextAnton 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 sub_mb_type 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: 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
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-05