summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
2016-07-01pcm/Volume: remove assert() from destructorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-27pcm/export: add #ifdef ENABLE_DSD to struct ParamsMax Kellermann
2016-02-27pcm/PcmExport: add flag to export to DSD_U32Max Kellermann
2016-02-27pcm/PcmDsd: add converter from DSD_U8 to DSD_U32Max Kellermann
2016-02-26pcm/export: move Open() parameters to struct ParamsMax Kellermann
2016-02-26pcm/export: another #ifdef ENABLE_DSD fixMax Kellermann
2016-02-26pcm/export: add #ifdef ENABLE_DSDMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26pcm/dsd: use PcmBuffer::GetT()Max Kellermann
2016-02-26pcm/dsd: use MAX_CHANNELSMax Kellermann
2016-02-26pcm/dsd: use std::arrayMax Kellermann
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann
2015-06-22pcm/Interleave: add stereo optimizationMax Kellermann
2015-06-22pcm/Interleave: instantiate a 16 bit optimizationMax Kellermann
2015-06-22pcm/Interleave: convert PcmInterleave32() to templateMax Kellermann
2015-06-22pcm/Interleave: add optimization for 32 bit samplesMax Kellermann
2015-06-22pcm/Interleave: add "restrict" keywordsMax Kellermann
2015-06-22decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann
2015-06-20pcm/soxr: fix recipe parserMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-01-25pcm/SoxrResampler: move quality recipe names to tableMax Kellermann
2015-01-22pcm/SoxrResampler: allow multi-threaded resamplingMax Kellermann
2015-01-22pcm/SoxrResampler: add a global soxr_runtime_spec_t variableMax Kellermann
2015-01-22Config: add section "resampler"Max Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21pcm/SoxrResampler: use a global soxr_quality_spec_t variableMax Kellermann
2015-01-21pcm/SoxrResampler: soxr_parse_converter() returns unsigned longMax Kellermann
2015-01-21pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITYMax Kellermann
2015-01-21pcm/SoxrResampler: fix indentMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
2014-11-10pcm/SoxrResampler: round output buffer size upMax Kellermann
2014-10-23pcm/ChannelsConverter: fix variable used to generate error messageMax Kellermann
2014-10-23pcm/FormatConverter: move check to Open()Max Kellermann
2014-10-23pcm/PcmConvert: assign {src,dest}_format at the endMax Kellermann
2014-10-23pcm/PcmConvert: make AudioFormat parameters "const"Max Kellermann
2014-09-26pcm: --disable-dsd also disables the dsd2pcm libraryMax Kellermann
2014-09-26PcmConvert: eliminate unused local variable "format"Max Kellermann
2014-08-31output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-26PcmExport: remove obsolete API documentationMax Kellermann
2014-08-23pcm/PcmDsd: remove "lsbfirst" supportMax Kellermann
2014-08-23pcm/dsd2pcm: add license headersMax Kellermann
2014-08-16pcm/SoxrResampler: add missing string.h includeMax Kellermann
2014-08-13PcmExport: add missing <iterator> includeMax Kellermann
2014-08-12PcmDsdUsb: use class ConstBufferMax Kellermann
2014-08-12PcmExport: use class ConstBufferMax Kellermann