summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mc_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_mc_template: Only prefetch motion if the list is used.Michael Niedermayer2018-06-111-1/+2
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd'Clément Bœsch2016-06-201-2/+2
|\ \ | |/
| * h264: drop a pointless indirectionAnton Khirnov2016-04-241-2/+2
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-3/+3
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-3/+3
* | avcodec/h264_mc_template: prefetch list1 only if it is used in the MBMichael Niedermayer2015-12-181-1/+2
* | Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719'Michael Niedermayer2015-03-211-10/+10
|\ \ | |/
| * h264_mb: constify all uses of H264ContextAnton Khirnov2015-03-211-10/+10
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-5/+5
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-17/+19
|\ \ | |/
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-17/+19
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-261-0/+2
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-4/+3
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-4/+3
* | h264_mc_template: switch to av_assertMichael Niedermayer2012-08-011-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-4/+4
|/
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-0/+160