1. 21 Nov, 2016 4 commits
  2. 18 Nov, 2016 6 commits
  3. 08 Sep, 2016 2 commits
  4. 26 Feb, 2016 1 commit
  5. 01 Jan, 2015 1 commit
  6. 27 Aug, 2014 1 commit
  7. 12 Aug, 2014 1 commit
  8. 23 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 28 Nov, 2013 1 commit
  11. 13 Nov, 2013 3 commits
  12. 06 Nov, 2013 1 commit
  13. 28 Oct, 2013 1 commit
  14. 25 Oct, 2013 1 commit
  15. 23 Oct, 2013 1 commit
  16. 21 Oct, 2013 1 commit
  17. 19 Oct, 2013 1 commit
  18. 02 Oct, 2013 1 commit
  19. 30 Jul, 2013 1 commit
  20. 28 Jul, 2013 1 commit
  21. 08 Apr, 2013 1 commit
  22. 30 Jan, 2013 1 commit
  23. 04 Jan, 2013 4 commits
  24. 02 Jan, 2013 1 commit
  25. 21 Sep, 2011 2 commits
    • Max Kellermann's avatar
      decoder_api: emulate SEEK command for initial seek to CUE track · 525a7919
      Max Kellermann authored
      When playing a CUE track, the player thread waited for the decoder to
      become ready, and then sent a SEEK command to the beginning of the CUE
      track.  If that is near the start of the song file, and the track is
      short enough, the decoder could have finished decoding already at that
      point, and seeking fails.
      
      This commit makes this initial seek more robust: instead of letting
      the player thread deal with the difficult timings, let the decoder API
      emulate a SEEK command, and return it to the decoder plugin, as soon
      as the plugin finishes its initialization.
      525a7919
    • Max Kellermann's avatar
      fb19210c