summaryrefslogtreecommitdiff
path: root/gst/audiofx/audioamplify.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05audiofx: Port to the new multichannel caps and the new raw audio layout fieldSebastian Dröge1-1/+2
2011-11-04controller: port to new controller location and apiStefan Sauer1-2/+1
2011-08-19port to more audio api changesWim Taymans1-2/+2
2011-08-19port to new audio API and capsWim Taymans1-65/+37
2011-04-25port some more elements to 0.11Wim Taymans1-27/+27
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+3
2010-04-08docs: fix xmlStefan Kost1-1/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-09audiofx: Sync properties to the stream timeSebastian Dröge1-4/+14
2010-01-13audioamplify: Allow negative amplificationsKipp Cannon1-1/+1
2009-06-21audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge1-9/+9
2009-06-21audioamplify: Don't declare a loop index staticKipp Cannon1-45/+47
2009-06-19audioamplify: Fix off-by-one in wrap-positive modeSebastian Dröge1-2/+2
2009-06-19audioamplify: Add noclip method and support for more formatsKipp Cannon1-163/+230
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-6/+3
2008-02-10gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge1-1/+1
2008-01-08Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge1-3/+6
2007-12-06gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge1-1/+1
2007-07-26gst/audiofx/: Don't save format information ourselves, this is already saved inSebastian Dröge1-4/+2
2007-05-06gst/audiofx/: Sync the GObject properties before each processing step to prop...Sebastian Dröge1-4/+7
2007-02-06gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge1-68/+42
2007-01-24gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge1-0/+451