1. 16 Jan, 2009 1 commit
  2. 08 Jan, 2009 1 commit
  3. 01 Jan, 2009 1 commit
  4. 24 Dec, 2008 2 commits
  5. 15 Dec, 2008 2 commits
  6. 21 Nov, 2008 2 commits
  7. 18 Nov, 2008 1 commit
  8. 16 Nov, 2008 1 commit
    • Max Kellermann's avatar
      ffmpeg: fixed AVSEEK_SIZE · 8882f062
      Max Kellermann authored
      With whence==AVSEEK_SIZE, the seek function should return the file
      size, not the current offset.  Check the return value of
      input_stream_seek().
      8882f062
  9. 11 Nov, 2008 1 commit
    • 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 1 commit
  11. 04 Nov, 2008 5 commits
  12. 02 Nov, 2008 5 commits
  13. 01 Nov, 2008 2 commits
  14. 31 Oct, 2008 1 commit
  15. 30 Oct, 2008 13 commits
  16. 29 Oct, 2008 1 commit