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