summaryrefslogtreecommitdiff
path: root/gst/volume
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Merge branch 'master' into 0.11Sebastian Dröge2-111/+142
2011-04-16gst: update disted orc backup codeTim-Philipp Müller2-111/+142
2011-04-11Merge branch 'master' into 0.11Wim Taymans1-1/+14
2011-04-11android: make it ready for androgenizerAlessandro Decina1-1/+14
2011-03-27plugins: port some plugins to the new memory APIWim Taymans1-3/+4
2010-10-08volume: Regenerate generated orc C code again with an orc fix for loading dou...Sebastian Dröge1-2/+2
2010-10-08volume: Update generated orc sourcesSebastian Dröge2-722/+463
2010-10-08volume: Fix unit test failure for the controlled processing functionsSebastian Dröge2-72/+42
2010-10-08volume: Update for orc changesSebastian Dröge1-2/+2
2010-10-08volume: Update generated orc sourcesSebastian Dröge2-0/+2265
2010-10-08volume: Fix controlled processing via orcSebastian Dröge1-12/+18
2010-10-08volume: Actually enable usage of the orc optimized functionsSebastian Dröge1-85/+2
2010-10-08volume: Implement int32 processing with orcSebastian Dröge2-9/+54
2010-10-08volume: Implement controlled processing for int16/1-2ch and int8/1,2,4ch with...Sebastian Dröge2-11/+105
2010-10-08volume: Implement controlled processing for f64/1ch and f32/1-2ch in orcSebastian Dröge2-8/+41
2010-10-08volume: Convert parts of the controlled processing to orcSebastian Dröge2-10/+24
2010-10-08volume: Implement f64 scaling with orcSebastian Dröge2-6/+7
2010-10-01volume: Update generated orc filesSebastian Dröge2-13/+7
2010-10-01volume: Improve f32 scaling by using only a single arraySebastian Dröge2-5/+2
2010-09-20volume: orc fixup for loading float argumentsEdward Hervey1-1/+1
2010-09-16orc: update generated files to fix MSVC compile issuesDavid Schleef2-4/+13
2010-09-10orc: Fix generated source filesSebastian Dröge1-36/+0
2010-09-09orc: Update generated source files everywhereSebastian Dröge2-173/+250
2010-09-09Revert "Revert "Use init functions for Orc code""Sebastian Dröge2-0/+4
2010-09-05volume: Enable float processing with orc againSebastian Dröge1-9/+0
2010-08-27Revert "Use init functions for Orc code"Wim Taymans2-4/+0
2010-08-26Use init functions for Orc codeDavid Schleef2-0/+4
2010-08-26volume: make the orc usage for float conditional againStefan Kost1-0/+9
2010-08-25volume: enable ORC for float in volumeStefan Kost4-151/+297
2010-06-26gst: update orc filesTim-Philipp Müller2-62/+139
2010-06-09volume: make the orc codes available for testing.Stefan Kost1-11/+20
2010-06-07volume: convert from liboil to orcDavid Schleef5-25/+582
2010-03-17volume: Remove useless castSebastian Dröge1-3/+2
2010-03-16Add -Wwrite-strings to configureBenjamin Otte1-2/+3
2010-03-12volume: Revert rounding behaviour changes when using controlled volume proper...Sebastian Dröge1-4/+4
2010-03-12volume: Only allocate a mute value array if a control source exists for the m...Sebastian Dröge1-1/+1
2010-03-09volume: If a controller is used, use sample accurate property valuesSebastian Dröge2-31/+255
2010-02-13volume: Replace this variables by selfSebastian Dröge1-136/+136
2009-09-11volume: Implement GstStreamVolume interfaceSebastian Dröge2-4/+10
2009-06-30volume: include "1.0=100%" in property descriptionStefan Kost1-1/+1
2008-12-08gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dyna...Wim Taymans1-13/+22
2008-11-24gst/volume/gstvolume.*: Cleanup volume, define and use default values.Jon Trowbridge2-122/+120
2008-11-05gst/volume/gstvolume.*: Keep negotiated state in a separate variable.Wim Taymans2-5/+41
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-07-11Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-8/+4
2008-05-06gst/volume/gstvolume.c: Return NOT_NEGOTIATED if we didn't set a process func...Sebastian Dröge1-0/+2
2008-04-06gst/: Work around missing bits of thread-safety on older GLibs some more to a...Tim-Philipp Müller1-0/+4
2008-04-01configure.ac: Require GLib 2.12 and liboil 0.3.14.Sebastian Dröge1-8/+0
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-2/+3
2008-03-21gst/volume/gstvolume.c: memset buffers to zero if we get a GAP buffer. We usu...Sebastian Dröge1-27/+36