summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264: Remove bits_per_raw_sample hacksMichael Niedermayer2015-03-251-2/+3
* Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-1/+1
|\
* \ Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c'Michael Niedermayer2015-03-211-11/+1
|\ \ | |/
| * h264: drop some mpegvideo remnants from draw_horiz_band()Anton Khirnov2015-03-211-11/+1
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'Michael Niedermayer2015-03-211-11/+0
|\ \ | |/
| * h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-211-11/+0
* | Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'Michael Niedermayer2015-03-211-20/+14
|\ \ | |/
| * h264: use the main H264Context as the parent for all slice contextsAnton Khirnov2015-03-211-24/+18
* | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'Michael Niedermayer2015-03-211-11/+11
|\ \ | |/
| * h264: move rbsp_buffer into the per-slice contextAnton Khirnov2015-03-211-11/+11
* | Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'Michael Niedermayer2015-03-211-19/+18
|\ \ | |/
| * h264: move remaining ER stuff into the per-slice contextAnton Khirnov2015-03-211-18/+17
* | Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'Michael Niedermayer2015-03-211-7/+0
|\ \ | |/
| * error_resilience: do not require mbintra/skip tablesAnton Khirnov2015-03-211-7/+0
* | Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14'Michael Niedermayer2015-03-211-7/+4
|\ \ | |/
| * h264: move top_borders into the per-slice contextAnton Khirnov2015-03-211-7/+4
* | Merge commit '36d04801ba9d8622c2d759c172aea18561bac74d'Michael Niedermayer2015-03-211-2/+10
|\ \ | |/
| * h264: move the scratch buffers into the per-slice contextAnton Khirnov2015-03-211-2/+10
* | Merge commit '5c4b98de4d101ea715ef86847306a510afd0db0c'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264.c: constify all uses of H264Context in slice and lower-level functionsAnton Khirnov2015-03-211-5/+5
* | Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
* | Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-211-13/+13
|\ \ | |/
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-13/+13
* | Merge commit '2ea00e35e4e0b58f7a306dd55d8f72a21c32c946'Michael Niedermayer2015-03-211-2/+3
|\ \ | |/
| * h264: do not abuse the context as a temporary storage in get_last_needed_nal()Anton Khirnov2015-03-211-2/+3
* | Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9'Michael Niedermayer2015-03-211-16/+6
|\ \ | |/
| * h264: remove some remnants of data partitioningAnton Khirnov2015-03-211-15/+6
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-8/+8
|\ \ | |/
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-8/+8
* | 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 '9951907f6fc37a8d41566dbee09f7c15ff587de6'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move redundant_pic_count into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'a67f8ae9a2c8529bf6a635e8ca4e3483592708b1'Michael Niedermayer2015-03-211-0/+3
|\ \ | |/
| * h264: move mvd_table into the per-slice contextAnton Khirnov2015-03-211-0/+3
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-17/+19
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-13/+14
* | Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-7/+7
|\ \ | |/
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-8/+8
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-8/+10
|\ \ | |/
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-8/+10
* | Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'Michael Niedermayer2015-03-211-1/+2
|\ \ | |/
| * h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-1/+2
* | Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e'Michael Niedermayer2015-03-211-8/+9
|\ \ | |/
| * h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-8/+9
* | Merge commit '7d8154edd594981e7891d57de91f2260f8a62939'Michael Niedermayer2015-03-211-5/+7
|\ \ | |/
| * h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-5/+7