1. 15 Mar, 2018 2 commits
    • Max Kellermann's avatar
      pcm/PcmDop: round down to the nearest multiple of 4 DSD bytes · a2340c31
      Max Kellermann authored
      There was a discrepancy between what was written to the buffer and the
      size returned by pcm_dsd_to_dop(): the "for" loop uses num_frames/2,
      rounding down, while the return value is num_samples which is
      num_frames*channels, without rounding.  This could cause undefined
      data at the end of the destination buffer if the source buffer size
      was not aligned to multiples of 8 bytes (4 DSD bytes per channel).
      
      The latter however can occur in the 0.21 branch after commit
      a06bf388
      
      Closes #233
      a2340c31
    • Max Kellermann's avatar
      pcm/PcmDop: use size_t · 37b07a5e
      Max Kellermann authored
      37b07a5e
  2. 26 Oct, 2017 1 commit
  3. 11 Jan, 2017 1 commit
  4. 03 Jan, 2017 1 commit
  5. 26 Feb, 2016 1 commit
  6. 01 Jan, 2015 1 commit
  7. 31 Aug, 2014 1 commit
  8. 12 Aug, 2014 1 commit
  9. 30 Jul, 2014 1 commit
  10. 13 Jan, 2014 1 commit
  11. 28 Nov, 2013 1 commit
  12. 04 Aug, 2013 1 commit
  13. 03 Aug, 2013 1 commit
  14. 30 Jul, 2013 1 commit
  15. 29 Jul, 2013 1 commit
  16. 08 Apr, 2013 1 commit
  17. 04 Apr, 2012 1 commit
  18. 22 Mar, 2012 1 commit