- 26 Aug, 2014 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Avoid roundtrips to floating point.
-
Max Kellermann authored
Move to fixed-point integers instead of floating point.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This check was redundant, because we could only exit the loop when ret==DECODE_OK.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This flag is never read.
-
Max Kellermann authored
-
Max Kellermann authored
Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added to alsa-lib 1.0.27.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Aug, 2014 2 commits
-
-
Max Kellermann authored
Not necessary.
-
Max Kellermann authored
-
- 24 Aug, 2014 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The previous commit was broken. D'oh!
-
Max Kellermann authored
-
Max Kellermann authored
The IsActive() method returned true even if the timer was not active, after it completed once. This broke the state file timer, and the state file was not saved periodically.
-
- 23 Aug, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Check for STOP before decoding the first chunk. This reduces the command latency.
-
Max Kellermann authored
Remember the chunk's total size.
-
Max Kellermann authored
Nobody cares.
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the loop from dsdiff_stream_decode(). It makes the code complex, real-world files with multiple DSD chunks are outside of the specification, and the "chunk_size" variable would be bogus anyway.
-