1. 02 Oct, 2012 1 commit
  2. 01 Oct, 2012 11 commits
  3. 14 Aug, 2012 6 commits
  4. 02 Aug, 2012 2 commits
  5. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  6. 29 May, 2012 1 commit
    • Max Kellermann's avatar
      output/raop: delete the RAOP plugin · 457d98c8
      Max Kellermann authored
      This plugin is horrible code, I mean it.  Last year, I tried hard to
      fix it, but I figured would take less time to do a full rewrite.
      Given that I don't even have any device that supports RAOP, I can't do
      that properly.  After 16 months, nobody volunteered for fixing it.
      Hereby, I delete it, because having no RAOP plugin is better than
      having this mess.  Sorry.
      457d98c8
  7. 23 Apr, 2012 3 commits
  8. 04 Apr, 2012 3 commits
  9. 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
  10. 26 Mar, 2012 7 commits
  11. 22 Mar, 2012 2 commits
  12. 21 Mar, 2012 2 commits