aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/plugins/VolumeFilterPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann1-3/+0
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann1-3/+0
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann1-8/+5
2014-01-24Filter*: move to filter/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-23pcm/Volume: convert to classMax Kellermann1-50/+13
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann1-1/+1
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-12/+9
2013-08-07add missing includesMax Kellermann1-0/+2
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-30pcm_buffer: convert to C++Max Kellermann1-5/+4
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-2/+2
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-60/+49
2013-02-02filter/*: don't use GLib macrosMax Kellermann1-3/+3
2013-02-01filter: convert to C++Max Kellermann1-3/+3
2013-01-31pcm_*: convert to C++Max Kellermann1-1/+1
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann1-9/+10
2012-08-15filter/volume: include cleanupMax Kellermann1-1/+0
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-2/+0
2011-10-10pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-02-15filter/volume: assign dest_size_r early, eliminate oneMax Kellermann1-4/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-9/+3
2009-12-25filter/volume: support 32 bit samplesMax Kellermann1-8/+0
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-2/+3
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-22filter/volume: check the flag audio_format.reverse_endianMax Kellermann1-0/+7
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann1-0/+1
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann1-6/+36
2009-07-03filter: added "volume" pluginMax Kellermann1-0/+136