index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filter
Age
Commit message (
Expand
)
Author
2012-08-15
Merge branch 'v0.17.x'
Max Kellermann
2012-08-15
filter/volume: include cleanup
Max Kellermann
2012-08-02
DatabaseVisitor, ...: use GError forward declaration
Max Kellermann
2012-03-21
audio_format: remove the reverse_endian attribute
Max Kellermann
2011-10-10
pcm_{mix,volume}: pass only sample_format to pcm_mix()
Max Kellermann
2011-10-10
audio_format: convert reverse_endian to a "bool"
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-08-23
ReplayGain filter: allow gain > 100 %
Johan Kiviniemi
2010-06-06
filter/route: fixed unsigned/signed comparison
Max Kellermann
2010-05-30
filter/replay_gain: added option "replaygain_limit"
Daniel Seuthe
2010-05-18
replay_gain_config: added function replay_gain_get_real_mode()
Daniel Seuthe
2010-05-02
filter/replay_gain: removed duplicate *dest_size_r assignment
Max Kellermann
2010-04-25
replay_gain: added mode "auto"
Daniel Seuthe
2010-02-17
replay_gain: optionally use hardware mixer to apply replay gain
Max Kellermann
2010-02-17
replay_gain: fall back to track gain if album gain is unavailable
Max Kellermann
2010-02-17
replay_gain: reimplement as a filter plugin
Max Kellermann
2010-02-15
filter/volume: assign dest_size_r early, eliminate one
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-25
filter: added the "autoconvert" filter plugin
Max Kellermann
2009-12-25
filter_plugin: allow open() to force an input format
Max Kellermann
2009-12-25
filter/volume: support 32 bit samples
Max Kellermann
2009-12-25
filter/route: check configured channel count in method init()
Max Kellermann
2009-12-25
filter/route: route_filter_parse() returns bool
Max Kellermann
2009-12-25
filter/chain: return NULL if a filter() method has failed
Max Kellermann
2009-12-14
filter: added normalize filter plugin
Max Kellermann
2009-12-14
Fixed memory leak on incorrect route configuration
Albin Eldstål-Damlin
2009-12-14
Split filter_config into its own module
Albin Eldstål-Damlin
2009-12-14
Error reporting, pcm_buffer, performance tweaks
Albin Eldstål-Damlin
2009-12-14
Initial filter chain and filter configuration for outputs.
Albin Eldstål-Damlin
2009-12-14
Initial (statically configured) route filter plugin
Albin Eldstål-Damlin
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-07-23
pcm_convert: use GError for error handling
Max Kellermann
2009-07-22
filter/volume: check the flag audio_format.reverse_endian
Max Kellermann
2009-07-19
Add reverse_endian field to struct audio_format and handle conversion
David Woodhouse
2009-07-06
mixer/software: new mixer which controls filter/volume
Max Kellermann
2009-07-06
filter/convert: new filter which calls pcm_convert() on demand
Max Kellermann
2009-07-06
filter/chain: new library for creating a chain of filters
Max Kellermann
2009-07-05
filter/volume: don't use volume_level_get()
Max Kellermann
2009-07-03
filter: added "volume" plugin
Max Kellermann
2009-07-03
filter: added new plugin API for filters
Max Kellermann