1. 08 Sep, 2019 2 commits
  2. 05 Jul, 2019 1 commit
  3. 17 Jun, 2019 1 commit
  4. 15 Jun, 2019 1 commit
  5. 08 Mar, 2019 1 commit
  6. 31 Oct, 2018 1 commit
  7. 05 Jul, 2018 1 commit
  8. 03 May, 2018 1 commit
  9. 25 Jan, 2018 1 commit
  10. 21 Jan, 2018 1 commit
  11. 08 Feb, 2017 1 commit
  12. 03 Jan, 2017 1 commit
  13. 18 Nov, 2016 4 commits
  14. 10 Nov, 2016 1 commit
  15. 26 Feb, 2016 1 commit
  16. 23 Feb, 2016 1 commit
  17. 22 Feb, 2016 1 commit
  18. 01 Jan, 2015 1 commit
  19. 22 Nov, 2014 1 commit
  20. 29 Aug, 2014 2 commits
  21. 26 Aug, 2014 1 commit
  22. 23 Aug, 2014 11 commits
  23. 22 Aug, 2014 2 commits
  24. 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