index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
soundtouch
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
soundtouch: Add missing break in switch
Edward Hervey
1
-0
/
+1
2013-12-10
soundtouch: Call default event handler for basetransform
Jan Schmidt
1
-1
/
+1
2013-10-12
pitch: Fix inverted condition in setcaps
Olivier Crête
1
-1
/
+1
2013-09-03
soundtouch: Fix compilation with soundtouch 1.4.0
Sebastian Dröge
2
-0
/
+14
2013-09-02
soundtouch: Allow compilation against float and integer version of the library
Sebastian Dröge
3
-42
/
+47
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
2
-4
/
+4
2012-10-22
pitch: fix for start times > 0
Tim-Philipp Müller
1
-2
/
+2
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
2
-2
/
+2
2012-09-26
soundtouch: Transform timestamps properly after a seek.
Jan Schmidt
1
-17
/
+33
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
2
-2
/
+2
2012-09-02
gst_message_new_duration -> gst_message_new_duration_changed
Tim-Philipp Müller
1
-1
/
+1
2012-08-14
soundtouch: Don't assume output buffer timestamps
Edward Hervey
1
-27
/
+16
2012-07-28
tag: Update for taglist/tag event API changes
Sebastian Dröge
1
-1
/
+1
2012-07-11
pitch: register as effect
Stefan Sauer
1
-1
/
+1
2012-07-10
soundtouch: port to 0.11
Wim Taymans
2
-162
/
+129
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-1
/
+1
2011-11-04
controller: port to new controller location and api
Stefan Sauer
2
-4
/
+1
2011-08-30
soundtouch: Handling incoming rate when requested.
Jan Schmidt
2
-9
/
+49
2010-10-19
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-3
/
+3
2010-04-08
soundtouch: use $(LIBM) in Makefile.am instead of -lm
Tim-Philipp Müller
1
-1
/
+1
2010-03-22
soundtouch: build fixes: #if -> #ifdef
Tim-Philipp Müller
1
-2
/
+2
2010-03-09
soundtouch: removing very annoying g_print() in pitch element
Tiago Katcipis
1
-4
/
+0
2010-01-12
win32: Include config.h before anything else. Fix mpegdemux LIBADD
Ðóñëàí Èæáóëàòîâ
2
-11
/
+12
2009-11-02
pitch: remove pointless gst_element_no_more_pads()
Tim-Philipp Müller
1
-2
/
+0
2009-10-11
soundtouch: fixes warnings on macosx snow leopard
Josep Torra
2
-8
/
+11
2009-02-22
Detect libsoundtouch 1.4 and higher.
Jan Schmidt
2
-5
/
+13
2009-02-16
bpmdetect: Fix accidentally introduced stack overwriting introduced in last c...
Sebastian Dröge
1
-1
/
+0
2009-02-16
bpmdetect: Save one memory allocation per stereo buffer
Sebastian Dröge
1
-5
/
+6
2009-02-10
bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect
Sebastian Dröge
1
-4
/
+16
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2008-06-10
ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...
Sebastian Dröge
1
-0
/
+2
2008-04-25
ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...
Sebastian Dröge
1
-1
/
+1
2008-02-23
Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...
Tim-Philipp Müller
1
-2
/
+2
2008-01-28
ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...
Sebastian Dröge
1
-11
/
+20
2008-01-27
ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a comp...
Sebastian Dröge
1
-2
/
+4
2008-01-27
ext/soundtouch/gstpitch.cc: Don't send a LATENCY event for now until we get t...
Sebastian Dröge
1
-1
/
+5
2008-01-27
ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency c...
Sebastian Dröge
2
-15
/
+93
2008-01-27
ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.
Sebastian Dröge
1
-1
/
+1
2008-01-27
ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.
Sebastian Dröge
5
-26
/
+343
2008-01-26
ext/soundtouch/gstpitch.cc: Allow seeking only in TIME and DEFAULT format, ot...
Sebastian Dröge
1
-25
/
+61
2008-01-26
Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header...
Sebastian Dröge
1
-3
/
+12
2007-11-15
ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068.
Wouter Paesen
1
-2
/
+105
2007-10-10
configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...
Tim-Philipp Müller
1
-13
/
+4
2007-07-18
ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...
Michael Smith
1
-3
/
+8
2006-09-03
higher up first
Thomas Vander Stichele
1
-2
/
+2
2006-06-14
ext/soundtouch/: Make pitch element controllable via GstController interface ...
Wouter Paesen
2
-6
/
+11
2006-04-03
GST_ORIGIN => GST_PACKAGE_ORIGIN
Tim-Philipp Müller
1
-1
/
+1
2006-03-22
Add new libsoundtouch-based pitch plugin (#331335).
Wouter Paeson
3
-0
/
+806