aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mb.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-38/+43
|\|
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-38/+43
* | Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'Michael Niedermayer2015-03-211-9/+9
|\|
| * h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-9/+9
* | Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e'Michael Niedermayer2015-03-211-5/+5
|\|
| * h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit '7d8154edd594981e7891d57de91f2260f8a62939'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052'Michael Niedermayer2015-03-211-2/+3
|\|
| * h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-2/+3
* | Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865'Michael Niedermayer2015-03-211-4/+4
|\|
| * h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'Michael Niedermayer2015-03-211-4/+6
|\|
| * h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-4/+6
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-34/+35
|\|
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-34/+35
* | avcodec/h264_mb: Fix undefined shiftsMichael Niedermayer2015-03-121-7/+7
* | h264_mb: Use smaller data type for refs in await_references.Reimar Döffinger2014-11-221-2/+2
* | avcodec/h264_mb: fix grayscale only decoding with weighted predictionMichael Niedermayer2014-08-171-25/+31
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-301-0/+1
|\|
| * dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+1
* | Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'Michael Niedermayer2014-03-241-21/+20
|/
* h264: move macroblock decoding into its own fileVittorio Giovara2014-03-231-0/+821