summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mb_template.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646'Michael Niedermayer2015-03-211-18/+18
|\
| * h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-211-18/+18
* | Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264_mb: constify all uses of H264ContextAnton Khirnov2015-03-211-2/+2
* | Merge commit '51822879e7732ee8175dad98dde1a135f6e5c1a4'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264_mb: constify block_offsetAnton Khirnov2015-03-211-2/+2
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-11/+11
|\ \ | |/
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-11/+11
* | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f'Michael Niedermayer2015-03-211-13/+13
|\ \ | |/
| * h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-211-13/+13
* | Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'Michael Niedermayer2015-03-211-13/+13
|\ \ | |/
| * h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-13/+13
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-5/+5
* | 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 '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d'Michael Niedermayer2014-03-171-6/+6
|\ \ | |/
| * h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-161-6/+6
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-10/+1
* | h264: reduce whitespace differences to libavMichael Niedermayer2013-11-031-2/+2
* | Merge commit '23e85be58fc64b2e804e68b0034a08a6d257e523'Michael Niedermayer2013-03-211-1/+1
|\ \ | |/
| * h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-211-1/+1
* | Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'Michael Niedermayer2013-03-211-2/+2
|\ \ | |/
| * h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-2/+2
* | Merge commit 'da6be8fcec16a94d8084bda8bb8a0a411a96bcf7'Michael Niedermayer2013-03-211-2/+2
|\ \ | |/
| * h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-211-2/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-2/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-2/+2
OpenPOWER on IntegriCloud