1. 07 Jan, 2009 1 commit
  2. 04 Jan, 2009 4 commits
  3. 03 Jan, 2009 1 commit
  4. 02 Jan, 2009 1 commit
  5. 28 Dec, 2008 3 commits
  6. 25 Nov, 2008 1 commit
  7. 24 Nov, 2008 1 commit
  8. 20 Nov, 2008 1 commit
  9. 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
  10. 10 Nov, 2008 3 commits
  11. 08 Nov, 2008 2 commits
  12. 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
  13. 03 Nov, 2008 3 commits
  14. 02 Nov, 2008 5 commits
  15. 01 Nov, 2008 1 commit
  16. 31 Oct, 2008 6 commits
  17. 30 Oct, 2008 1 commit
  18. 29 Oct, 2008 1 commit
  19. 26 Oct, 2008 2 commits