summaryrefslogtreecommitdiff
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-12/+12
|\ \ | |/
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-9/+9
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* | avcodec/h264_refs: More completely clear slice contexts in ff_h264_remove_all...Michael Niedermayer2015-04-041-2/+5
* | avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer2015-04-041-1/+1
* | avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer2015-03-311-4/+4
* | lavc/h264_refs: Fix compilation with -DTRACE.Carl Eugen Hoyos2015-03-291-4/+4
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-36/+47
|\ \ | |/
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-43/+47
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-4/+4
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-29/+30
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-25/+25
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-3/+3
|\ \ | |/
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-5/+5
* | avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer2015-02-081-7/+0
* | avcodec/h264_refs: set last_pic_for_ec only if it has not been set previouslyMichael Niedermayer2015-02-051-2/+3
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-111-0/+4
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/