summaryrefslogtreecommitdiffstats
path: root/ext/faad
AgeCommit message (Expand)AuthorFilesLines
2005-12-09ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt1-4/+20
2005-12-05Update for alloc_buffer changes.Andy Wingo1-1/+3
2005-11-28ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s...Edward Hervey1-2/+2
2005-11-22ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo1-2/+2
2005-11-21ext/faad/gstfaad.c: Don't take STREAM_LOCK in sink event handlers any more.Michael Smith1-6/+2
2005-11-15ext/faac/gstfaac.c: Set proper caps on source pad (#320532).Tim-Philipp Müller1-1/+1
2005-11-11Fix compile on systems with broken faad headers.Michael Smith1-10/+10
2005-11-11ext/faad/gstfaad.c: Call functions with the correct API. Unfortunately, unles...Michael Smith1-4/+26
2005-10-20ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sen...Tim-Philipp Müller2-36/+50
2005-10-11ext/faad/gstfaad.c: newsegment API updateTim-Philipp Müller1-3/+5
2005-09-05cleaning up badThomas Vander Stichele1-11/+12
2005-08-16Handle _push() return values.Ronald S. Bultje1-2/+7
2005-08-15Fix debug.Ronald S. Bultje1-4/+4
2005-08-10ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje1-6/+6
2005-08-09ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje1-1/+1
2005-08-08ext/faad/gstfaad.*: Fix negotiation (#310932) and miscellaneous other stuff. ...Tim-Philipp Müller2-129/+242
2005-07-27ext/faad/gstfaad.c: Compile fixes.Wim Taymans1-1/+1
2005-07-20ext/faad/Makefile.am: Fix uninstalled build.Ronald S. Bultje1-2/+3
2005-07-19Ported to 0.9 (faad, amrnb, mpeg2dec)Edgard Lima1-46/+111
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz2-6/+40
2005-02-02configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef1-1/+1
2005-01-17ext/faad/gstfaad.c: Argh...Ronald S. Bultje1-1/+1
2005-01-17ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sin...Ronald S. Bultje1-5/+5
2005-01-06ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC str...Ronald S. Bultje1-20/+22
2004-12-03ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje1-4/+12
2004-12-01ext/faad/gstfaad.c: Oops, remove debug.Ronald S. Bultje1-16/+2
2004-11-25Surround sound support.Ronald S. Bultje2-80/+330
2004-11-07Add musepack decoder.Ronald S. Bultje1-10/+8
2004-10-01ext/faad/gstfaad.*: Allow playback of raw (unframed) MPEG AAC files (#148993).Ronald S. Bultje2-33/+83
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte1-1/+1
2004-05-08ext/faad/gstfaad.c: HACK to correct signed char assumption in faad.h.David Schleef1-1/+2
2004-04-29New DTS decoder.Ronald S. Bultje1-4/+29
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-66/+66
2004-03-15*.h: Revert indentingJohan Dahlin1-5/+8
2004-03-14gst-indentThomas Vander Stichele2-158/+114
2004-03-10ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje1-66/+77
2004-03-06ext/faad/gstfaad.c: Fix negotiation.David Schleef1-6/+13
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-3/+3
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-3/+3
2004-01-18use new error signal and classificationThomas Vander Stichele1-7/+5
2003-12-22compile fixThomas Vander Stichele1-1/+1
2003-12-22messed up the template caps on first tryBenjamin Otte1-5/+5
2003-12-22ext/faad/gstfaad.c: Port to new caps system.Benjamin Otte1-151/+122
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje1-0/+1
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-22BPS is per-channel BPS, not total BPS... OhwellRonald S. Bultje1-7/+12
2003-11-21New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje3-0/+543