1. 31 Oct, 2008 3 commits
    • Max Kellermann's avatar
      client: removed list_cache · e5ef2d8a
      Max Kellermann authored
      The list cache aims to save memory allocations, and complicates the
      code a bit.  We should rather use GLib slices later, which are easy to
      use.
      e5ef2d8a
    • Max Kellermann's avatar
      ogg: don't include _flac_common.h · 8f37f7c8
      Max Kellermann authored
      The source _ogg_common.c does not need any symbols from
      _flac_common.h, but including it leads to compiler errors when libflac
      isn't available.
      8f37f7c8
    • Max Kellermann's avatar
      oggflac: adapt to new API · d65d6548
      Max Kellermann authored
      Again, I forgot to adapt oggflac to the new API (struct input_stream,
      bool return values).
      d65d6548
  2. 30 Oct, 2008 22 commits
  3. 29 Oct, 2008 15 commits