summaryrefslogtreecommitdiff
path: root/ext/faad
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-10-27Fix incorrect return type in several functionsNirbheek Chauhan1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+21
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-01-31faad: simplify configure check and require faad >= 2.7Tim-Philipp Müller3-55/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2014-11-12faad: set channel positions using the appropriate APIVincent Penquerc'h1-11/+10
2014-10-28faad: fix wrong unrefs in set_format error code pathTim-Philipp Müller1-3/+0
2014-09-18faad: logical disjunction consecutive return, break unnecessaryAnuj Jaiswal1-1/+0
2014-08-07ext:faad: Set rank to SECONDARY as the libav decoder is concidered betterThibault Saunier1-1/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-08-02faad: do not access frame buffer following _finish_frame callMark Nauwelaerts1-2/+3
2012-07-20faad: only discard frame once upon decoding errorMark Nauwelaerts1-2/+0
2012-06-12faad: don't access buffer after _finish_frameWim Taymans1-6/+9
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-30ext: Update for audio decoder API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-0/+2
2012-03-20faad: add some channel map debugWim Taymans1-1/+1
2012-03-20faad: optimize channel remap, avoid potential memcpyWim Taymans2-5/+40
2012-03-15update for memory api changesWim Taymans1-1/+1
2012-02-23faad: fixup nasty typo breaking compilationMark Nauwelaerts1-1/+1
2012-02-23faad: discard frame upon decoding errorMark Nauwelaerts1-0/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-1/+2
2012-02-02faad: include specific support AAC stream formats in template capsVincent Penquerc'h1-1/+2
2012-02-01faad: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-7/+1
2012-01-25port some more to new memory APIMark Nauwelaerts1-6/+13
2012-01-11faad: Unset the UNPOSITIONED flag if we have valid channel positionsSebastian Dröge1-0/+3
2012-01-09faad: Make sure that the srcpad has caps before finishing actual audio dataSebastian Dröge1-1/+2
2012-01-05faad: Update for the new raw audio capsSebastian Dröge2-34/+37
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2011-11-10update for adapter api changeWim Taymans1-1/+1
2011-10-04faad: use right capsWim Taymans1-6/+3
2011-09-27faad: port to 0.11Wim Taymans1-51/+35
2011-09-23faad: fix compiler warningTim-Philipp Müller1-3/+6
2011-09-23faad: parse wants a GstFlowReturn return value, not a gbooleanTim-Philipp Müller1-1/+1
2011-09-22faad: use some more boilerplateMark Nauwelaerts1-31/+3
2011-09-22faad: port to audiodecoderMark Nauwelaerts3-647/+108
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+15
2010-10-14faad: reflow opening and closing decoderMark Nauwelaerts1-4/+24
2010-10-12faad: cater for renegotiationMark Nauwelaerts2-0/+12
2010-09-29faad: reverse playback; cater for decoder delayMark Nauwelaerts1-0/+30
2010-09-29faad: tweak output buffer timestampingMark Nauwelaerts1-9/+21