summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avcodecmap: Add support for GBRA_10LE/BESebastian Dröge2021-09-181-0/+2
* avdemux: add xwma supportStéphane Cerveau2021-08-091-0/+6
* avviddec: Enable subframe decoding for H.264Olivier Crête2021-07-082-0/+45
* 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
* avmux: Blacklist ttml subtitlesDoug Nazar2021-04-291-0/+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-132-12/+11
* avdemux: fix build with FFmpeg 4.4Tim-Philipp Müller2021-04-131-0/+4
* avmux: fix segfault when a plugin's long_name is NULLNicholas Jackson2021-03-161-3/+5
* Hook up audio/x-xma: xmaversion: [1,2] to AV_CODEC_ID_XMA[1,2]Jade Macho2021-03-151-0/+30
* avcodecmap: Don't try converting channel layouts with more than 64 channelsSebastian Dröge2021-03-151-2/+2
* 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: Drain decoder on decoding failureSeungha Yang2020-12-291-5/+11
* codec map: Add a mapping for the OKI ADPCM variant.Jan Schmidt2020-12-141-0/+6
* avauddec: Check planar-ness of frame rather than contextArun Raghavan2020-10-271-1/+1
* avaudenc/avvidenc: Reopen encoding session if it's requiredSeungha Yang2020-10-065-1/+99
* avvidenc: Call avcodec_flush_buffers() after draining to allow accepting new ...Sebastian Dröge2020-10-011-0/+1
* avauddec/audenc/videnc: Don't return GST_FLOW_EOS when drainingSebastian Dröge2020-09-304-2/+26
* avviddec: Don't return GST_FLOW_EOS from drain()/finish()Seungha Yang2020-09-161-0/+8
* avauddec: Ensure finish_subframe() and finish_frame() are pairedSeungha Yang2020-09-151-7/+18
* avauddec: Forward flow returns from draining instead of assuming OKSebastian Dröge2020-09-141-9/+10
* avviddec: Forward flow returns from draining instead of assuming OKSebastian Dröge2020-09-141-4/+7
* avauddec: Avoid dropping non-OK flow returnEdward Hervey2020-09-141-1/+4
* avcodecmap: Enable 24 bit WMA Lossless decodingOlivier Crête2020-09-091-2/+1
* Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-072-2/+2
* gstavcfg.c: fix max->min typo in limits and implict double conversionJordan Petridis2020-08-041-2/+7
* 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
* avauddec: fix buffer leak when send packet failedMatej Knopp2020-06-301-5/+6
* avcodecmap: Add support for SpeedHQ video codecSebastian Dröge2020-06-261-0/+30
* avmux: zero-initialize packetsMathieu Duponchelle2020-06-201-4/+1
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-064-7/+7
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-05-314-0/+12
* avcodecmap: Remove unused GstFFMpegCompliance typeSebastian Dröge2020-05-313-65/+1
* avdemux: update the context we use to determine stream's capsMathieu Duponchelle2020-05-271-0/+4
* avcodecmap: use framerate instead of time_base when decodingMathieu Duponchelle2020-05-271-2/+2
* gstlibav: minor fixes for header filesMatej Knopp2020-05-093-4/+5
* gstavviddec: only set range when actually reported by avcodecMatej Knopp2020-05-091-1/+3
* avmux: avoid to use unintialized variableHaihao Xiang2020-04-151-0/+1
* avviddec: Update for video-hdr struct changeSeungha Yang2020-04-011-56/+45
* avvidenc: handle GST_VIDEO_MULTIVIEW_MODE_MONOJulien Isorce2020-01-271-0/+3
* avcodecmap: Add some more comments about the assumptions in the ffmpeg code a...Sebastian Dröge2020-01-241-2/+8
* avdemux: Only set stream-format for H264/H265/AAC when we have a contextSebastian Dröge2020-01-241-5/+5
* avivf_mux: support VP9 and AV1Haihao Xiang2020-01-241-0/+18
* avcodecmap: Set AAC/H264/H265 stream-format for demuxer/encoder situations if...Sebastian Dröge2020-01-241-2/+25
* avdemux: Pass the URI from the URI query to avformat_open_input()Sebastian Dröge2020-01-231-1/+26
* gstavviddec: Limit default number of decoder threadsAlicia Boya García2019-12-191-1/+2