summaryrefslogtreecommitdiff
path: root/ext/faad
AgeCommit message (Expand)AuthorFilesLines
2012-03-13faad: fixup nasty typo breaking compilationMark Nauwelaerts1-1/+1
2012-03-13faad: discard frame upon decoding errorMark Nauwelaerts1-0/+2
2012-03-09gst: Add better support for static pluginsSebastian Dröge2-4/+5
2012-02-03faad: include specific support AAC stream formats in template capsVincent Penquerc'h1-1/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
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
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-02-21faad: fix Makefile.am some moreTim-Philipp Müller1-3/+4
2010-02-19faad: Link with libgstbase for GstAdapterSebastian Dröge1-2/+2
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 Nauwelaerts2-1/+17
2010-02-11faad: use adapter rather than temporary bufferMark Nauwelaerts2-75/+70
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 Nauwelaerts2-293/+1
2010-02-11faad: refactor resetMark Nauwelaerts1-31/+29
2010-02-11faad: use an in struct segment rather than a separately allocated oneMark Nauwelaerts2-25/+7
2009-10-13faad2: Don't leak element reference in the setcaps functionPeter Christoffersen1-0/+3
2009-10-12faad: fixes warning in macosx snow leopardJosep Torra1-5/+5
2009-03-06faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey1-0/+15
2009-03-04faad: use gint8 instead of int8_tLRN1-1/+1
2009-01-23Log aac details found in codec_data.Stefan Kost1-0/+12
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-02ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans1-3/+3
2008-06-02ext/faad/gstfaad.*: Add basic reverse playback support.Wim Taymans2-55/+96
2008-04-22ext/faad/gstfaad.c: Don't leak GstAudioChannelPosition. Fixes #529378.Stefan Kost1-1/+2
2008-03-18ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...Andy Wingo2-1/+13
2008-03-08ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...Sjoerd Simons1-12/+9
2008-01-31ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat...Jan Schmidt1-1/+1
2007-09-19ext/faad/gstfaad.c: Don't set channel positions on regular mono and stereo ca...Jonathan Matthew1-22/+45
2007-08-22ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.Wim Taymans1-2/+1
2007-08-16ext/faad/gstfaad.c: Add some debug info.Wim Taymans1-1/+5
2007-07-24Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge1-52/+3
2007-07-16ext/faad/gstfaad.c: Fix buffer clipping to correctly clip to the segment stop.Sebastian Dröge1-1/+1