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
*
audioamplify: Fix integer overflows on 32 bit architectures
Sebastian Dröge
2009-06-21
1
-9
/
+9
*
audioamplify: Don't declare a loop index static
Kipp Cannon
2009-06-21
1
-45
/
+47
*
audioamplify: Fix off-by-one in wrap-positive mode
Sebastian Dröge
2009-06-19
1
-2
/
+2
*
audioamplify: Add noclip method and support for more formats
Kipp Cannon
2009-06-19
2
-165
/
+233
*
audiofx: Remove unused variable.
Edward Hervey
2009-04-18
2
-8
/
+4
*
Update Since: tags in autodetect srcs and audioecho
Jan Schmidt
2009-02-19
1
-1
/
+1
*
Use guint64 instead of guint for storing guint64
Sebastian Dröge
2009-02-03
1
-3
/
+2
*
Limit the delay by a new max-delay property
Sebastian Dröge
2009-01-28
2
-41
/
+56
*
Update and add documentation for plugins with no deps (gst).
Stefan Kost
2009-01-28
12
-116
/
+71
*
Save some allocations if the echo delay is increased often
Sebastian Dröge
2009-01-24
1
-3
/
+11
*
Add note that audioecho's reverb sounds metallic
Sebastian Dröge
2009-01-24
1
-1
/
+6
*
Rename audioreverb to audioecho. Fixes bug #568395.
Sebastian Dröge
2009-01-22
4
-76
/
+76
*
gst/audiofx/audioreverb.c: Set the default value in the instance init function.
Sebastian Dröge
2009-01-19
1
-1
/
+1
*
Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...
Sebastian Dröge
2009-01-19
4
-2
/
+442
*
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...
Sebastian Dröge
2009-01-13
6
-2
/
+719
*
gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...
Sebastian Dröge
2009-01-13
8
-54
/
+112
*
gst/audiofx/: Implement a base class for generic audio FIR filters.
Sebastian Dröge
2009-01-11
8
-1034
/
+764
*
gst/audiofx/: Implement a base class for IIR filters.
Sebastian Dröge
2009-01-05
7
-699
/
+620
*
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
[next]