summaryrefslogtreecommitdiff
path: root/ext/libav/gstavviddec.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08avviddec: Enable subframe decoding for H.264Olivier Crête1-0/+40
2021-07-07avviddec: Split allocation tracking from decode-only-nessOlivier Crête1-2/+18
2021-06-03avviddec: Fix size of linesize parameterDoug Nazar1-1/+1
2021-04-24avviddec: Take into account coded_height for poolEdward Hervey1-2/+5
2021-04-13avviddec: deprecated debug-mv property to match deprecation in FFmpegTim-Philipp Müller1-11/+11
2021-02-17avviddec: take the maximum of the height/coded_heightMatthew Waters1-1/+1
2021-02-17viddec: don't configure and incorrect buffer pool when receiving a gap eventMatthew Waters1-0/+14
2021-02-03avviddec: Support for alternate-field interlacingVivia Nikolaidou1-27/+94
2020-09-30avauddec/audenc/videnc: Don't return GST_FLOW_EOS when drainingSebastian Dröge1-2/+2
2020-09-16avviddec: Don't return GST_FLOW_EOS from drain()/finish()Seungha Yang1-0/+8
2020-09-14avviddec: Forward flow returns from draining instead of assuming OKSebastian Dröge1-4/+7
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