Sign in
coral
/
mtk-gst-plugins-bad
/
d1b451f3e7b7033e0a841b7f2ebffe52c015ec3f
/
ext
/
soundtouch
d28e0e7
pitch: Flush only if there are unprocessed samples
by Suhas Nayak
· 7 years ago
fcc3b74
pitch: preserve seek event seqnums
by Mathieu Duponchelle
· 7 years ago
4d2b670
pitch: fix latency reporting
by Mathieu Duponchelle
· 7 years ago
dd1aed1
pitch: Fix single input buffer followed by EOS
by Mathieu Duponchelle
· 7 years ago
4261692
Remove plugin specific static build option
by Nicolas Dufresne
· 8 years ago
42af2d6
Add support for Meson as alternative/parallel build system
by Nirbheek Chauhan
· 8 years ago
8cdfb13
bad: use new gst_element_class_add_static_pad_template()
by Vineeth TM
· 9 years ago
b6ad1b0
pitch: Set seqnum on newly created segment event
by Thibault Saunier
· 9 years ago
eb0a307
soundtouch: Add missing break in switch
by Edward Hervey
· 11 years ago
8cca2d5
soundtouch: Call default event handler for basetransform
by Jan Schmidt
· 11 years ago
2046ba2
pitch: Fix inverted condition in setcaps
by Olivier Crête
· 11 years ago
8e5f0e3
soundtouch: Fix compilation with soundtouch 1.4.0
by Sebastian Dröge
· 11 years ago
576b482
soundtouch: Allow compilation against float and integer version of the library
by Sebastian Dröge
· 11 years ago
e51cd4f
gst: Add better support for static plugins
by Sebastian Dröge
· 12 years ago
9e1b75f
Fix FSF address
by Tim-Philipp Müller
· 12 years ago
0a57441
pitch: fix for start times > 0
by Tim-Philipp Müller
· 12 years ago
32ba17c
Use gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 12 years ago
7b0e5f4
soundtouch: Transform timestamps properly after a seek.
by Jan Schmidt
· 12 years ago
578861a
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
by Mark Nauwelaerts
· 12 years ago
a79edf2
gst_message_new_duration -> gst_message_new_duration_changed
by Tim-Philipp Müller
· 12 years ago
c4ccca8
soundtouch: Don't assume output buffer timestamps
by Edward Hervey
· 12 years ago
afd50a7
tag: Update for taglist/tag event API changes
by Sebastian Dröge
· 12 years ago
7b5340f
pitch: register as effect
by Stefan Sauer
· 12 years ago
2eefdda
soundtouch: port to 0.11
by Wim Taymans
· 12 years ago
cda192b
gst: Update for GST_PLUGIN_DEFINE() API changes
by Sebastian Dröge
· 13 years ago
1318a97
gst: Update versioning
by Sebastian Dröge
· 13 years ago
9f73890
controller: port to new controller location and api
by Stefan Sauer
· 13 years ago
8fbf3a3
soundtouch: Handling incoming rate when requested.
by Jan Schmidt
· 13 years ago
0387a89
various (ext): add missing G_PARAM_STATIC_STRINGS flags
by Stefan Kost
· 14 years ago
12f561b
soundtouch: use $(LIBM) in Makefile.am instead of -lm
by Tim-Philipp Müller
· 15 years ago
203b284
soundtouch: build fixes: #if -> #ifdef
by Tim-Philipp Müller
· 15 years ago
0664c55
soundtouch: removing very annoying g_print() in pitch element
by Tiago Katcipis
· 15 years ago
b3f0b02
win32: Include config.h before anything else. Fix mpegdemux LIBADD
by Ðóñëàí Èæáóëàòîâ
· 15 years ago
4eec7e8
pitch: remove pointless gst_element_no_more_pads()
by Tim-Philipp Müller
· 15 years ago
c3b3ca4
soundtouch: fixes warnings on macosx snow leopard
by Josep Torra
· 15 years ago
98dccb6
Detect libsoundtouch 1.4 and higher.
by Jan Schmidt
· 16 years ago
71f9bd0
bpmdetect: Fix accidentally introduced stack overwriting introduced in last commit
by Sebastian Dröge
· 16 years ago
4fe032d
bpmdetect: Save one memory allocation per stereo buffer
by Sebastian Dröge
· 16 years ago
9a1d1cb
bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect
by Sebastian Dröge
· 16 years ago
a14e8e0
Don't install static libs for plugins. Fixes #550851 for -bad.
by Stefan Kost
· 16 years ago
744f3ef
ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads are added.
by Sebastian Dröge
· 17 years ago
625a222
ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environments when using C++ and...
by Sebastian Dröge
· 17 years ago
77d0988
Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when building C++ code.
by Tim-Philipp Müller
· 17 years ago
e6e86c4
ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary buffer for the data if processing stereo...
by Sebastian Dröge
· 17 years ago
b0c8b0f
ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a compiler warning.
by Sebastian Dröge
· 17 years ago
7fa405c
ext/soundtouch/gstpitch.cc: Don't send a LATENCY event for now until we get the usage right.
by Sebastian Dröge
· 17 years ago
26b4a02
ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency changes.
by Sebastian Dröge
· 17 years ago
1a787a0
ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.
by Sebastian Dröge
· 17 years ago
27fbdb9
ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.
by Sebastian Dröge
· 17 years ago
b05b9d0
ext/soundtouch/gstpitch.cc: Allow seeking only in TIME and DEFAULT format, other formats will not work as expected. A...
by Sebastian Dröge
· 17 years ago
23a2e7d
Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header definined PACKAGE and other variables f...
by Sebastian Dröge
· 17 years ago
0830d14
ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068.
by Wouter Paesen
· 17 years ago
bb6c23a
configure.ac: Require core CVS. This is implicit in the -base CVS requirement already, so we might just well spell i...
by Tim-Philipp Müller
· 17 years ago
a605838
ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to push buffers out in response (without fir...
by Michael Smith
· 17 years ago
57deb3a
higher up first
by Thomas Vander Stichele
· 18 years ago
34f03fe
ext/soundtouch/: Make pitch element controllable via GstController interface (#344821).
by Wouter Paesen
· 19 years ago
f902029
GST_ORIGIN => GST_PACKAGE_ORIGIN
by Tim-Philipp Müller
· 19 years ago
89ab659
Add new libsoundtouch-based pitch plugin (#331335).
by Wouter Paeson
· 19 years ago