1. 29 Jan, 2009 1 commit
    • Max Kellermann's avatar
      archive: replaced setup_stream() with open_stream() · 82cfce76
      Max Kellermann authored
      The open_stream() method opens the input_stream.  This allows the
      archive plugin to do its own initialization, and it also allows it to
      use input_stream.data.  We can remove input_stream.archive now, which
      was unnatural to have in the first place.
      82cfce76
  2. 25 Jan, 2009 1 commit
  3. 07 Jan, 2009 1 commit
  4. 04 Jan, 2009 4 commits
  5. 03 Jan, 2009 1 commit
  6. 02 Jan, 2009 1 commit
  7. 28 Dec, 2008 3 commits
  8. 25 Nov, 2008 1 commit
  9. 24 Nov, 2008 1 commit
  10. 20 Nov, 2008 1 commit
  11. 11 Nov, 2008 2 commits
    • Max Kellermann's avatar
      decoder: fixed typo in assertion · 401e77b2
      Max Kellermann authored
      decoder_file_decode() should check for plugin->file_decode, not
      plugin->stream_decode().
      401e77b2
    • Max Kellermann's avatar
      decoder: return void from decode() methods · 9eed4191
      Max Kellermann authored
      The stream_decode() and file_decode() methods returned a boolean,
      indicating whether they were able to decode the song.  This is
      redundant, since we already know that: if decoder_initialized() has
      been called (and dc.state==DECODE), the plugin succeeded.  Change both
      methods to return void.
      9eed4191
  12. 10 Nov, 2008 3 commits
  13. 08 Nov, 2008 2 commits
  14. 04 Nov, 2008 1 commit
    • Max Kellermann's avatar
      decoder: removed stream_types · 85a7d1a1
      Max Kellermann authored
      Instead of checking the stream_types bit set, we can simply check
      whether the methods stream_decode() and file_decode() are implemented.
      85a7d1a1
  15. 03 Nov, 2008 3 commits
  16. 02 Nov, 2008 5 commits
  17. 01 Nov, 2008 1 commit
  18. 31 Oct, 2008 6 commits
  19. 30 Oct, 2008 1 commit
  20. 29 Oct, 2008 1 commit