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
2018-06-24
soundtouch: Update for g_type_class_add_private() deprecation in recent GLib
Tim-Philipp Müller
2
-11
/
+5
2018-06-18
pitch: remove trailing whitespaces from previous commit
Mathieu Duponchelle
1
-2
/
+2
2018-06-18
pitch: Flush only if there are unprocessed samples
Suhas Nayak
1
-3
/
+5
2018-06-16
pitch: preserve seek event seqnums
Mathieu Duponchelle
1
-0
/
+4
2018-06-16
pitch: fix latency reporting
Mathieu Duponchelle
1
-2
/
+0
2018-06-16
pitch: Fix single input buffer followed by EOS
Mathieu Duponchelle
1
-3
/
+0
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
1
-0
/
+1
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+32
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-4
/
+2
2015-09-15
pitch: Set seqnum on newly created segment event
Thibault Saunier
1
-0
/
+3
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
[next]