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