| Commit message (Expand) | Author | Files | Lines |
2015-06-22 | pcm/Interleave: add stereo optimization | Max Kellermann | 1 | -0/+19 |
2015-06-22 | pcm/Interleave: instantiate a 16 bit optimization | Max Kellermann | 1 | -0/+15 |
2015-06-22 | pcm/Interleave: convert PcmInterleave32() to template | Max Kellermann | 1 | -4/+13 |
2015-06-22 | pcm/Interleave: add optimization for 32 bit samples | Max Kellermann | 2 | -5/+48 |
2015-06-22 | pcm/Interleave: add "restrict" keywords | Max Kellermann | 2 | -3/+6 |
2015-06-22 | decoder/ffmpeg: move code to pcm/Interleave.cxx | Max Kellermann | 2 | -0/+80 |
2015-06-20 | pcm/soxr: fix recipe parser | Max Kellermann | 1 | -1/+1 |
2015-03-17 | *: doxygen fixups | Max Kellermann | 6 | -25/+11 |
2015-01-25 | pcm/SoxrResampler: move quality recipe names to table | Max Kellermann | 1 | -25/+23 |
2015-01-22 | pcm/SoxrResampler: allow multi-threaded resampling | Max Kellermann | 1 | -1/+1 |
2015-01-22 | pcm/SoxrResampler: add a global soxr_runtime_spec_t variable | Max Kellermann | 1 | -1/+5 |
2015-01-22 | Config: add section "resampler" | Max Kellermann | 5 | -33/+123 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -1/+1 |
2015-01-21 | pcm/SoxrResampler: use a global soxr_quality_spec_t variable | Max Kellermann | 1 | -6/+7 |
2015-01-21 | pcm/SoxrResampler: soxr_parse_converter() returns unsigned long | Max Kellermann | 1 | -13/+18 |
2015-01-21 | pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITY | Max Kellermann | 1 | -1/+3 |
2015-01-21 | pcm/SoxrResampler: fix indent | Max Kellermann | 1 | -1/+1 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 45 | -45/+45 |
2014-12-26 | db/simple: fix implicit nullptr/bool conversion | Max Kellermann | 1 | -1/+1 |
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 1 | -8/+8 |
2014-11-10 | pcm/SoxrResampler: round output buffer size up | Max Kellermann | 1 | -1/+2 |
2014-10-23 | pcm/ChannelsConverter: fix variable used to generate error message | Max Kellermann | 1 | -1/+1 |
2014-10-23 | pcm/FormatConverter: move check to Open() | Max Kellermann | 1 | -10/+24 |
2014-10-23 | pcm/PcmConvert: assign {src,dest}_format at the end | Max Kellermann | 1 | -12/+13 |
2014-10-23 | pcm/PcmConvert: make AudioFormat parameters "const" | Max Kellermann | 1 | -1/+1 |
2014-09-26 | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 2 | -1/+11 |
2014-09-26 | PcmConvert: eliminate unused local variable "format" | Max Kellermann | 1 | -12/+2 |
2014-08-31 | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 4 | -30/+29 |
2014-08-30 | *: add missing Compiler.h includes | Max Kellermann | 3 | -0/+3 |
2014-08-26 | PcmExport: remove obsolete API documentation | Max Kellermann | 1 | -2/+1 |
2014-08-23 | pcm/PcmDsd: remove "lsbfirst" support | Max Kellermann | 3 | -6/+4 |
2014-08-23 | pcm/dsd2pcm: add license headers | Max Kellermann | 7 | -0/+210 |
2014-08-16 | pcm/SoxrResampler: add missing string.h include | Max Kellermann | 1 | -0/+1 |
2014-08-13 | PcmExport: add missing <iterator> include | Max Kellermann | 1 | -0/+2 |
2014-08-12 | PcmDsdUsb: use class ConstBuffer | Max Kellermann | 3 | -18/+16 |
2014-08-12 | PcmExport: use class ConstBuffer | Max Kellermann | 2 | -36/+23 |
2014-08-12 | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | 2 | -12/+4 |
2014-07-30 | pcm: use nullptr instead of NULL | Max Kellermann | 2 | -3/+3 |
2014-03-19 | pcm/Neon: explicit rounding | Max Kellermann | 1 | -3/+5 |
2014-03-16 | pcm/Neon: make neon_x4_b() variadic | Max Kellermann | 1 | -6/+5 |
2014-03-16 | pcm/Neon: apply bit shift during float->int conversion | Max Kellermann | 1 | -7/+2 |
2014-03-15 | pcm/PcmFormat: ARM NEON optimizations for float->s16 | Max Kellermann | 2 | -1/+135 |
2014-03-14 | pcm/PcmFormat: don't use WritableBuffer | Max Kellermann | 1 | -28/+20 |
2014-03-14 | pcm/PcmFormat: instantiate FloatToInteger<S32> | Max Kellermann | 1 | -6/+1 |
2014-03-14 | pcm/PcmFormat: eliminate more duplicate code with templates | Max Kellermann | 3 | -122/+233 |
2014-03-14 | pcm/PcmFormat: eliminate local variable "bits" | Max Kellermann | 1 | -3/+1 |
2014-03-14 | pcm/PcmFormat: remove obsolete AllocateFromFloat() overload | Max Kellermann | 1 | -15/+0 |
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 1 | -3/+3 |
2014-02-06 | pcm/FallbackResampler: add missing ConstBuffer<T>::ToVoid() call | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -3/+3 |