summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAge
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * h264: eliminate max_contextsAnton Khirnov2016-04-24
* | Merge commit 'e0652795292223f8bc8e5bac019c1fca7323d23c'Clément Bœsch2016-06-21
|\|
| * h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-24
* | lavc/h264_slice: mark ref2frm as const pointersClément Bœsch2016-06-21
* | Merge commit '4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69'Clément Bœsch2016-06-20
|\|
| * h264: remove pointless setting of some variables in loop_filterAnton Khirnov2016-04-24
* | Merge commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc'Clément Bœsch2016-06-20
|\|
| * h264: remove a pointless commentAnton Khirnov2016-04-24
* | Merge commit 'b77fffa127663028169c5ed543956af4b9496c29'Clément Bœsch2016-06-20
|\|
| * h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-24
* | Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'Clément Bœsch2016-06-20
|\|
| * h264: remove H264Context.pict_typeAnton Khirnov2016-04-24
* | Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd'Clément Bœsch2016-06-20
|\|
| * h264: drop a pointless indirectionAnton Khirnov2016-04-24
* | Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch2016-06-20
|\|
| * h264: eliminate low_delayAnton Khirnov2016-04-24
* | lavc/h264: add a logging ctx to ff_h264_pred_weight_table()Clément Bœsch2016-06-20
* | Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd'Clément Bœsch2016-06-19
|\|
| * h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-24
* | Merge commit '0ba471d7d864c712f45d7ac6aca4829aba025adc'Clément Bœsch2016-06-19
|\|
| * h264: eliminate copy_fieldsAnton Khirnov2016-04-24
* | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch2016-06-18
|\|
| * h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-24
* | avcodec/h264_slice: Add casts to suppress warningsMichael Niedermayer2016-06-13
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-12
|\|
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-12
|\|
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-17
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-17
|\|
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-24
| * h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-30
* | Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis2016-05-03
|\|
| * svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-26
|\|
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-24
|\|
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-25
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-24
|\|
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
| * lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* | avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer2016-03-27
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
| * h264: do not call frame_start() for missing framesAnton Khirnov2015-12-07
* | avcodec/h264_slice: Fix dequant table init with field picturesMichael Niedermayer2016-02-12
* | avcodec/h264_slice: assert relation between current_slice ans slice_ctxMichael Niedermayer2016-02-12