1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  4. 31 Oct, 2018 1 commit
  5. 07 Jul, 2018 2 commits
  6. 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
  7. 19 Dec, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 18 Nov, 2016 3 commits
  10. 10 Nov, 2016 1 commit
  11. 11 Jul, 2016 8 commits
  12. 08 Jul, 2016 5 commits
  13. 26 Feb, 2016 1 commit
  14. 01 Jan, 2015 1 commit
  15. 24 Sep, 2014 2 commits
  16. 29 Aug, 2014 1 commit
  17. 12 May, 2014 1 commit
  18. 23 Jan, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 08 Jan, 2014 1 commit
  21. 28 Nov, 2013 1 commit
  22. 30 Oct, 2013 1 commit
  23. 26 Oct, 2013 1 commit
  24. 25 Oct, 2013 1 commit
  25. 23 Oct, 2013 1 commit