avaudenc/dec: Ignore S64BE/LE pseudo-codecs
[platform/upstream/gst-libav.git] / ext / libav / gstavauddec.c
2016-10-26 Sebastian Drögeavaudenc/dec: Ignore S64BE/LE pseudo-codecs
2016-07-22 Sebastian Drögelibav: Ignore more quasi-codecs
2016-04-29 Sebastian Drögeavauddec: Finish frames if they are header buffers...
2016-04-29 Sebastian Drögeavauddec: If decoding a frame failed, skip it
2016-02-20 Tim-Philipp MüllerDon't use exported but undeclared core debug category...
2016-01-07 Tim-Philipp Müllerav: canonicalise av plugin name more consistently in...
2015-08-15 Thiago Santosavauddec: let audiodecoder call the default pad query...
2015-08-14 Thiago Santosavauddec: use template caps intersection for accept...
2015-07-27 Olivier Creteavauddec: Read channels from the channels field
2015-07-25 Olivier Crêteavauddec: Access field using accessors
2015-06-30 Thomas Bluemelavauddec: Ensure input buffers have FF_INPUT_BUFFER_PAD...
2015-06-28 Sebastian Drögeavauddec: Remove custom buffer allocation function
2015-06-28 Sebastian Drögeavauddec: Use undeprecated AVFrame API
2015-06-28 Sebastian Drögeavauddec: Negotiate based on the AVFrame instead of...
2015-06-02 Sebastian Drögeavauddev: Unref decoded AVFrame after we're done with it
2014-09-23 Aleix Conchillo... avauddec: drain samples until libav doesn't have more...
2014-08-06 Thibault Saunieravauddec: Bump the rank of avdec_aac so it is used...
2014-01-16 Sebastian Drögeavauddec: Mark frames as corrupted if libav tells us...
2014-01-15 Vincent Penquerc'hgst-libav: fix context leaks
2014-01-10 Sebastian Drögeavauddec: Give MP3 decoder a MARGINAL rank too
2014-01-03 Sebastian Drögeavauddec: Stop using AVCODEC_MAX_AUDIO_FRAME_SIZE
2013-10-02 Sebastian Drögeavauddec: Don't believe we're negotiated if negotiation...
2013-08-29 Sebastian Drögelibav: avcodec_close() also resets fields like the...
2013-05-06 Tim-Philipp MüllerCODEC_ID_* -> AV_CODEC_ID_*
2013-01-26 Tim-Philipp MüllerRevert "avdec_aac: disable for autoplugging until it...
2013-01-26 Tim-Philipp Mülleravauddec: fix decoding of mono audio as well
2013-01-26 Nicolas Dufresneavauddec: fix garbled audio decoding in some cases
2013-01-22 Tim-Philipp Mülleravdec_aac: disable for autoplugging until it gets fixed
2012-12-21 Sebastian Drögeav: Use correct printf format strings for gsize
2012-12-17 Sebastian Drögeav: Fix some memory leaks and misuse of libav API
2012-12-17 Sebastian Drögeavauddec: Use a GstBuffer instead of a GstAdapter for...
2012-12-17 Thiago Santosavauddec: accumulate buffers from a single input to...
2012-12-12 Sebastian Drögeavauddec: Set frame defaults for the audio decoders too
2012-12-12 Sebastian Drögeavdec: Improve src template caps
2012-12-12 Sebastian Drögeavauddec: Properly handle planar audio formats with...
2012-12-11 Sebastian Drögeavcodecmap: Take channel layout constraints into accoun...
2012-12-11 Sebastian Drögeavauddec: Close context when it was opened
2012-12-05 Sebastian Drögeav: Correctly populate the codec context with the defaults
2012-12-05 Sebastian Drögeav: Use av_codec_is_{en,de}coder() API instead of priva...
2012-12-04 Sebastian Drögeavauddec: release_buffer is not supposed to be used...
2012-12-04 Sebastian Drögeavauddec: Add support for planar audio formats
2012-12-04 Sebastian Drögeav: Port remaining simple bits
2012-12-04 Sebastian Drögeav: Remove palette support for now
2012-12-04 Luca Barbatoav: update to use AVOption variants.
2012-11-20 Sebastian Drögeavauddec: Port to non-deprecated avcodec_decode_audio4...
2012-11-19 Sebastian Drögeavauddec: Port to audio base classes
2012-11-19 Sebastian Drögeav: Put declarations in header files and rename audio...