1. 09 Nov, 2016 1 commit
  2. 28 Oct, 2016 1 commit
  3. 09 Sep, 2016 1 commit
  4. 28 Jul, 2016 1 commit
  5. 05 Jul, 2016 1 commit
  6. 01 Jul, 2016 2 commits
  7. 01 Mar, 2016 1 commit
  8. 27 Feb, 2016 3 commits
  9. 26 Feb, 2016 7 commits
  10. 27 Oct, 2015 1 commit
  11. 22 Jun, 2015 6 commits
  12. 20 Jun, 2015 1 commit
  13. 17 Mar, 2015 1 commit
  14. 25 Jan, 2015 1 commit
  15. 22 Jan, 2015 3 commits
  16. 21 Jan, 2015 5 commits
  17. 01 Jan, 2015 1 commit
  18. 26 Dec, 2014 1 commit
  19. 21 Nov, 2014 1 commit
  20. 10 Nov, 2014 1 commit
    • Max Kellermann's avatar
      pcm/SoxrResampler: round output buffer size up · 8d036c4b
      Max Kellermann authored
      The old formula calculates the output buffer size with "regular"
      rounding (to the nearest integer), however sometimes, that is
      insufficient and the last sample cannot be resampled.  This causes
      audible distortions.  By changing the formula to consider the worst
      case (always round up), this problem is eliminated.
      8d036c4b