Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h264_mb: constify all uses of H264Context | Anton Khirnov | 2015-03-21 | 1 | -10/+10 |
* | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move sub_mb_type into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move mb_[uv]linesize into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | h264: split weighted pred-related vars into per-slice context | Anton Khirnov | 2015-03-21 | 1 | -17/+19 |
* | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 1 | -0/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -4/+3 |
* | h264: use templates to avoid excessive inlining | Mans Rullgard | 2012-07-05 | 1 | -0/+160 |