summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2021-09-18avcodecmap: Add support for GBRA_10LE/BESebastian Dröge1-0/+2
2021-08-09avdemux: add xwma supportStéphane Cerveau1-0/+6
2021-07-08avviddec: Enable subframe decoding for H.264Olivier Crête2-0/+45
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-29avmux: Blacklist ttml subtitlesDoug Nazar1-0/+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üller2-12/+11
2021-04-13avdemux: fix build with FFmpeg 4.4Tim-Philipp Müller1-0/+4
2021-03-16avmux: fix segfault when a plugin's long_name is NULLNicholas Jackson1-3/+5
2021-03-15Hook up audio/x-xma: xmaversion: [1,2] to AV_CODEC_ID_XMA[1,2]Jade Macho1-0/+30
2021-03-15avcodecmap: Don't try converting channel layouts with more than 64 channelsSebastian Dröge1-2/+2
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-12-29avauddec: Drain decoder on decoding failureSeungha Yang1-5/+11
2020-12-14codec map: Add a mapping for the OKI ADPCM variant.Jan Schmidt1-0/+6
2020-10-27avauddec: Check planar-ness of frame rather than contextArun Raghavan1-1/+1
2020-10-06avaudenc/avvidenc: Reopen encoding session if it's requiredSeungha Yang5-1/+99
2020-10-01avvidenc: Call avcodec_flush_buffers() after draining to allow accepting new ...Sebastian Dröge1-0/+1
2020-09-30avauddec/audenc/videnc: Don't return GST_FLOW_EOS when drainingSebastian Dröge4-2/+26
2020-09-16avviddec: Don't return GST_FLOW_EOS from drain()/finish()Seungha Yang1-0/+8
2020-09-15avauddec: Ensure finish_subframe() and finish_frame() are pairedSeungha Yang1-7/+18
2020-09-14avauddec: Forward flow returns from draining instead of assuming OKSebastian Dröge1-9/+10
2020-09-14avviddec: Forward flow returns from draining instead of assuming OKSebastian Dröge1-4/+7
2020-09-14avauddec: Avoid dropping non-OK flow returnEdward Hervey1-1/+4
2020-09-09avcodecmap: Enable 24 bit WMA Lossless decodingOlivier Crête1-2/+1
2020-09-07Update for gst_video_transfer_function_*() function renamingSebastian Dröge2-2/+2
2020-08-04gstavcfg.c: fix max->min typo in limits and implict double conversionJordan Petridis1-2/+7
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-30avauddec: fix buffer leak when send packet failedMatej Knopp1-5/+6
2020-06-26avcodecmap: Add support for SpeedHQ video codecSebastian Dröge1-0/+30
2020-06-20avmux: zero-initialize packetsMathieu Duponchelle1-4/+1
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle4-7/+7
2020-05-31plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge4-0/+12
2020-05-31avcodecmap: Remove unused GstFFMpegCompliance typeSebastian Dröge3-65/+1
2020-05-27avdemux: update the context we use to determine stream's capsMathieu Duponchelle1-0/+4
2020-05-27avcodecmap: use framerate instead of time_base when decodingMathieu Duponchelle1-2/+2
2020-05-09gstlibav: minor fixes for header filesMatej Knopp3-4/+5
2020-05-09gstavviddec: only set range when actually reported by avcodecMatej Knopp1-1/+3
2020-04-15avmux: avoid to use unintialized variableHaihao Xiang1-0/+1
2020-04-01avviddec: Update for video-hdr struct changeSeungha Yang1-56/+45
2020-01-27avvidenc: handle GST_VIDEO_MULTIVIEW_MODE_MONOJulien Isorce1-0/+3
2020-01-24avcodecmap: Add some more comments about the assumptions in the ffmpeg code a...Sebastian Dröge1-2/+8
2020-01-24avdemux: Only set stream-format for H264/H265/AAC when we have a contextSebastian Dröge1-5/+5
2020-01-24avivf_mux: support VP9 and AV1Haihao Xiang1-0/+18
2020-01-24avcodecmap: Set AAC/H264/H265 stream-format for demuxer/encoder situations if...Sebastian Dröge1-2/+25
2020-01-23avdemux: Pass the URI from the URI query to avformat_open_input()Sebastian Dröge1-1/+26
2019-12-19gstavviddec: Limit default number of decoder threadsAlicia Boya García1-1/+2