summaryrefslogtreecommitdiff
path: root/ext/faad
AgeCommit message (Expand)Author
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2014-11-12faad: set channel positions using the appropriate APIVincent Penquerc'h
2014-10-28faad: fix wrong unrefs in set_format error code pathTim-Philipp Müller
2014-09-18faad: logical disjunction consecutive return, break unnecessaryAnuj Jaiswal
2014-08-07ext:faad: Set rank to SECONDARY as the libav decoder is concidered betterThibault Saunier
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-08-02faad: do not access frame buffer following _finish_frame callMark Nauwelaerts
2012-07-20faad: only discard frame once upon decoding errorMark Nauwelaerts
2012-06-12faad: don't access buffer after _finish_frameWim Taymans
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-04-04gst: Update versioningSebastian Dröge
2012-03-30ext: Update for audio decoder API changesSebastian Dröge
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge
2012-03-20faad: add some channel map debugWim Taymans
2012-03-20faad: optimize channel remap, avoid potential memcpyWim Taymans
2012-03-15update for memory api changesWim Taymans
2012-02-23faad: fixup nasty typo breaking compilationMark Nauwelaerts
2012-02-23faad: discard frame upon decoding errorMark Nauwelaerts
2012-02-10Merge branch 'master' into 0.11Wim Taymans
2012-02-02faad: include specific support AAC stream formats in template capsVincent Penquerc'h
2012-02-01faad: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge
2012-01-25port some more to new memory APIMark Nauwelaerts
2012-01-11faad: Unset the UNPOSITIONED flag if we have valid channel positionsSebastian Dröge
2012-01-09faad: Make sure that the srcpad has caps before finishing actual audio dataSebastian Dröge
2012-01-05faad: Update for the new raw audio capsSebastian Dröge
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans
2011-11-28various: fix pad template ref leaksVincent Penquerc'h
2011-11-10update for adapter api changeWim Taymans
2011-10-04faad: use right capsWim Taymans
2011-09-27faad: port to 0.11Wim Taymans
2011-09-23faad: fix compiler warningTim-Philipp Müller
2011-09-23faad: parse wants a GstFlowReturn return value, not a gbooleanTim-Philipp Müller
2011-09-22faad: use some more boilerplateMark Nauwelaerts
2011-09-22faad: port to audiodecoderMark Nauwelaerts
2011-04-11android: make it ready for androgenizerThibault Saunier
2010-10-14faad: reflow opening and closing decoderMark Nauwelaerts
2010-10-12faad: cater for renegotiationMark Nauwelaerts
2010-09-29faad: reverse playback; cater for decoder delayMark Nauwelaerts
2010-09-29faad: tweak output buffer timestampingMark Nauwelaerts
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2010-02-21faad: fix Makefile.am some moreTim-Philipp Müller
2010-02-19faad: Link with libgstbase for GstAdapterSebastian Dröge
2010-02-16faad: guard against codec_data field with a NULL buffer in capsTim-Philipp Müller
2010-02-16docs: unify doc styleStefan Kost
2010-02-11faad: add documentationMark Nauwelaerts
2010-02-11faad: remove some redundant codeMark Nauwelaerts