1. 17 Feb, 2020 1 commit
  2. 01 Feb, 2020 1 commit
  3. 18 Jan, 2020 1 commit
  4. 05 Jul, 2019 1 commit
  5. 17 Jun, 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. 19 Jan, 2018 1 commit
    • Stefan Roellin's avatar
      db/upnp/Directory: fix parsing of durations with fractions of seconds · 187cc573
      Stefan Roellin authored
      The duration of a song can have fractions of seconds
      (quote from http://www.upnp.org/schemas/av/didl-lite-v2.xsd):
      
          The format of the duration string is:
          H+:MM:SS[.F+], or H+:MM:SS[.F0/F1]
          Where:
          +H              one or more digits to indicate elapsed hours,
          MM              exactly 2 digits to indicate minutes (00 to 59),
          SS              exactly 2 digits to indicate seconds (00 to 59),
          F+              any number of digits (including no digits) to indicate fractions of seconds,
          F0/F1   a fraction, with F0 and F1 at least one digit long,
                          and F0 < F1.
          The string may be preceded by an optional + or - sign, and the
          decimal point itself may be omitted if there are no fractional  seconds digits.
      
      Until now, a duration with fractions of seconds could not be parsed and
      resulted in an unknown duration. Only durations in the format "H+:MM:SS"
      were feasible. This commit enables to read durations in the first format,
      i.e. "H+:MM:SS[.F+]"
      187cc573
  9. 12 Sep, 2017 1 commit
  10. 08 May, 2017 1 commit
  11. 08 Feb, 2017 1 commit
  12. 06 Jan, 2017 1 commit
  13. 03 Jan, 2017 1 commit
  14. 26 Feb, 2016 1 commit
  15. 07 Feb, 2016 1 commit
  16. 30 Sep, 2015 1 commit
  17. 01 Jan, 2015 1 commit
  18. 09 Nov, 2014 2 commits
  19. 08 Nov, 2014 2 commits
  20. 07 Nov, 2014 1 commit
  21. 29 Aug, 2014 1 commit
  22. 26 Jan, 2014 1 commit
  23. 24 Jan, 2014 2 commits
  24. 23 Jan, 2014 1 commit
  25. 22 Jan, 2014 4 commits
  26. 21 Jan, 2014 1 commit
  27. 18 Jan, 2014 4 commits
  28. 14 Jan, 2014 4 commits