1. 04 Apr, 2012 1 commit
  2. 28 Mar, 2012 1 commit
    • Max Kellermann's avatar
      output/osx: use the fifo_buffer library instead of rolling own · 8ff0197a
      Max Kellermann authored
      The existing buffer implementation has a major flaw: it is unable to
      re-fill the buffer until it has been consumed completely, leading to
      many occasions where the render callback needs to generate silence,
      just because the play() implementation was unable to append more
      data.  The fifo_buffer library handles that well.
      8ff0197a
  3. 26 Mar, 2012 1 commit
  4. 19 Mar, 2012 3 commits
  5. 13 Feb, 2012 6 commits
  6. 04 Feb, 2012 4 commits
  7. 03 Feb, 2012 7 commits
  8. 12 Jan, 2012 2 commits
  9. 04 Jan, 2012 9 commits
  10. 24 Dec, 2011 2 commits
  11. 21 Dec, 2011 1 commit
    • Maarten Sebregts's avatar
      Playlist: fix bug in moving after current song · 3a9697ad
      Maarten Sebregts authored
      Moving songs using either 'move' or 'moveid' to position -1 (after the
      current song) would fail for a song which is just before the current
      song.
      This patch corrects the check to see if the current song is in the range
      to be moved. Since the range is from `start` up to `end` (exclusive) the
      check was incorrect, but is now fixed.
      3a9697ad
  12. 13 Dec, 2011 3 commits