1. 12 Sep, 2008 4 commits
    • Max Kellermann's avatar
      shout: moved code to audioOutput_shout_ogg.c · fcac05a2
      Max Kellermann authored
      Begin dividing audioOutput_shout.c: move everything OGG Vorbis related
      to audioOutput_shout_ogg.c.  The header audioOutput_shout.h has to
      keep its dependency on vorbis/vorbisenc.h, because it needs the vorbis
      encoder types.
      
      For this patch, we have to export several internal functions with
      generic names to the ABI; these will be removed later when the encoder
      plugin patches are merged.
      fcac05a2
    • Max Kellermann's avatar
      shout: moved declarations to audioOutput_shout.h · 7d3ca9c1
      Max Kellermann authored
      Prepare the split of the shout plugin into multiple sources: move
      all important declarations to audioOutput_shout.h.
      7d3ca9c1
    • Max Kellermann's avatar
      shout: removed commented code · b0884ddd
      Max Kellermann authored
      Remove unused code which is in comments.  Remove that comment about
      "stolen code", since the plugin has changed much, and it isn't obvious
      which parts are derived.
      b0884ddd
    • Max Kellermann's avatar
      shout: no CamelCase · 0eb4038d
      Max Kellermann authored
      0eb4038d
  2. 11 Sep, 2008 6 commits
  3. 10 Sep, 2008 14 commits
  4. 09 Sep, 2008 9 commits
  5. 08 Sep, 2008 7 commits