1. 06 Jun, 2019 6 commits
  2. 05 Jun, 2019 1 commit
    • Max Kellermann's avatar
      decoder/OpusReader: return StringView · 3fae2150
      Max Kellermann authored
      Since we now don't duplicate all items, we can easily remove the 64kB
      limit from OpusReader::ReadString() and instead silently ignore and
      skip all strings which are longer than 4 kB.
      
      This fixes a tag duplication bug with Opus file containing a very long
      `METADATA_BLOCK_PICTURE` tag, which occurred because the Opus plugin
      returned false after parsing all tags, and then the MPD core fell back
      to FFmpeg which scanned the tags again.
      3fae2150
  3. 31 May, 2019 1 commit
  4. 30 May, 2019 1 commit
  5. 23 May, 2019 1 commit
  6. 07 May, 2019 1 commit
  7. 26 Apr, 2019 2 commits
  8. 25 Apr, 2019 2 commits
  9. 05 Apr, 2019 8 commits
  10. 04 Apr, 2019 1 commit
  11. 29 Mar, 2019 1 commit
  12. 18 Mar, 2019 1 commit
  13. 16 Mar, 2019 1 commit
  14. 13 Mar, 2019 1 commit
  15. 12 Mar, 2019 4 commits
  16. 08 Mar, 2019 1 commit
  17. 07 Mar, 2019 2 commits
  18. 06 Mar, 2019 1 commit
  19. 05 Feb, 2019 2 commits
  20. 21 Jan, 2019 1 commit
    • Jörg Krause's avatar
      meson: add fixed-point Vorbis (Tremor) decoder support · 4f7d52db
      Jörg Krause authored
      Re-add build support for the fixed-point Vorbis (Tremor) decoder, which
      was dropped when switching from Autotools to Meson.
      
      Note, that it is not possible to build both, the Vorbis and the Tremor
      decoder.
      
      Closes: #405
      4f7d52db
  21. 15 Jan, 2019 1 commit