gstreamer/gst/audiofx
Sebastian Dröge fb8a2b359d Save some allocations if the echo delay is increased often
Save some allocations if the echo delay is increased often
during playback by always allocating enough memory to hold
data up to the next complete second, i.e. in the worst case
allocate memory for one additional second.
2009-01-24 18:30:55 +01:00
..
.gitignore gst/audiofxgood/: resubmit with the desired name *again* 2006-08-21 09:21:27 +00:00
audioamplify.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audioamplify.h gst/audiofx/audioamplify.h: Also remove a now unecessary variable here. 2007-07-26 19:45:30 +00:00
audiochebband.c gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiochebband.h gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiocheblimit.c gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiocheblimit.h gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiodynamic.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audiodynamic.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audioecho.c Save some allocations if the echo delay is increased often 2009-01-24 18:30:55 +01:00
audioecho.h Rename audioreverb to audioecho. Fixes bug #568395. 2009-01-22 13:27:56 +01:00
audiofirfilter.c Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audiofirfilter.h Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audiofx.c Rename audioreverb to audioecho. Fixes bug #568395. 2009-01-22 13:27:56 +01:00
audiofxbasefirfilter.c gst/audiofx/: Implement a base class for generic audio FIR filters. 2009-01-11 19:03:38 +00:00
audiofxbasefirfilter.h gst/audiofx/: Implement a base class for generic audio FIR filters. 2009-01-11 19:03:38 +00:00
audiofxbaseiirfilter.c gst/audiofx/: Implement a base class for generic audio FIR filters. 2009-01-11 19:03:38 +00:00
audiofxbaseiirfilter.h gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audioiirfilter.c Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audioiirfilter.h Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audioinvert.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audioinvert.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audiokaraoke.c Rename audiovoice to audiokaraoke and add it to the docs. 2008-05-28 14:07:21 +00:00
audiokaraoke.h Rename audiovoice to audiokaraoke and add it to the docs. 2008-05-28 14:07:21 +00:00
audiopanorama.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audiopanorama.h gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). 2007-01-13 15:52:18 +00:00
audiowsincband.c gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiowsincband.h gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiowsinclimit.c gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
audiowsinclimit.h gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
Makefile.am Rename audioreverb to audioecho. Fixes bug #568395. 2009-01-22 13:27:56 +01:00
math_compat.h Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. 2008-03-07 13:08:42 +00:00