summaryrefslogtreecommitdiff
path: root/ext/libav/gstavviddec.c
Commit message (Expand)AuthorAgeFilesLines
* avviddec: Enable subframe decoding for H.264Olivier Crête2021-07-081-0/+40
* avviddec: Split allocation tracking from decode-only-nessOlivier Crête2021-07-071-2/+18
* avviddec: Fix size of linesize parameterDoug Nazar2021-06-031-1/+1
* avviddec: Take into account coded_height for poolEdward Hervey2021-04-241-2/+5
* avviddec: deprecated debug-mv property to match deprecation in FFmpegTim-Philipp Müller2021-04-131-11/+11
* avviddec: take the maximum of the height/coded_heightMatthew Waters2021-02-171-1/+1
* viddec: don't configure and incorrect buffer pool when receiving a gap eventMatthew Waters2021-02-171-0/+14
* avviddec: Support for alternate-field interlacingVivia Nikolaidou2021-02-031-27/+94
* avauddec/audenc/videnc: Don't return GST_FLOW_EOS when drainingSebastian Dröge2020-09-301-2/+2
* avviddec: Don't return GST_FLOW_EOS from drain()/finish()Seungha Yang2020-09-161-0/+8
* avviddec: Forward flow returns from draining instead of assuming OKSebastian Dröge2020-09-141-4/+7
* Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* avviddec: Fix typo that duplicated closed caption metaVivia Nikolaidou2020-07-071-1/+1
* gstavviddec: Only allow a single closed caption metaVivia Nikolaidou2020-07-031-16/+4
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-3/+3
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-05-311-0/+4
* gstavviddec: only set range when actually reported by avcodecMatej Knopp2020-05-091-1/+3
* avviddec: Update for video-hdr struct changeSeungha Yang2020-04-011-56/+45
* gstavviddec: Limit default number of decoder threadsAlicia Boya García2019-12-191-1/+2
* avviddec: Fix huge leak caused by circular referenceSeungha Yang2019-10-291-11/+5
* avvideenc,avvidedec: Filtering hardware en/decoder by flagSeungha Yang2019-10-251-14/+16
* avviddec: Enforce allocate new AVFrame per input frameSeungha Yang2019-10-241-0/+16
* avviddec,avcodemap: Use new helper function for map color space informationSeungha Yang2019-09-241-86/+6
* avviddec: improve latency calculationMathieu Duponchelle2019-07-181-8/+22
* avviddec: Add thread-type propertySeungha Yang2019-07-181-9/+48
* avviddec: remove cdgraphics elementGuillaume Desmottes2019-05-291-1/+3
* avcodecmap,avviddec: Map bt2020-10, PQ and HLG transfer functionsSeungha Yang2019-05-241-1/+9
* avviddec: Extract HDR information if anySeungha Yang2019-05-011-0/+112
* avviddec: Ensure drain even if codec has not delay capabilitiesYeongjin Jeong2019-04-291-17/+8
* avviddec: do not add 708 caption meta if already existsAaron Boxer2019-04-011-5/+28
* avviddec: Remove unneeded checkEdward Hervey2018-09-211-7/+5
* decoders: fix drainingMathieu Duponchelle2018-07-311-3/+11
* libav: Fix symbol redefine build errorSeungha Yang2018-07-191-1/+5
* av*dec: Ignore decoding errorsMathieu Duponchelle2018-07-131-3/+2
* avviddec: fix invalid alignment calculations.Mathieu Duponchelle2018-07-131-0/+6
* avviddec: fix signed/unsigned comparisonsMathieu Duponchelle2018-07-131-8/+8
* avvidec: port to new decoding APIMathieu Duponchelle2018-07-131-161/+90
* av_codec_next (deprecated) -> av_codec_iterateMathieu Duponchelle2018-07-131-16/+12
* avviddec: Stop using deperated EDGE APINicolas Dufresne2018-07-131-14/+4
* Use AV_ namespace for all CODEC_ macroNicolas Dufresne2018-07-131-5/+6
* Use AV_ namespace for INPUT_BUFFER_PADDING_SIZENicolas Dufresne2018-07-131-9/+9
* libav: Switch to common includeEdward Hervey2018-05-111-7/+0
* avvidec: Expose Closed Caption as GstVideoCaptionMetaEdward Hervey2018-05-071-0/+14
* Enable gif format, and make it so avdemux_gif and avdec_gif can autoplugMathieu Duponchelle2018-02-121-2/+1
* avvid*: Don't expose V4L2 mem-to-mem decoder and encodersEdward Hervey2018-02-101-0/+7
* Revert "avviddec: Remove usage of deprecated EDGE APIs"Sebastian Dröge2017-08-101-6/+17
* avviddec: Remove usage of deprecated EDGE APIsNicolas Dufresne2017-07-111-17/+6
* avviddec: Don't expose NVIDIA CUVID decoderSebastian Dröge2017-05-161-0/+7
* avviddec: Map any stereo3D info to multiview modesJan Schmidt2017-03-161-8/+60
* Fix some caps leaks when creating pad templatesGarima Gaur2017-01-021-0/+3