aboutsummaryrefslogtreecommitdiff
path: root/src/filter
Commit message (Expand)AuthorAge
* mixer_plugin: convert to C++Max Kellermann2013-02-22
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-02
* filter/*: don't use GLib macrosMax Kellermann2013-02-02
* filter/Chain: use std::forward_list instead of GSListMax Kellermann2013-02-01
* filter: convert to C++Max Kellermann2013-02-01
* pcm_*: convert to C++Max Kellermann2013-01-31
* mixer/software, filter/volume: convert to C++Max Kellermann2013-01-31
* filter/convert: remove unused attributeMax Kellermann2013-01-31
* pcm_convert: convert to C++Max Kellermann2013-01-31
* filter/convert: convert to C++Max Kellermann2013-01-30
* filter/autoconvert: include cleanupMax Kellermann2013-01-30
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-30
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-30
* test/{read_conf,run_filter}: convert to C++Max Kellermann2013-01-29
* filter/replay_gain: convert to C++Max Kellermann2013-01-07
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-05
* Merge branch 'v0.17.x'Max Kellermann2012-08-15
|\
| * filter/volume: include cleanupMax Kellermann2012-08-15
* | DatabaseVisitor, ...: use GError forward declarationMax Kellermann2012-08-02
|/
* audio_format: remove the reverse_endian attributeMax Kellermann2012-03-21
* pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann2011-10-10
* audio_format: convert reverse_endian to a "bool"Max Kellermann2011-10-10
* copyright year 2011Max Kellermann2011-01-29
* ReplayGain filter: allow gain > 100 %Johan Kiviniemi2010-08-23
* filter/route: fixed unsigned/signed comparisonMax Kellermann2010-06-06
* filter/replay_gain: added option "replaygain_limit"Daniel Seuthe2010-05-30
* replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe2010-05-18
* filter/replay_gain: removed duplicate *dest_size_r assignmentMax Kellermann2010-05-02
* replay_gain: added mode "auto"Daniel Seuthe2010-04-25
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-17
* replay_gain: fall back to track gain if album gain is unavailableMax Kellermann2010-02-17
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
* filter/volume: assign dest_size_r early, eliminate oneMax Kellermann2010-02-15
* Update copyright notices.Avuton Olrich2009-12-31
* filter: added the "autoconvert" filter pluginMax Kellermann2009-12-25
* filter_plugin: allow open() to force an input formatMax Kellermann2009-12-25
* filter/volume: support 32 bit samplesMax Kellermann2009-12-25
* filter/route: check configured channel count in method init()Max Kellermann2009-12-25
* filter/route: route_filter_parse() returns boolMax Kellermann2009-12-25
* filter/chain: return NULL if a filter() method has failedMax Kellermann2009-12-25
* filter: added normalize filter pluginMax Kellermann2009-12-14
* Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin2009-12-14
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-14
* Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin2009-12-14
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-14
* Initial (statically configured) route filter pluginAlbin Eldstål-Damlin2009-12-14
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* include config.h in all sourcesMax Kellermann2009-11-12
* pcm_convert: use GError for error handlingMax Kellermann2009-07-23
* filter/volume: check the flag audio_format.reverse_endianMax Kellermann2009-07-22