summaryrefslogtreecommitdiff
path: root/ext/faad/gstfaad.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07ext:faad: Set rank to SECONDARY as the libav decoder is concidered betterThibault Saunier1-1/+2
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
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-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 Taymans1-5/+38
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öge1-34/+36
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 Nauwelaerts1-622/+102
2010-10-14faad: reflow opening and closing decoderMark Nauwelaerts1-4/+24
2010-10-12faad: cater for renegotiationMark Nauwelaerts1-0/+11
2010-09-29faad: reverse playback; cater for decoder delayMark Nauwelaerts1-0/+30
2010-09-29faad: tweak output buffer timestampingMark Nauwelaerts1-9/+21
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-02-16faad: guard against codec_data field with a NULL buffer in capsTim-Philipp Müller1-0/+2
2010-02-16docs: unify doc styleStefan Kost1-4/+4
2010-02-11faad: add documentationMark Nauwelaerts1-0/+17
2010-02-11faad: remove some redundant codeMark Nauwelaerts1-8/+4
2010-02-11faad: drain sync pending frames when appropriateMark Nauwelaerts1-15/+33
2010-02-11faad: send tags exactly once when init'edMark Nauwelaerts1-4/+2
2010-02-11faad: refactor some partial stream resetMark Nauwelaerts1-8/+16
2010-02-11faad: correctly estimate average bpsMark Nauwelaerts1-4/+1
2010-02-11faad: give up after some number of decoding failuresMark Nauwelaerts1-5/+20
2010-02-11faad: do not attempt to sync indefinitelyMark Nauwelaerts1-1/+16
2010-02-11faad: use adapter rather than temporary bufferMark Nauwelaerts1-74/+68
2010-02-11faad: objectify debug statements and adjust some levelsMark Nauwelaerts1-20/+26
2010-02-11faad: refactor src caps (re)negotiation and reflow some error exitsMark Nauwelaerts1-30/+36
2010-02-11faad: remove defunct and otherwise obsolete codeMark Nauwelaerts1-290/+0