1. 12 Mar, 2020 2 commits
  2. 01 Feb, 2020 2 commits
  3. 18 Jan, 2020 2 commits
  4. 05 Jul, 2019 1 commit
  5. 04 Jul, 2019 1 commit
  6. 17 Jun, 2019 1 commit
  7. 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
  8. 31 Oct, 2018 1 commit
  9. 16 Jul, 2018 1 commit
  10. 03 Jan, 2017 1 commit
  11. 07 Nov, 2016 1 commit
  12. 28 Oct, 2016 1 commit
  13. 04 May, 2016 2 commits
  14. 26 Feb, 2016 1 commit
  15. 21 Jan, 2015 1 commit
  16. 01 Jan, 2015 1 commit
  17. 23 Jan, 2014 2 commits
  18. 13 Jan, 2014 1 commit
  19. 21 Oct, 2013 1 commit
  20. 26 Sep, 2013 1 commit
  21. 04 Sep, 2013 1 commit
  22. 07 Aug, 2013 1 commit
  23. 06 Aug, 2013 5 commits
  24. 04 Aug, 2013 1 commit
  25. 03 Aug, 2013 1 commit
  26. 30 Jul, 2013 2 commits
  27. 30 Jan, 2013 1 commit
  28. 29 Jan, 2011 1 commit
  29. 07 Jan, 2011 1 commit
    • Max Kellermann's avatar
      encoder/lame: explicitly configure the output sample rate · 0022fb10
      Max Kellermann authored
      When you don't explicitly set an output sample rate, liblame tries to
      guess an output sample rate from the input sample rate.  You would
      think that this "guessing" consists of just setting both equal, but
      that is not the case.  For 44.1kHz at 96kbit/s, liblame chooses
      32kHz.  This patch explicitly configures the output sample rate, to
      stop the bad guessing.
      0022fb10
  30. 01 Jan, 2010 1 commit