aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/ConfiguredResampler.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config: add section "resampler"Max Kellermann2015-01-221-18/+105
|
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-8/+8
| | | | Simplify the definition of many build options.
* Config*: move to config/Max Kellermann2014-01-241-3/+3
|
* pcm/SoxrResampler: Add configurable quality levelsChase Geigle2014-01-211-2/+2
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann2013-12-011-0/+20
|
* pcm/ConfiguredResampler: convert boolean flag to enumMax Kellermann2013-12-011-13/+31
| | | | Prepare for adding more resamplers.
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-0/+63
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.