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