1. 28 Oct, 2008 6 commits
  2. 27 Oct, 2008 2 commits
  3. 26 Oct, 2008 22 commits
  4. 25 Oct, 2008 7 commits
  5. 24 Oct, 2008 3 commits
    • Max Kellermann's avatar
      player: don't clear command before do_play() returns · ee499cb4
      Max Kellermann authored
      This bug caused the audio output devices to stay open, although MPD
      wasn't playing: quitDecode() resetted player_control.command, assuming
      that the command was STOP.  This way, player_task() didn't see the
      CLOSE_AUDIO command, and the device was kept open.
      
      Don't clear player_control.command in quitDecode().
      ee499cb4
    • Max Kellermann's avatar
      remove unused sources · 18c6ebb0
      Max Kellermann authored
      These are results from failed merges which I didn't notice.
      18c6ebb0
    • Max Kellermann's avatar
      jack: support for 24 bit samples · f4e6bb28
      Max Kellermann authored
      When the audio source provides 24 bit samples, don't bother to convert
      (lossily) them to 16 bit before jack's floating point conversion - go
      directly from 24 bit to float.
      f4e6bb28