1. 01 Jan, 2021 1 commit
  2. 04 Feb, 2020 1 commit
    • Max Kellermann's avatar
      tag/ApeTag: don't take reference of IterableSplitString() elements · 7c62887d
      Max Kellermann authored
      This doesn't work because IterableSplitString() returns its elements
      by value.
      
      Fixes clang warning:
      
       loop variable 'i' is always a copy because the range of type 'IterableSplitString' (aka 'BasicIterableSplitString<char>') does not return a reference [-Werror,-Wrange-loop-analysis]
      7c62887d
  3. 18 Jan, 2020 2 commits
  4. 06 Jun, 2019 1 commit
  5. 14 Jan, 2019 1 commit
  6. 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
  7. 31 Oct, 2018 1 commit
  8. 05 Jul, 2018 1 commit
  9. 08 Feb, 2017 2 commits
  10. 03 Jan, 2017 1 commit
  11. 09 Dec, 2016 1 commit
  12. 26 Feb, 2016 1 commit
  13. 23 Feb, 2016 2 commits
  14. 22 Feb, 2016 2 commits
  15. 30 Sep, 2015 1 commit
  16. 01 Jan, 2015 1 commit
  17. 25 Nov, 2014 1 commit
  18. 13 Jan, 2014 1 commit
  19. 26 Oct, 2013 4 commits
  20. 20 Oct, 2013 1 commit
  21. 15 Oct, 2013 1 commit
  22. 04 Sep, 2013 2 commits
  23. 30 Jul, 2013 1 commit
  24. 29 Jul, 2013 3 commits
  25. 25 Sep, 2012 1 commit
  26. 29 Jul, 2012 1 commit
    • Max Kellermann's avatar
      tag_ape: return false if no usable tag was found · 1dedb964
      Max Kellermann authored
      Ignore APE tags that have no usable tags, and use the ID3 tag instead.
      This is useful when the APE tag only contains replay gain, and the
      real tags are stored as ID3.  This implements feature request Mantis
      #0003521.
      1dedb964
  27. 12 Feb, 2012 2 commits
  28. 11 Feb, 2012 2 commits