summaryrefslogtreecommitdiff
path: root/ext/libav/gstavauddec.c
Commit message (Expand)AuthorAgeFilesLines
* avauddec: Drain decoder on decoding failureSeungha Yang2020-12-291-5/+11
* avauddec: Check planar-ness of frame rather than contextArun Raghavan2020-10-271-1/+1
* avauddec/audenc/videnc: Don't return GST_FLOW_EOS when drainingSebastian Dröge2020-09-301-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
* avauddec: Avoid dropping non-OK flow returnEdward Hervey2020-09-141-1/+4
* avauddec: fix buffer leak when send packet failedMatej Knopp2020-06-301-5/+6
* avauddec: Don't warn if drain is successfulDoug Nazar2019-08-011-0/+2
* avauddec: Ensure drain even if codec has not delay capabilitiesYeongjin Jeong2019-04-291-19/+10
* avauddec: fix decoding of APE and Cook audioTim-Philipp Müller2019-03-041-17/+15
* decoders: fix drainingMathieu Duponchelle2018-07-311-3/+8
* avauddec: add support for decoding in non-interleaved layoutGeorge Kiagiadakis2018-07-231-76/+36
* libav: Fix symbol redefine build errorSeungha Yang2018-07-191-1/+5
* av*dec: Ignore decoding errorsMathieu Duponchelle2018-07-131-3/+2
* auddec: fix luck-based sinkpad accessMathieu Duponchelle2018-07-131-1/+1
* avauddec: port to new decoding APIMathieu Duponchelle2018-07-131-116/+67
* auddec: stop using deprecated gettersMathieu Duponchelle2018-07-131-11/+7
* avauddec: remove obsolete version checkMathieu Duponchelle2018-07-131-8/+1
* av_codec_next (deprecated) -> av_codec_iterateMathieu Duponchelle2018-07-131-10/+6
* Use AV_ namespace for all CODEC_ macroNicolas Dufresne2018-07-131-1/+1
* Use AV_ namespace for INPUT_BUFFER_PADDING_SIZENicolas Dufresne2018-07-131-9/+9
* avaudenc/dec: Blacklist more PCM decoders/encodersSebastian Dröge2017-04-131-1/+3
* Fix some caps leaks when creating pad templatesGarima Gaur2017-01-021-0/+3
* avaudenc/dec: Allow compilation against ffmpeg < 3.2 againSebastian Dröge2016-10-261-0/+4
* avaudenc/dec: Ignore S64BE/LE pseudo-codecsSebastian Dröge2016-10-261-1/+1
* libav: Ignore more quasi-codecsSebastian Dröge2016-07-221-3/+6
* avauddec: Finish frames if they are header buffers only and don't produce any...Sebastian Dröge2016-04-291-2/+3
* avauddec: If decoding a frame failed, skip itSebastian Dröge2016-04-291-0/+3
* Don't use exported but undeclared core debug category symbolsTim-Philipp Müller2016-02-201-4/+2
* av: canonicalise av plugin name more consistently in more placesTim-Philipp Müller2016-01-071-5/+2
* avauddec: let audiodecoder call the default pad query handlerThiago Santos2015-08-151-23/+2
* avauddec: use template caps intersection for accept-capsThiago Santos2015-08-141-0/+25
* avauddec: Read channels from the channels fieldOlivier Crete2015-07-271-0/+2
* avauddec: Access field using accessorsOlivier Crête2015-07-251-6/+10
* avauddec: Ensure input buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, whi...Thomas Bluemel2015-06-301-0/+62
* avauddec: Remove custom buffer allocation functionSebastian Dröge2015-06-281-66/+1
* avauddec: Use undeprecated AVFrame APISebastian Dröge2015-06-281-17/+24
* avauddec: Negotiate based on the AVFrame instead of just the AVCodecContextSebastian Dröge2015-06-281-22/+41
* avauddev: Unref decoded AVFrame after we're done with itSebastian Dröge2015-06-021-0/+1
* avauddec: drain samples until libav doesn't have more dataAleix Conchillo Flaqué2014-09-231-25/+14
* avauddec: Bump the rank of avdec_aac so it is used by defaultThibault Saunier2014-08-061-0/+1
* avauddec: Mark frames as corrupted if libav tells us they areSebastian Dröge2014-01-161-0/+4
* gst-libav: fix context leaksVincent Penquerc'h2014-01-151-2/+5
* avauddec: Give MP3 decoder a MARGINAL rank tooSebastian Dröge2014-01-101-3/+0
* avauddec: Stop using AVCODEC_MAX_AUDIO_FRAME_SIZESebastian Dröge2014-01-031-3/+4
* avauddec: Don't believe we're negotiated if negotiation failedSebastian Dröge2013-10-021-0/+1
* libav: avcodec_close() also resets fields like the AVCodecSebastian Dröge2013-08-291-6/+46
* CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller2013-05-061-9/+9
* Revert "avdec_aac: disable for autoplugging until it gets fixed"Tim-Philipp Müller2013-01-261-2/+0
* avauddec: fix decoding of mono audio as wellTim-Philipp Müller2013-01-261-9/+13