plugins: port some plugins to the new memory API
[platform/upstream/gstreamer.git] / gst / audioresample / gstaudioresample.c
2011-03-27 Wim Taymansplugins: port some plugins to the new memory API
2011-02-28 Wim TaymansMerge branch 'master' into 0.11
2010-12-17 Leo Singeraudioresample: corrected buffer duration calculation...
2010-12-17 Leo Singeraudioresample: push half a history length, instead...
2010-12-17 Leo Singeraudioresample: renamed count_gap, count_nongap to more...
2010-12-17 Leo Singeraudioresample: replaced void* with gpointer
2010-12-17 Leo Singeraudioresample: initial filter transient discarded;...
2010-12-17 Leo SingerRevert "Revert "audioresample: Add GAP flag support""
2010-12-13 Mark Nauwelaertsaudioresample: relax discont checking slightly
2010-12-13 Mark Nauwelaertsaudioresample: provide as much valid output ts and...
2010-10-13 Stefan Kostvarious: add a missing G_PARAM_STATIC_STRINGS flag...
2010-09-15 Sebastian DrögeRevert "audioresample: Add GAP flag support"
2010-09-15 Leo Singeraudioresample: Add GAP flag support
2010-06-08 Tim-Philipp MüllerFix build if orc is not installed
2010-06-08 David Schleefaudioresample: convert from liboil to orc
2009-10-06 Robert Swainaudioresample: fix printf variable type
2009-08-26 Sebastian Drögeaudioresample: Fix drain processing
2009-08-26 Sebastian Drögeaudioresample: On the first buffer we need discont...
2009-08-26 Kipp Cannonaudioresample: Fix buffer overflow when pushing the...
2009-08-26 Kipp Cannonaudioresample: Fix timestamp drift
2009-08-08 Edward Herveygst: Remove dead assignments and resulting unused variables
2009-08-06 Kipp Cannonaudioresample: Take the output offsets from the input...
2009-05-23 David SchleefRun liboil benchmark multiple times
2009-05-19 Edward Herveyaudioresample: Don't drain remaining buffers after...
2009-05-01 Jan Schmidtaudioresample: Fix buffer size transformations
2009-04-21 René Stadleraudioresample: Fix unused variable in compilation with...
2009-04-01 Tim-Philipp Mülleraudioresample: fix negotiation so that upstream can...
2009-03-05 Stefan Kostaudioresample: add missing break in event handling...
2009-02-15 Sebastian Drögeaudioresample: Add locking to protect the resampling...
2009-02-04 Stefan Kostaudioresample: Add a proper deprecation comment and...
2009-02-04 Stefan Kostaudioresample: Only pull in liboil if its actualy used.
2009-02-02 Stefan KostAllow to configure the resampler function for integer...
2009-01-23 Sebastian DrögeRename files and types from speexresample to audioresample
2008-11-27 Sebastian DrögeRemove audioresample files.
2008-11-14 Jan Schmidtgst/audioresample/gstaudioresample.c: Guard against...
2008-10-30 Stefan Kostgst/audioresample/gstaudioresample.c: Return the result...
2008-10-28 Sebastian Drögegst/audioresample/gstaudioresample.c: Fixate the rate...
2008-07-10 Stefan KostCleanup Plugin docs. Link to signals and properties...
2008-05-14 Tim-Philipp Müllergst/audioresample/gstaudioresample.c: Revert previous...
2008-05-08 Sjoerd Simonsgst/audioresample/gstaudioresample.c: Let audioresample...
2008-03-22 Sebastian DrögeUse G_PARAM_STATIC_STRINGS everywhere for GParamSpecs...
2008-03-03 Sebastian DrögeCorrect all relevant warnings found by the sparse seman...
2007-11-23 Sebastian Drögegst/audioresample/gstaudioresample.c: Implement latency...
2007-04-27 Julien Moutteext/theora/theoradec.c: Calculate buffer duration corre...
2007-04-21 Tim-Philipp Müllergst/audioresample/gstaudioresample.c: Make more functio...
2007-04-16 Vincent Torriext/pango/gstclockoverlay.c: Fix unused variable warnin...
2007-03-15 Michael Smithgst/audioresample/gstaudioresample.c: Don't trigger...
2007-03-14 Julien Mouttegst/audioresample/gstaudioresample.c: Handle discontinu...
2007-03-14 Thomas Vander Sticheleadd debugging and reformat docs
2006-10-28 Tim-Philipp Müllergst/audioresample/gstaudioresample.c: Another typo...
2006-08-20 Stefan Kostgst/audioconvert/gstaudioconvert.c: Lower debug, use...
2006-07-28 Jan Schmidtgst/audioresample/gstaudioresample.c: Don't leak refere...
2006-06-22 Cody Russellgst/: Avoid unnecessary class cast check in class_init...
2006-06-16 Tim-Philipp Müllergst/audioresample/gstaudioresample.c: Implement GstBase...
2006-04-28 Stefan Kostmake GstElementDetails const
2006-04-28 Wim Taymansgst/audioresample/gstaudioresample.c: Add support for...
2006-03-02 Wim Taymansdocs/plugins/: Add audioresample to docs.
2005-12-15 Michael Smithgst/audioresample/gstaudioresample.c: Don't leak all...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-12-02 Wim Taymansgst/audioresample/: Fix audioresample, seek torture...
2005-11-21 Wim Taymansgst/: Segment update fix.
2005-10-16 Thomas Vander Stichelerestructure configure.ac, use correct libtool LDFLAGS...
2005-09-23 David Schleefgst/audioresample/: Convert to using gst debugging
2005-09-09 Jan Schmidtcheck/: Add extra tests for basetransform based components.
2005-08-28 Andy WingoUpdates for two-arg init from GST_BOILERPLATE_FULL.
2005-08-26 Thomas Vander Sticheleuse base class' newsegment to properly timestamp
2005-08-25 Thomas Vander Stichelecheck/: add a test for audioconvert
2005-08-25 Thomas Vander Sticheleadd a check for audioresample
2005-08-25 Thomas Vander Stichelegst/audioresample/: add room for extra overlap samples...
2005-08-24 Thomas Vander Sticheleport audioresample to basetransform
2005-08-23 David Schleefgst/audioresample/Makefile.am: Leet audioresampling...