1. 31 Oct, 2018 1 commit
  2. 17 Feb, 2018 1 commit
    • Max Kellermann's avatar
      decoder/flac: move the SubmitData() call out of the callback · 026aef74
      Max Kellermann authored
      This addresses two problems:
      
      1. the libFLAC write callback had to send an error status to its
      caller when SubmitData() returned a command; this disrupted libFLAC
      and the resulting command could not be used for anything;
      
      2. the libFLAC function FLAC__stream_decoder_seek_absolute() also
      calls the write callback, but its result cannot be used, because
      seeking is still in progress, so we lose all data from one FLAC frame.
      By moving the SubmitData() call until after CommandFinished(), we
      avoid losing this data.  This fixes another part of #113
      026aef74
  3. 03 Jan, 2017 1 commit
  4. 18 Nov, 2016 2 commits
  5. 11 Jul, 2016 6 commits
  6. 08 Jul, 2016 5 commits
  7. 26 Feb, 2016 1 commit
  8. 01 Jan, 2015 1 commit
  9. 23 Jan, 2014 1 commit
  10. 13 Jan, 2014 1 commit
  11. 28 Nov, 2013 1 commit
  12. 30 Oct, 2013 1 commit
  13. 23 Oct, 2013 1 commit
  14. 21 Oct, 2013 1 commit
  15. 02 Oct, 2013 1 commit
  16. 03 Aug, 2013 1 commit
  17. 30 Jul, 2013 3 commits
  18. 28 Jul, 2013 1 commit
  19. 06 May, 2013 1 commit
  20. 08 Apr, 2013 1 commit
  21. 07 Jan, 2013 1 commit
  22. 02 Oct, 2012 3 commits
  23. 04 Sep, 2012 1 commit
  24. 02 Aug, 2012 1 commit
  25. 11 Feb, 2012 1 commit
  26. 29 Jan, 2011 1 commit