summaryrefslogtreecommitdiff
path: root/ext/libav/gstavviddec.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-07-07avviddec: Fix typo that duplicated closed caption metaVivia Nikolaidou1-1/+1
2020-07-03gstavviddec: Only allow a single closed caption metaVivia Nikolaidou1-16/+4
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-3/+3
2020-05-31plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+4
2020-05-09gstavviddec: only set range when actually reported by avcodecMatej Knopp1-1/+3
2020-04-01avviddec: Update for video-hdr struct changeSeungha Yang1-56/+45
2019-12-19gstavviddec: Limit default number of decoder threadsAlicia Boya García1-1/+2
2019-10-29avviddec: Fix huge leak caused by circular referenceSeungha Yang1-11/+5
2019-10-25avvideenc,avvidedec: Filtering hardware en/decoder by flagSeungha Yang1-14/+16
2019-10-24avviddec: Enforce allocate new AVFrame per input frameSeungha Yang1-0/+16
2019-09-24avviddec,avcodemap: Use new helper function for map color space informationSeungha Yang1-86/+6
2019-07-18avviddec: improve latency calculationMathieu Duponchelle1-8/+22
2019-07-18avviddec: Add thread-type propertySeungha Yang1-9/+48
2019-05-29avviddec: remove cdgraphics elementGuillaume Desmottes1-1/+3
2019-05-24avcodecmap,avviddec: Map bt2020-10, PQ and HLG transfer functionsSeungha Yang1-1/+9
2019-05-01avviddec: Extract HDR information if anySeungha Yang1-0/+112
2019-04-29avviddec: Ensure drain even if codec has not delay capabilitiesYeongjin Jeong1-17/+8
2019-04-01avviddec: do not add 708 caption meta if already existsAaron Boxer1-5/+28
2018-09-21avviddec: Remove unneeded checkEdward Hervey1-7/+5
2018-07-31decoders: fix drainingMathieu Duponchelle1-3/+11
2018-07-19libav: Fix symbol redefine build errorSeungha Yang1-1/+5
2018-07-13av*dec: Ignore decoding errorsMathieu Duponchelle1-3/+2
2018-07-13avviddec: fix invalid alignment calculations.Mathieu Duponchelle1-0/+6
2018-07-13avviddec: fix signed/unsigned comparisonsMathieu Duponchelle1-8/+8
2018-07-13avvidec: port to new decoding APIMathieu Duponchelle1-161/+90
2018-07-13av_codec_next (deprecated) -> av_codec_iterateMathieu Duponchelle1-16/+12
2018-07-13avviddec: Stop using deperated EDGE APINicolas Dufresne1-14/+4
2018-07-13Use AV_ namespace for all CODEC_ macroNicolas Dufresne1-5/+6
2018-07-13Use AV_ namespace for INPUT_BUFFER_PADDING_SIZENicolas Dufresne1-9/+9
2018-05-11libav: Switch to common includeEdward Hervey1-7/+0
2018-05-07avvidec: Expose Closed Caption as GstVideoCaptionMetaEdward Hervey1-0/+14
2018-02-12Enable gif format, and make it so avdemux_gif and avdec_gif can autoplugMathieu Duponchelle1-2/+1
2018-02-10avvid*: Don't expose V4L2 mem-to-mem decoder and encodersEdward Hervey1-0/+7
2017-08-10Revert "avviddec: Remove usage of deprecated EDGE APIs"Sebastian Dröge1-6/+17
2017-07-11avviddec: Remove usage of deprecated EDGE APIsNicolas Dufresne1-17/+6
2017-05-16avviddec: Don't expose NVIDIA CUVID decoderSebastian Dröge1-0/+7
2017-03-16avviddec: Map any stereo3D info to multiview modesJan Schmidt1-8/+60
2017-01-02Fix some caps leaks when creating pad templatesGarima Gaur1-0/+3
2016-11-12avvidenc/dec: Disable more hardware encoder/decodersleigh123linux@googlemail.com1-0/+7
2016-11-04avviddec: Fix comment to say interlace-mode instead of interlaced-modeSebastian Dröge1-1/+1
2016-11-01avviddec: Use interlaced-mode=interleaved and set field-order if possibleSebastian Dröge1-6/+62
2016-11-01avviddec: Set colorimetry information from the context if knownSebastian Dröge1-15/+119
2016-09-29avviddec: Use enum instead of magic numbers for the chroma siting valuesSebastian Dröge1-4/+4
2016-09-03Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecsIain Lane1-2/+5
2016-08-04avvidec: Ensure skipping strategy gets properly resetEdward Hervey1-13/+20
2016-07-22libav: Ignore more quasi-codecsSebastian Dröge1-4/+11
2016-07-22libav: Ignore VAAPI decoders and VAAPI/nvenc encodersSebastian Dröge1-0/+7
2016-05-14avvidec: Don't set bogus latencyEdward Hervey1-5/+7
2016-05-13avvidec: Report the latency once we're fully configuredEdward Hervey1-0/+8