Age | Commit message (Expand) | Author | Files | Lines |
2007-04-20 | ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat... | Michael Smith | 1 | -1/+1 |
2007-02-11 | ext/faad/gstfaad.c: Also update the comment that describes the hack. | Stefan Kost | 1 | -3/+7 |
2007-02-11 | configure.ac: Tell the code which faad it is, so that we can adjust the hacks... | Stefan Kost | 1 | -0/+10 |
2006-10-06 | ext/faad/gstfaad.c: Some cleanups. | Wim Taymans | 1 | -11/+31 |
2006-07-16 | ext/faad/gstfaad.c: Don't crash on small buffers. | Wim Taymans | 1 | -4/+13 |
2006-05-31 | ext/faad/gstfaad.h: Forgot to commit the header file too. | Edward Hervey | 1 | -0/+3 |
2006-05-31 | ext/faad/gstfaad.c: Added GstSegment to control segments. | Edward Hervey | 1 | -6/+86 |
2006-05-17 | ext/faad/gstfaad.c: Remove unused caps cruft from chain function altogether. | Tim-Philipp Müller | 1 | -14/+6 |
2006-05-17 | ext/faad/gstfaad.c: There's no guarantee that caps was set to something, and ... | Edward Hervey | 1 | -2/+2 |
2006-05-13 | ext/faad/gstfaad.*: If we encounter a decoding error, don't error out immedia... | Young-Ho Cha | 2 | -2/+16 |
2006-05-03 | ext/faad/gstfaad.c: Fix #334748: use fake_codec_data if the first bytes of th... | Michael Smith | 1 | -6/+43 |
2006-04-28 | ext/faad/gstfaad.*: If we run into a decoding error, try re-opening the decod... | Tim-Philipp Müller | 2 | -93/+161 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 1 | -1/+1 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 1 | -6/+5 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+1 |
2006-03-04 | ext/faad/gstfaad.c: Add query function for position/duration querying (mostly... | Tim-Philipp Müller | 1 | -22/+246 |
2006-01-27 | ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea... | Tim-Philipp Müller | 1 | -15/+102 |
2005-12-09 | ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is... | Jan Schmidt | 1 | -4/+20 |
2005-12-05 | Update for alloc_buffer changes. | Andy Wingo | 1 | -1/+3 |
2005-11-28 | ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s... | Edward Hervey | 1 | -2/+2 |
2005-11-22 | ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile... | Andy Wingo | 1 | -2/+2 |
2005-11-21 | ext/faad/gstfaad.c: Don't take STREAM_LOCK in sink event handlers any more. | Michael Smith | 1 | -6/+2 |
2005-11-15 | ext/faac/gstfaac.c: Set proper caps on source pad (#320532). | Tim-Philipp Müller | 1 | -1/+1 |
2005-11-11 | Fix compile on systems with broken faad headers. | Michael Smith | 1 | -10/+10 |
2005-11-11 | ext/faad/gstfaad.c: Call functions with the correct API. Unfortunately, unles... | Michael Smith | 1 | -4/+26 |
2005-10-20 | ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sen... | Tim-Philipp Müller | 2 | -36/+50 |
2005-10-11 | ext/faad/gstfaad.c: newsegment API update | Tim-Philipp Müller | 1 | -3/+5 |
2005-09-05 | cleaning up bad | Thomas Vander Stichele | 1 | -11/+12 |
2005-08-16 | Handle _push() return values. | Ronald S. Bultje | 1 | -2/+7 |
2005-08-15 | Fix debug. | Ronald S. Bultje | 1 | -4/+4 |
2005-08-10 | ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras... | Ronald S. Bultje | 1 | -6/+6 |
2005-08-09 | ext/faad/gstfaad.c: Sign/unsign mismatch. | Ronald S. Bultje | 1 | -1/+1 |
2005-08-08 | ext/faad/gstfaad.*: Fix negotiation (#310932) and miscellaneous other stuff. ... | Tim-Philipp Müller | 2 | -129/+242 |
2005-07-27 | ext/faad/gstfaad.c: Compile fixes. | Wim Taymans | 1 | -1/+1 |
2005-07-20 | ext/faad/Makefile.am: Fix uninstalled build. | Ronald S. Bultje | 1 | -2/+3 |
2005-07-19 | Ported to 0.9 (faad, amrnb, mpeg2dec) | Edgard Lima | 1 | -46/+111 |
2005-02-21 | Fix playback of certain invalid muxed streams. Partial fix for #149158 | Maciej Katafiasz | 2 | -6/+40 |
2005-02-02 | configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ... | David Schleef | 1 | -1/+1 |
2005-01-17 | ext/faad/gstfaad.c: Argh... | Ronald S. Bultje | 1 | -1/+1 |
2005-01-17 | ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sin... | Ronald S. Bultje | 1 | -5/+5 |
2005-01-06 | ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC str... | Ronald S. Bultje | 1 | -20/+22 |
2004-12-03 | ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre... | Ronald S. Bultje | 1 | -4/+12 |
2004-12-01 | ext/faad/gstfaad.c: Oops, remove debug. | Ronald S. Bultje | 1 | -16/+2 |
2004-11-25 | Surround sound support. | Ronald S. Bultje | 2 | -80/+330 |
2004-11-07 | Add musepack decoder. | Ronald S. Bultje | 1 | -10/+8 |
2004-10-01 | ext/faad/gstfaad.*: Allow playback of raw (unframed) MPEG AAC files (#148993). | Ronald S. Bultje | 2 | -33/+83 |
2004-05-09 | ext/: \1/Codec, (fixes #142193) | Benjamin Otte | 1 | -1/+1 |
2004-05-08 | ext/faad/gstfaad.c: HACK to correct signed char assumption in faad.h. | David Schleef | 1 | -1/+2 |
2004-04-29 | New DTS decoder. | Ronald S. Bultje | 1 | -4/+29 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -66/+66 |