1. 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
  2. 02 May, 2012 1 commit
    • Jurgen Kramer's avatar
      Add support for DSF files to DSDIFF decoder - v4 · 3c3f1b7f
      Jurgen Kramer authored
      Version 4 of my patch to add DSF support to the DSDIFF
      decoder plugin.
      
      This time I have taken a different approach and created a new
      read_metadata function specific for reading DSF files. This saves an
      indent (and for me a lot of indent nightmares) and also useful for
      splitting the DSF and DFF decoders later on.
      
      There are still a few lines which exceed the 80 character width limit by
      a few chars. I was not able to stay within the limit and create (for me)
      readable code.
      
      Jurgen
      3c3f1b7f
  3. 23 Apr, 2012 10 commits
  4. 06 Apr, 2012 1 commit
  5. 05 Apr, 2012 2 commits
  6. 04 Apr, 2012 13 commits
  7. 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
  8. 26 Mar, 2012 11 commits