1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 5 commits
  3. 16 Jun, 2019 3 commits
  4. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  5. 31 Oct, 2018 1 commit
  6. 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
  7. 26 Oct, 2017 1 commit
  8. 11 Jan, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 26 Feb, 2016 1 commit
  11. 01 Jan, 2015 1 commit
  12. 31 Aug, 2014 1 commit
  13. 12 Aug, 2014 1 commit
  14. 30 Jul, 2014 1 commit
  15. 13 Jan, 2014 1 commit
  16. 28 Nov, 2013 1 commit
  17. 04 Aug, 2013 1 commit
  18. 03 Aug, 2013 1 commit
  19. 30 Jul, 2013 1 commit
  20. 29 Jul, 2013 1 commit
  21. 08 Apr, 2013 1 commit
  22. 04 Apr, 2012 1 commit
  23. 22 Mar, 2012 1 commit