Merge remote-tracking branch 'origin/master' into 0.11
[platform/upstream/gst-plugins-good.git] / gst / wavparse /
2009-06-07 Wim TaymansRevert "wavparse: Remove dead assignments, move variabl...
2009-04-18 Edward Herveywavparse: Remove dead assignment.
2009-04-18 Edward Herveywavparse: Remove dead assignments, move variable to...
2009-04-18 Edward HerveyRemove trivial unused variables detected by CLang stati...
2009-04-07 Stefan Kostwavparse: don't leak pad-template
2009-03-02 Thomas Vander SticheleMerge branch 'master' of ssh://thomasvs@git.freedesktop...
2009-02-27 Sebastian DrögeMerge branch 'master' of ssh://git.freedesktop.org...
2009-02-27 Mark Nauwelaertswavparse: Fix SEEK event handling in push mode, and...
2009-01-28 Stefan KostUpdate and add documentation for plugins with no deps...
2008-12-13 Edward HerveySwitch to using GstStaticPadTemplate.
2008-11-20 Wim Taymansgst/wavparse/gstwavparse.c: Fix the scaling code.
2008-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-08-05 Stefan Kostgst/wavparse/gstwavparse.c: Handle the list chunk and...
2008-08-05 Stefan Kostgst/wavparse/gstwavparse.c: Handle the acid chunk and...
2008-08-05 Stefan Kostgst/wavparse/gstwavparse.c: Refactor wavparse. Call...
2008-01-19 Sebastian Drögegst/wavparse/gstwavparse.c: Set variable to NULL after...
2007-12-26 Tim-Philipp MüllerFix 'xyz may be used uninitialized' compiler warnings...
2007-12-06 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Fix seeking in .wav files...
2007-11-13 Stefan Kostgst/: Return the result in _activate_pull(). Don't...
2007-11-13 Stefan Kostgst/wavparse/gstwavparse.c: Ref the element when we...
2007-11-08 Stefan Kostgst/wavparse/gstwavparse.c: Return FALSE if we can...
2007-09-14 Sebastian Drögegst/wavparse/gstwavparse.c: Don't push EOS from the...
2007-09-13 Sebastian Drögegst/wavparse/gstwavparse.c: Add EOS logic for the push...
2007-09-04 Stefan Kostgst/wavparse/gstwavparse.c: More code cleanups. Add...
2007-09-04 Stefan Kostgst/wavparse/gstwavparse.*: Implement seek-query. Refac...
2007-05-25 Tim-Philipp Müllergst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil...
2007-05-11 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Skip LIST chunks before...
2007-05-02 Wim Taymansgst/wavparse/gstwavparse.c: Only set DISCONT when there...
2007-05-02 Wim Taymansgst/wavparse/gstwavparse.*: Be a bit more clever when...
2007-04-26 Wim Taymansgst/wavparse/gstwavparse.*: Apply DISCONT to buffers.
2007-04-25 Stefan Kostgst/wavparse/gstwavparse.c: Make header field check...
2007-04-17 Vincent Torrigst/wavparse/gstwavparse.c: Use correct format strings...
2007-04-17 Sebastian Drögegst/wavparse/gstwavparse.c: Use gst_riff_create_audio_t...
2007-04-13 Stefan Kostgst/wavparse/gstwavparse.c: Relax the audio/mpeg caps...
2007-04-13 Stefan Kostgst/wavparse/gstwavparse.*: More sanity check for the...
2007-04-10 Stefan Kostgst/auparse/gstauparse.c: limit caps to the formats...
2007-03-30 Sebastian Drögegst/wavparse/gstwavparse.c: Support audio/x-raw-float...
2007-03-29 Sebastian Drögegst/wavenc/gstwavenc.c: Correctly handle width!=depth...
2007-03-28 Sebastian Drögegst/wavparse/gstwavparse.c: Actually support depths...
2007-03-28 Sebastian Drögegst/wavparse/gstwavparse.c: Add support for wav files...
2007-03-19 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Streaming mode fixes: don...
2007-03-04 Jan SchmidtFix a bunch of leaks shown by the newly-added states...
2007-03-02 Stefan Kostgst/wavparse/gstwavparse.c: Unbreak my previous commit...
2007-03-02 René Stadlergst/wavparse/gstwavparse.c: Handle rounding better...
2007-02-14 Wim Taymansgst/wavparse/gstwavparse.*: Update docs.
2007-02-12 Jonathan Matthewgst/wavparse/gstwavparse.c: Fix massive memory leak...
2006-11-01 Tim-Philipp Müllergst/id3demux/id3v2frames.c: We require a -base more...
2006-10-18 Wim Taymansgst/wavparse/gstwavparse.c: Fix seeking some more,...
2006-10-16 Josep Torra VallesFix a bunch of problems discovered by the Forte compile...
2006-10-10 Tim-Philipp Müllergst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted...
2006-10-05 Tim-Philipp MüllerPrintf format fixes.
2006-09-19 Wim Taymansgst/wavparse/gstwavparse.c: Add ms-gsm to the src template.
2006-08-10 Edward HerveySend the newsegment event in the streaming thread.
2006-07-26 Tim-Philipp Müllergst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk...
2006-07-24 Stefan Kostgst/wavparse/gstwavparse.*: Use information from 'fact...
2006-06-18 Mark Nauwelaertsgst/wavparse/gstwavparse.c: Make sure we don't read...
2006-06-14 Tim-Philipp Müllergst/wavparse/gstwavparse.c: When operating chain-based...
2006-06-13 Wim Taymansgst/wavparse/gstwavparse.c: Handle premature EOS gracef...
2006-05-14 Michael Smithgst/wavparse/gstwavparse.c: Update docs; wavparse imple...
2006-05-12 Michael Smithgst/wavparse/gstwavparse.c: Fix use of uninitialised...
2006-05-12 Tim-Philipp Müllergst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgs...
2006-05-08 Jens GranseuerC89 compliance fixes. Fixes #340980
2006-05-02 Thomas Vander Stichelefix docs for wavparse
2006-04-29 Tim-Philipp Müllergst/wavparse/gstwavparse.c: ... and fix multichannel...
2006-04-28 Stefan Kostgst/wavparse/gstwavparse.*: Add push (streaming) mode...
2006-04-26 Stefan Kostgst/wavparse/gstwavparse.*: reverted patch #337625...
2006-04-26 Stefan Kostgst/wavparse/gstwavparse.*: correct partial implementat...
2006-04-25 Stefan KostDefine GstElementDetails as const and also static ...
2006-03-30 Sébastien Moutteext\jpeg\smokecodec.c: use of GST_DEBUG instead of...
2006-03-30 Wim Taymansbetter/unified long descriptions
2006-03-23 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Don't try to read beyond...
2006-03-23 Tim-Philipp Müllergst/wavparse/gstwavparse.*: Delay source pad creation...
2006-03-21 Edward Herveygst/: gcc 4.1 unreferenced pointer fixes.
2006-03-21 Tommi Myöhänengst/wavparse/gstwavparse.c: Fix block alignment calcula...
2006-03-15 Edward HerveyFix memleak with gst_static_pad_template_get().
2006-03-13 Wim Taymansgst/wavparse/gstwavparse.c: Implement seek in READY...
2006-03-03 Wim Taymansdocs/plugins/: Added wavparse docs.
2006-02-28 Wim Taymansgst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more.
2006-02-16 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Pass extra_data to gst_riff...
2006-02-06 Tim-Philipp MüllerPass unhandled queries upstream instead of just droppin...
2006-01-18 Tommi Myöhänengst/wavparse/gstwavparse.c: Fix conversion from TIME...
2005-12-19 Edward Herveygst/avi/gstavidemux.c: Construct index for indexless...
2005-12-18 Jan Schmidtconfigure.ac: Check for optional dependency on zlib...
2005-12-16 Wim Taymansgst/wavparse/gstwavparse.*: Use GstSegment to implement...
2005-12-07 Edward Herveygst/avi/gstavidemux.c: Memleak and crasher fixes.
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-22 Andy Wingoext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event...
2005-11-21 Tim-Philipp MüllerUpdate for stream lock API changes: don't take stream...
2005-11-21 Tim-Philipp Müllergst/wavparse/gstwavparse.c: Use GST_DEBUG_FUNCPTR;...
2005-11-21 Tim-Philipp MüllerFixes for GST_FOURCC_FORMAT API change.
2005-11-14 Thomas Vander Stichelerework configure.ac; make asterisk rtp stuff compile...
2005-10-23 Thomas Vander SticheleSTOPPED->FAILED
2005-10-20 Wim Taymansgst/wavparse/gstwavparse.c: Set stream time correctly...
2005-10-19 Wim TaymansAPI change fix.
2005-10-18 Wim Taymansgst/wavparse/gstwavparse.c: Fix for segment-start/stop...
2005-10-11 Wim Taymansnewsegment API update.
2005-09-23 Thomas Vander Stichelefix build and use of GST_LIBS
2005-09-19 Wim Taymansgst/wavparse/gstwavparse.*: Fix wavparse some more.
2005-09-02 Andy WingoAll plugins updated for element state changes.
2005-08-13 Tim-Philipp MüllerUse -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
next