index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
audiofx
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/: Make author name consistent with others.
Thomas Vander Stichele
2008-11-10
2
-2
/
+2
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
Make stuff compile with GST_DISABLE_GST_DEBUG.
Tim-Philipp Müller
2008-08-30
1
-0
/
+4
*
Rename audiovoice to audiokaraoke and add it to the docs.
Stefan Kost
2008-05-28
4
-59
/
+59
*
gst/audiofx/: Add simple voice removal element. Yay karaoke.
Wim Taymans
2008-05-26
4
-0
/
+434
*
gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG...
Sebastian Dröge
2008-03-13
1
-1
/
+1
*
Check for sinh(), cosh() and asinh() and define our own implementations if th...
Sebastian Dröge
2008-03-07
4
-1
/
+61
*
gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.
Sebastian Dröge
2008-02-10
8
-10
/
+10
*
add missing header files for disting
Christian Schaller
2008-02-08
1
-1
/
+3
*
Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...
Jan Schmidt
2008-02-07
6
-187
/
+202
*
gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.
Sebastian Dröge
2008-02-07
1
-1
/
+1
*
Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...
Jan Schmidt
2008-02-06
10
-2070
/
+158
*
gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...
Sebastian Dröge
2008-01-26
2
-42
/
+0
*
Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...
Sebastian Dröge
2008-01-08
8
-21
/
+37
*
gst/filter/: The transform() methods are not called in passthrough mode so th...
Sebastian Dröge
2007-12-06
2
-8
/
+0
*
gst/filter/: Sync the GObject properties with the controller even in passthro...
Sebastian Dröge
2007-12-06
2
-9
/
+8
*
gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...
Sebastian Dröge
2007-12-06
8
-18
/
+15
*
gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.
Sebastian Dröge
2007-11-21
2
-0
/
+4
*
gst/: Fix compiler warnings shown with Forte.
Jan Schmidt
2007-09-17
1
-1
/
+1
*
gst/audiofx/Makefile.am: Dist the right file.
Jan Schmidt
2007-08-27
1
-1
/
+1
*
gst/filter/: Add small comparision with the chebyshev filters in the docs.
Sebastian Dröge
2007-08-19
2
-2
/
+10
*
gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.
Sebastian Dröge
2007-08-19
4
-0
/
+20
*
Use generator macros for the process functions for the different sample types...
Sebastian Dröge
2007-08-17
4
-178
/
+110
*
gst/audiofx/: Use generator macros for the process functions for the differen...
Sebastian Dröge
2007-08-17
4
-114
/
+120
*
gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
3
-8
/
+300
*
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
Sebastian Dröge
2007-08-16
10
-4
/
+3793
*
gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
2
-6
/
+295
*
Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...
Sebastian Dröge
2007-08-13
4
-3
/
+57
*
gst/filter/: Improve debugging a bit.
Sebastian Dröge
2007-08-12
2
-11
/
+15
*
gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...
Sebastian Dröge
2007-08-12
2
-2
/
+39
*
gst/filter/: Fix processing with buffer sizes that are larger than the filter...
Sebastian Dröge
2007-08-11
2
-8
/
+48
*
gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...
Sebastian Dröge
2007-08-10
1
-1
/
+4
*
gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...
Sebastian Dröge
2007-08-10
3
-16
/
+111
*
gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:
Sebastian Dröge
2007-08-10
3
-122
/
+226
*
gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...
Sebastian Dröge
2007-08-10
2
-28
/
+29
*
gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...
Sebastian Dröge
2007-08-10
2
-3
/
+51
*
gst/filter/gstlpwsinc.*: Add a highpass mode.
Sebastian Dröge
2007-08-10
2
-10
/
+58
*
gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.
Sebastian Dröge
2007-08-10
1
-18
/
+36
*
gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
Sebastian Dröge
2007-08-09
2
-58
/
+64
*
gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...
Sebastian Dröge
2007-08-09
2
-103
/
+170
*
gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...
Sebastian Dröge
2007-08-08
4
-76
/
+86
*
gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.
Sebastian Dröge
2007-07-26
1
-1
/
+0
*
gst/audiofx/: Don't save format information ourselves, this is already saved in
Sebastian Dröge
2007-07-26
5
-18
/
+8
*
configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...
Stefan Kost
2007-05-22
1
-1
/
+3
*
gst/audiofx/: Sync the GObject properties before each processing step to prop...
Sebastian Dröge
2007-05-06
3
-4
/
+13
*
gst/audiofx/: Add new audiodynamic element which can act as a compressor or e...
Sebastian Dröge
2007-03-08
4
-3
/
+787
*
gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...
Sebastian Dröge
2007-02-06
5
-148
/
+101
*
gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...
Sebastian Dröge
2007-01-24
4
-3
/
+520
*
gst/audiofx/: Add new audiofx element "audioinvert". This element swaps the u...
Sebastian Dröge
2007-01-23
4
-4
/
+347
*
gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946)
Stefan Kost
2007-01-18
1
-1
/
+1
[next]