summaryrefslogtreecommitdiff
path: root/ext/libav/gstavauddec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avauddec: fix garbled audio decoding in some casesNicolas Dufresne2013-01-261-3/+5
* avdec_aac: disable for autoplugging until it gets fixedTim-Philipp Müller2013-01-221-0/+2
* av: Use correct printf format strings for gsizeSebastian Dröge2012-12-211-2/+2
* av: Fix some memory leaks and misuse of libav APISebastian Dröge2012-12-171-8/+1
* avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output b...Sebastian Dröge2012-12-171-26/+15
* avauddec: accumulate buffers from a single input to push it all at onceThiago Santos2012-12-171-4/+28
* avauddec: Set frame defaults for the audio decoders tooSebastian Dröge2012-12-121-0/+1
* avdec: Improve src template capsSebastian Dröge2012-12-121-1/+1
* avauddec: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge2012-12-121-5/+8
* avcodecmap: Take channel layout constraints into account if possibleSebastian Dröge2012-12-111-1/+2
* avauddec: Close context when it was openedSebastian Dröge2012-12-111-1/+1
* av: Correctly populate the codec context with the defaultsSebastian Dröge2012-12-051-2/+5
* av: Use av_codec_is_{en,de}coder() API instead of private struct fieldsSebastian Dröge2012-12-051-1/+2
* avauddec: release_buffer is not supposed to be used for audioSebastian Dröge2012-12-041-23/+5
* avauddec: Add support for planar audio formatsSebastian Dröge2012-12-041-9/+80
* av: Port remaining simple bitsSebastian Dröge2012-12-041-2/+2
* av: Remove palette support for nowSebastian Dröge2012-12-041-5/+0
* av: update to use AVOption variants.Luca Barbato2012-12-041-1/+1
* avauddec: Port to non-deprecated avcodec_decode_audio4() APISebastian Dröge2012-11-201-19/+89
* avauddec: Port to audio base classesSebastian Dröge2012-11-191-674/+114
* av: Put declarations in header files and rename audio codec filesSebastian Dröge2012-11-191-0/+1314