summaryrefslogtreecommitdiff
path: root/ext/faad
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/faad/gstfaad.c: Don't take STREAM_LOCK in sink event handlers any more.Michael Smith2005-11-211-6/+2
* ext/faac/gstfaac.c: Set proper caps on source pad (#320532).Tim-Philipp Müller2005-11-151-1/+1
* Fix compile on systems with broken faad headers.Michael Smith2005-11-111-10/+10
* ext/faad/gstfaad.c: Call functions with the correct API. Unfortunately, unles...Michael Smith2005-11-111-4/+26
* ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sen...Tim-Philipp Müller2005-10-202-36/+50
* ext/faad/gstfaad.c: newsegment API updateTim-Philipp Müller2005-10-111-3/+5
* cleaning up badThomas Vander Stichele2005-09-051-11/+12
* Handle _push() return values.Ronald S. Bultje2005-08-161-2/+7
* Fix debug.Ronald S. Bultje2005-08-151-4/+4
* ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje2005-08-101-6/+6
* ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje2005-08-091-1/+1
* ext/faad/gstfaad.*: Fix negotiation (#310932) and miscellaneous other stuff. ...Tim-Philipp Müller2005-08-082-129/+242
* ext/faad/gstfaad.c: Compile fixes.Wim Taymans2005-07-271-1/+1
* ext/faad/Makefile.am: Fix uninstalled build.Ronald S. Bultje2005-07-201-2/+3