1. 01 Jan, 2021 1 commit
  2. 18 Jan, 2020 1 commit
  3. 05 Jul, 2019 1 commit
  4. 29 May, 2019 1 commit
  5. 17 May, 2019 2 commits
  6. 16 May, 2019 4 commits
  7. 07 May, 2019 2 commits
  8. 26 Apr, 2019 1 commit
  9. 25 Apr, 2019 1 commit
  10. 22 Jan, 2019 1 commit
  11. 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
  12. 24 Jul, 2018 1 commit
    • Max Kellermann's avatar
      input/buffered: fix bogus offset after Seek() · c8e6f50d
      Max Kellermann authored
      Instead of copying the offset from our `input`, copy the requested
      offset to our `offset` attribute.
      
      By the time Seek() finishes, our input's offset may have advanced
      already, having read some more data, thus giving us a bogus offset.
      
      This fixes spurious decoder failues (closes #320).
      c8e6f50d
  13. 22 Jun, 2018 2 commits