summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audioamplify.c
Commit message (Expand)AuthorAgeFilesLines
* audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge2009-06-211-9/+9
* audioamplify: Don't declare a loop index staticKipp Cannon2009-06-211-45/+47
* audioamplify: Fix off-by-one in wrap-positive modeSebastian Dröge2009-06-191-2/+2
* audioamplify: Add noclip method and support for more formatsKipp Cannon2009-06-191-163/+230
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-6/+3
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-101-1/+1
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-081-3/+6
* gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge2007-12-061-1/+1
* gst/audiofx/: Don't save format information ourselves, this is already saved inSebastian Dröge2007-07-261-4/+2
* gst/audiofx/: Sync the GObject properties before each processing step to prop...Sebastian Dröge2007-05-061-4/+7
* gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge2007-02-061-68/+42
* gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge2007-01-241-0/+451