summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
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
2014-08-12PcmConvert: Convert() returns ConstBufferMax Kellermann
2014-07-30pcm: use nullptr instead of NULLMax Kellermann
2014-03-19pcm/Neon: explicit roundingMax Kellermann
2014-03-16pcm/Neon: make neon_x4_b() variadicMax Kellermann
2014-03-16pcm/Neon: apply bit shift during float->int conversionMax Kellermann
2014-03-15pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann
2014-03-14pcm/PcmFormat: don't use WritableBufferMax Kellermann
2014-03-14pcm/PcmFormat: instantiate FloatToInteger<S32>Max Kellermann
2014-03-14pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann
2014-03-14pcm/PcmFormat: eliminate local variable "bits"Max Kellermann
2014-03-14pcm/PcmFormat: remove obsolete AllocateFromFloat() overloadMax Kellermann
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann
2014-02-06pcm/FallbackResampler: add missing ConstBuffer<T>::ToVoid() callMax Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-21pcm/SoxrResampler: Add configurable quality levelsChase Geigle
2014-01-17pcm/Volume: make DSD a no-opMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-07pcm/Utils: remove unused function pcm_end_pointer()Max Kellermann
2014-01-07pcm/Volume: use number of samples instead of end pointerMax Kellermann
2014-01-06pcm/Format: change parameters/return values to ConstBufferMax Kellermann
2014-01-06pcm/Format: use number of samples instead of end pointerMax Kellermann
2013-12-28pcm/Volume: remove unused function pcm_volume_dither()Max Kellermann
2013-12-28pcm/PcmMix: improved ditheringMax Kellermann
2013-12-28pcm/Volume: improved ditheringMax Kellermann
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann
2013-12-28pcm/Volume: remove optimized i386 assemblyMax Kellermann
2013-12-25pcm/Traits: use 32 bit integer for S8 long_typeMax Kellermann
2013-12-24pcm/Dither: add API documentationMax Kellermann
2013-12-24pcm/Dither: move shift from DitherConvert() to Dither()Max Kellermann
2013-12-24pcm/Dither: rename DitherShift() to DitherConvert()Max Kellermann
2013-12-23pcm/Volume: convert to classMax Kellermann
2013-12-23pcm/Volume: apply volume into destination bufferMax Kellermann
2013-12-23pcm/Volume: convert i386 code to template specializationMax Kellermann