summaryrefslogtreecommitdiff
path: root/ext/faad
Commit message (Expand)AuthorAgeFilesLines
...
* faad: drain sync pending frames when appropriateMark Nauwelaerts2010-02-111-15/+33
* faad: send tags exactly once when init'edMark Nauwelaerts2010-02-111-4/+2
* faad: refactor some partial stream resetMark Nauwelaerts2010-02-111-8/+16
* faad: correctly estimate average bpsMark Nauwelaerts2010-02-111-4/+1
* faad: give up after some number of decoding failuresMark Nauwelaerts2010-02-111-5/+20
* faad: do not attempt to sync indefinitelyMark Nauwelaerts2010-02-112-1/+17
* faad: use adapter rather than temporary bufferMark Nauwelaerts2010-02-112-75/+70
* faad: objectify debug statements and adjust some levelsMark Nauwelaerts2010-02-111-20/+26
* faad: refactor src caps (re)negotiation and reflow some error exitsMark Nauwelaerts2010-02-111-30/+36
* faad: remove defunct and otherwise obsolete codeMark Nauwelaerts2010-02-112-293/+1
* faad: refactor resetMark Nauwelaerts2010-02-111-31/+29
* faad: use an in struct segment rather than a separately allocated oneMark Nauwelaerts2010-02-112-25/+7
* faad2: Don't leak element reference in the setcaps functionPeter Christoffersen2009-10-131-0/+3
* faad: fixes warning in macosx snow leopardJosep Torra2009-10-121-5/+5
* faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey2009-03-061-0/+15
* faad: use gint8 instead of int8_tLRN2009-03-041-1/+1
* Log aac details found in codec_data.Stefan Kost2009-01-231-0/+12
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans2008-06-021-3/+3
* ext/faad/gstfaad.*: Add basic reverse playback support.Wim Taymans2008-06-022-55/+96
* ext/faad/gstfaad.c: Don't leak GstAudioChannelPosition. Fixes #529378.Stefan Kost2008-04-221-1/+2
* ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...Andy Wingo2008-03-182-1/+13
* ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...Sjoerd Simons2008-03-081-12/+9
* ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat...Jan Schmidt2008-01-311-1/+1
* ext/faad/gstfaad.c: Don't set channel positions on regular mono and stereo ca...Jonathan Matthew2007-09-191-22/+45
* ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.Wim Taymans2007-08-221-2/+1
* ext/faad/gstfaad.c: Add some debug info.Wim Taymans2007-08-161-1/+5
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-52/+3
* ext/faad/gstfaad.c: Fix buffer clipping to correctly clip to the segment stop.Sebastian Dröge2007-07-161-1/+1
* ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat...Michael Smith2007-04-201-1/+1
* ext/faad/gstfaad.c: Also update the comment that describes the hack.Stefan Kost2007-02-111-3/+7
* configure.ac: Tell the code which faad it is, so that we can adjust the hacks...Stefan Kost2007-02-111-0/+10
* ext/faad/gstfaad.c: Some cleanups.Wim Taymans2006-10-061-11/+31
* ext/faad/gstfaad.c: Don't crash on small buffers.Wim Taymans2006-07-161-4/+13
* ext/faad/gstfaad.h: Forgot to commit the header file too.Edward Hervey2006-05-311-0/+3
* ext/faad/gstfaad.c: Added GstSegment to control segments.Edward Hervey2006-05-311-6/+86
* ext/faad/gstfaad.c: Remove unused caps cruft from chain function altogether.Tim-Philipp Müller2006-05-171-14/+6
* ext/faad/gstfaad.c: There's no guarantee that caps was set to something, and ...Edward Hervey2006-05-171-2/+2
* ext/faad/gstfaad.*: If we encounter a decoding error, don't error out immedia...Young-Ho Cha2006-05-132-2/+16
* ext/faad/gstfaad.c: Fix #334748: use fake_codec_data if the first bytes of th...Michael Smith2006-05-031-6/+43
* ext/faad/gstfaad.*: If we run into a decoding error, try re-opening the decod...Tim-Philipp Müller2006-04-282-93/+161
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* ext/faad/gstfaad.c: Add query function for position/duration querying (mostly...Tim-Philipp Müller2006-03-041-22/+246
* ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea...Tim-Philipp Müller2006-01-271-15/+102
* ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt2005-12-091-4/+20
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+3
* ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s...Edward Hervey2005-11-281-2/+2
* ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo2005-11-221-2/+2