summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_refs: Assert that op is 0-2Michael Niedermayer2016-07-101-0/+2
* Merge commit '84b2d3fb68caf71cff4b80b44ff865d7ae2531ce'Clément Bœsch2016-07-091-15/+0
|\
| * h264: Drop unused function check_opcodes()Diego Biurrun2016-06-141-12/+0
* | Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983'Clément Bœsch2016-06-301-17/+16
|\ \ | |/
| * h264: postpone generating the implicit MMCOsAnton Khirnov2016-06-121-17/+16
* | Merge commit '2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85'Clément Bœsch2016-06-301-31/+13
|\ \ | |/
| * h264: decode the MMCOs into per-slice contextsAnton Khirnov2016-06-121-30/+13
* | Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696'Clément Bœsch2016-06-291-18/+18
|\ \ | |/
| * h264: rename mmco_index to nb_mmcoAnton Khirnov2016-06-121-18/+18
* | Merge commit 'ed9a20ebe4a89de119ea97bdccf688ece8c6648c' into merge-libav-newClément Bœsch2016-06-291-88/+109
|\ \ | |/
| * h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov2016-06-121-88/+109
* | Merge commit '7b50d60442af8d9527e9da46818011fe15a5265a'Clément Bœsch2016-06-291-25/+28
|\ \ | |/
| * h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov2016-06-121-25/+28
* | Merge commit 'b16e9b9ac9db449cae2242767dd3c3fc309357c4'Clément Bœsch2016-06-291-7/+0
|\ \ | |/
| * h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov2016-06-121-7/+0
| * h264: drop an outdated commentAnton Khirnov2016-06-121-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd'Clément Bœsch2016-06-191-1/+1
|\ \ | |/
| * h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-241-1/+1
* | Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0'Clément Bœsch2016-06-191-7/+8
|\ \ | |/
| * h264_refs: make the H264Context const where possibleAnton Khirnov2016-04-241-7/+8
* | Merge commit 'a2fd547839d3ef8f342b6f2c096d0887675d3b1a'Clément Bœsch2016-06-191-36/+33
|\ \ | |/
| * h264_refs: reorder functions to avoid forward declarationsAnton Khirnov2016-04-241-36/+33
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-121-1/+1
|\ \ | |/
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-1/+1
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-9/+10
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-4/+4
* | avcodec/h264_refs: Fix pps_ref_count with multiple PPSMichael Niedermayer2016-06-021-2/+4
* | avcodec/h264_refs: Remove unused pps_countMichael Niedermayer2016-06-021-3/+0
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-4/+4
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-4/+4
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | avcodec/h264_refs: Fix and add back trace code removed in e1c5170c638e39a8017...Michael Niedermayer2016-01-041-0/+16
* | Merge commit '2080bea4a74b6b1598caa806a11ea807ba546f94'Hendrik Leppkes2016-01-041-16/+0
|\ \ | |/
| * h264_refs: Remove broken trace debug codeDiego Biurrun2016-01-031-16/+0
| * h264: improve behaviour with invalid reference listsAnton Khirnov2016-01-011-1/+4
* | avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer2016-01-041-2/+9
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-291-2/+2
* | avcodec/h264_refs: Fix long_idx checkMichael Niedermayer2015-12-191-1/+1
* | Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-171-32/+25
|\ \ | |/
| * h264: eliminate default_ref_listAnton Khirnov2015-12-061-25/+21
* | avcodec/h264_refs: Check that long references match before useMichael Niedermayer2015-11-291-5/+10
* | avcodec/h264, videotoolbox: do not return invalid frames on failurewm42015-11-201-1/+2
* | avcodec/h264_refs: Allow slightly larger pps_ref_count[0] in PAFF RAP detecti...Michael Niedermayer2015-07-291-1/+2
* | avcodec/h264_refs: extend RAP heuristic to multiple PPSMichael Niedermayer2015-07-291-3/+7
* | avcodec/h264_refs: discard mismatching referencesMichael Niedermayer2015-06-301-0/+16
* | Merge commit '6d4d3fee63c46d921c4870feab79269af94e84e1'Michael Niedermayer2015-06-271-6/+9
|\ \ | |/
| * h264: make sure the current picture is not made a long ref multiple timesAnton Khirnov2015-06-271-0/+9
OpenPOWER on IntegriCloud