index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm
Age
Commit message (
Expand
)
Author
2020-05-07
dsd/Dsd2Pcm: convert struct GenerateCtableValue to lambda
Max Kellermann
2020-05-04
remove std::bind usage as much as possible
Rosen Penev
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-15
Added missing channel order setups for ALSA
Florian Heese
2020-03-25
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-16
fix double promotions
Rosen Penev
2020-03-16
Merge remote-tracking branch 'neheb/h'
Max Kellermann
2020-03-16
remove unreachable code
Rosen Penev
2020-03-15
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-05
util/bit_reverse: convert to C++
Max Kellermann
2020-02-01
[clang-tidy] replace std::bind with lambdas
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
pcm/PcmFormat: use `using` instead of `typedef`
Max Kellermann
2020-02-01
pcm/Dither: use `using` instead of `typedef`
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
pcm/meson.build: split libpcm into two
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-17
pcm/Convert: choose pcm2dsd float/integer according to dest_format
Max Kellermann
2020-01-17
pcm/Convert: throw if !ENABLE_DSD
Max Kellermann
2020-01-17
Revert "pcm/Convert: add option to enable the integer-only dsd2pcm implementa...
Max Kellermann
2020-01-17
pcm/Convert: add option to enable the integer-only dsd2pcm implementation
Max Kellermann
2020-01-17
pcm/Dsd2Pcm: add integer-only implementation
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: add optimized stereo version
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: add class MultiDsd2Pcm
Max Kellermann
2020-01-14
pcm/PcmDsd: use size_t
Max Kellermann
2020-01-14
pcm/PcmDsd: manage Dsd2Pcm instances, not pointers
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: remove unused "lsbf" flag
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: add "restrict" attribute
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: eliminate "& 0xff"
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: move code to TranslateSample()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: move code to ApplySample()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: use `sizet_t` instead of `int`
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: use std::fill_n()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: use `sizet_t` instead of `unsigned`
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: use `uint8_t` instead of `unsigned char`
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: move code to CalcOutputSample()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: make variables more local
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: convert to class
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: remove unused function dsd2pcm_clone()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: generate `ctables` at compile time
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: move formula to CalculateCtableValue()
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: convert parameter to `bool`
Max Kellermann
2020-01-14
pcm/Dsd2Pcm: add `noexcept` and remove `extern`
Max Kellermann
2020-01-14
pcm/dsd2pcm: convert to C++
Max Kellermann
2020-01-14
pcm/dsd2pcm: remove unused sources
Max Kellermann
[next]