1. 25 Aug, 2014 2 commits
  2. 24 Aug, 2014 14 commits
  3. 23 Aug, 2014 21 commits
  4. 22 Aug, 2014 2 commits
  5. 21 Aug, 2014 1 commit
    • Max Kellermann's avatar
      decoder/dsf: fix noise at end of malformed file · dedc2986
      Max Kellermann authored
      Read one block at a time.  This discards the last partial block, which
      cannot be interleaved anyway.  Previously, uninitialised memory was
      used to interleave the last block, which generated some noise.
      dedc2986