gstreamer/gst/audiofx
2010-06-16 19:24:54 +02:00
..
.gitignore
audioamplify.c docs: fix xml 2010-04-08 10:30:06 +03:00
audioamplify.h audioamplify: Add noclip method and support for more formats 2009-06-19 22:20:45 +02:00
audiochebband.c audiofx: Remove unused variable. 2009-04-18 18:51:28 +02: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 audiofx: Remove unused variable. 2009-04-18 18:51:28 +02: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_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
audiodynamic.h
audioecho.c audiofx: Sync properties to the stream time 2010-03-09 21:03:18 +00:00
audioecho.h Limit the delay by a new max-delay property 2009-01-28 16:01:34 +01:00
audiofirfilter.c audiofxbasefirfilter: Add property for not draining the history on kernel changes 2010-01-07 17:28:43 +01: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 audiofx: Sync properties to the stream time 2010-03-09 21:03:18 +00:00
audiofxbasefirfilter.h audiofxbasefirfilter: Add property for not draining the history on kernel changes 2010-01-07 17:28:43 +01:00
audiofxbaseiirfilter.c audiofx: Sync properties to the stream time 2010-03-09 21:03:18 +00:00
audiofxbaseiirfilter.h
audioiirfilter.c audioiirfilter: Fix possible NULL pointer dereference 2010-06-16 19:24:54 +02: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_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
audioinvert.h
audiokaraoke.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
audiokaraoke.h
audiopanorama.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
audiopanorama.h
audiowsincband.c audiowsincband: Use the same upper length limit as audiowsinclimit 2009-12-15 18:18:54 +01: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 audiowsinc{limit,band}: Allow much larger filter lengths now 2009-12-15 18:12:47 +01: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 audiofxbasefirfilter: FFT convolution implementation 2009-12-15 18:12:46 +01:00
math_compat.h