Age | Commit message (Expand) | Author |
2019-06-26 | pcm/Export: add GetSilence() | Max Kellermann |
2019-06-26 | pcm/Export: add GetInputBlockSize(), GetOutputBlockSize() | Max Kellermann |
2019-06-26 | pcm/Export: add GetInputFrameSize() | Max Kellermann |
2019-06-26 | pcm/Export: rename GetFrameSize() to GetOutputFrameSize() | Max Kellermann |
2019-06-26 | pcm/Export: rename CalcSourceSize() to CalcInputSize() | Max Kellermann |
2019-06-26 | pcm/Export: eliminate the AudioFormat parameter from GetFrameSize() | Max Kellermann |
2019-06-26 | pcm/Export: use the "channels" attribute in GetFrameSize() | Max Kellermann |
2019-06-26 | pcm/RestBuffer: make internal methods private | Max Kellermann |
2019-06-18 | pcm/Export: split src_sample_format from alsa_channel_order | Max Kellermann |
2019-06-18 | pcm/Export: update API documentation | Max Kellermann |
2019-06-18 | pcm/Dsd{16,32}: stash odd frames away for the next call | Max Kellermann |
2019-06-18 | pcm/Dsd{16,32}: convert public function to stateful class | Max Kellermann |
2019-06-18 | pcm/Export: update API documentation | Max Kellermann |
2019-06-17 | pcm/Dsd{16,32}: move the conversion loop to a separate function | Max Kellermann |
2019-06-17 | pcm/Export: convert the DSD bools to an enum | Max Kellermann |
2019-06-17 | pcm/Dop: stash odd frames away for the next call | Max Kellermann |
2019-06-17 | pcm/RestBuffer: new utility class | Max Kellermann |
2019-06-17 | pcm/Dop: convert public function to stateful class | Max Kellermann |
2019-06-17 | pcm/Dop: add separate dsd_buffer for DSD_U16/32 | Max Kellermann |
2019-06-17 | AudioFormat: move MAX_CHANNELS to pcm/ChannelDefs.hxx | Max Kellermann |
2019-06-17 | Merge branch 'v0.21.x' | Max Kellermann |
2019-06-17 | pcm/Export: document that Export() may return an empty buffer | Max Kellermann |
2019-06-17 | pcm/Pcm*: drop more "Pcm" prefixes from source file names | Max Kellermann |
2019-06-17 | Copyright year 2019 | Max Kellermann |
2019-06-16 | pcm/Dop: move the conversion loop to separate function | Max Kellermann |
2019-06-16 | pcm/Dop: remove redundant `inline` keywords | Max Kellermann |
2019-06-16 | pcm/Pcm{Dop,Export}: drop "Pcm" prefix | Max Kellermann |
2019-06-16 | pcm/Export: update API documentation | Max Kellermann |
2019-04-04 | pcm/PcmConvert: remove unused attribute "dest_format" | Max Kellermann |
2019-04-04 | pcm/PcmConvert: eliminate Open() and Close() | Max Kellermann |
2019-03-08 | AudioFormat, pcm/Dsd*: remove redundant `inline` keywords from `constexpr` fu... | Max Kellermann |
2019-03-08 | system/ByteOrder: move to util/ | Max Kellermann |
2018-11-19 | check.h: remove obsolete header | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-10-30 | pcm: build dsd2pcm only if -Dtest=true | Max Kellermann |
2018-10-30 | pcm/Clamp: convert to `constexpr` | Max Kellermann |
2018-10-30 | pcm/PcmUtils: rename to Clamp.hxx | Max Kellermann |
2018-10-29 | pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexpr | Max Kellermann |
2018-10-29 | Merge branch 'v0.20.x' | Max Kellermann |
2018-10-29 | pcm/FloatConvert: fix compile-time integer overflow for S32 | Max Kellermann |
2018-10-29 | pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS... | Max Kellermann |
2018-10-29 | pcm/FloatConvert: add `static_assert` on the factor | Max Kellermann |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-09-22 | player/CrossFade, ...: use lround() | Max Kellermann |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann |
2018-07-17 | pcm/ConfiguredResampler: use struct ConfigData | Max Kellermann |
2018-07-17 | config/Global: remove ConfigBlock::SetUsed() call, let caller do that | Max Kellermann |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann |
2018-07-16 | Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checks | Max Kellermann |
2018-07-06 | Merge branch 'v0.20.x' | Max Kellermann |