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. 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
  3. 31 Oct, 2018 1 commit
  4. 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
  5. 02 Jan, 2018 2 commits
  6. 01 Jan, 2018 1 commit
  7. 27 Dec, 2017 2 commits
  8. 20 Dec, 2017 1 commit
  9. 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
  10. 10 Nov, 2017 1 commit
  11. 08 Jun, 2017 1 commit
  12. 08 May, 2017 1 commit
  13. 23 Jan, 2017 1 commit
  14. 11 Jan, 2017 2 commits
  15. 03 Jan, 2017 2 commits
  16. 26 Dec, 2016 3 commits