1. 01 Jan, 2021 1 commit
  2. 21 Sep, 2020 1 commit
  3. 16 Mar, 2020 1 commit
  4. 01 Feb, 2020 1 commit
  5. 18 Jan, 2020 1 commit
  6. 27 Aug, 2019 1 commit
  7. 08 Jul, 2019 1 commit
  8. 17 Jun, 2019 2 commits
  9. 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
  10. 06 Nov, 2018 1 commit
    • Max Kellermann's avatar
      output/Source: reset current_chunk in Open() · b1fe1059
      Max Kellermann authored
      If the output is already open, the `current_chunk` pointer may be
      bogus and out of sync with `SharedPipeConsumer::chunk`, leading to an
      assertion failure in `SharedPipeConsumer::Consume()`.
      
      Fixes #411
      b1fe1059
  11. 31 Oct, 2018 1 commit
  12. 03 Jan, 2018 1 commit
    • Max Kellermann's avatar
      player/Thread: don't send silence if decoder is slow · 98a7c62d
      Max Kellermann authored
      The output plugin shall decide whether to insert silence or do nothing
      at all.  The ALSA output plugin has already implemented this.
      Inserting silence is not necessary or helpful for some plugins, and
      may even hurt them (e.g. "recorder").
      98a7c62d
  13. 02 Jan, 2018 2 commits
  14. 01 Jan, 2018 1 commit
  15. 27 Dec, 2017 2 commits
  16. 20 Dec, 2017 1 commit
  17. 03 Dec, 2017 1 commit
    • Max Kellermann's avatar
      MusicChunk: add magic value IGNORE_REPLAY_GAIN · de90d401
      Max Kellermann authored
      This fixes spurious replay gain logs when the player inserts silence
      chunks, because those silence chunks had no replay gain attached,
      resetting the ReplayGainFilter state, flipping it forth and back.
      de90d401
  18. 10 Nov, 2017 1 commit
  19. 08 Jun, 2017 1 commit
  20. 08 May, 2017 1 commit
  21. 23 Jan, 2017 1 commit
  22. 11 Jan, 2017 2 commits
  23. 03 Jan, 2017 2 commits
  24. 26 Dec, 2016 3 commits