summaryrefslogtreecommitdiff
path: root/src/filter
AgeCommit message (Expand)Author
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15filter/volume: include cleanupMax Kellermann
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann
2011-10-10pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann
2011-10-10audio_format: convert reverse_endian to a "bool"Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-08-23ReplayGain filter: allow gain > 100 %Johan Kiviniemi
2010-06-06filter/route: fixed unsigned/signed comparisonMax Kellermann
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe
2010-05-18replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe
2010-05-02filter/replay_gain: removed duplicate *dest_size_r assignmentMax Kellermann
2010-04-25replay_gain: added mode "auto"Daniel Seuthe
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann
2010-02-17replay_gain: fall back to track gain if album gain is unavailableMax Kellermann
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann
2010-02-15filter/volume: assign dest_size_r early, eliminate oneMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-25filter: added the "autoconvert" filter pluginMax Kellermann
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann
2009-12-25filter/volume: support 32 bit samplesMax Kellermann
2009-12-25filter/route: check configured channel count in method init()Max Kellermann
2009-12-25filter/route: route_filter_parse() returns boolMax Kellermann
2009-12-25filter/chain: return NULL if a filter() method has failedMax Kellermann
2009-12-14filter: added normalize filter pluginMax Kellermann
2009-12-14Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin
2009-12-14Split filter_config into its own moduleAlbin Eldstål-Damlin
2009-12-14Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin
2009-12-14Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin
2009-12-14Initial (statically configured) route filter pluginAlbin Eldstål-Damlin
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-07-23pcm_convert: use GError for error handlingMax Kellermann
2009-07-22filter/volume: check the flag audio_format.reverse_endianMax Kellermann
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann
2009-07-03filter: added "volume" pluginMax Kellermann
2009-07-03filter: added new plugin API for filtersMax Kellermann