1. 07 Oct, 2021 1 commit
  2. 21 Sep, 2021 2 commits
  3. 24 Jun, 2021 1 commit
  4. 15 May, 2021 1 commit
    • John Regan's avatar
      flac encoder: enable Ogg FLAC and Ogg chaining · 87fa6bca
      John Regan authored
      refactors GenerateOggSerial into a generic GenerateSerial
      utility, under the util lib.
      
      libFLAC may be encoded without Ogg support. If Ogg support is disabled,
      libFLAC will still export Ogg-related methods (like setting a serial
      number), and throw a runtime error when initializing an Ogg stream.
      
      GenerateOggSerial does not depend on libogg. Refactoring it into
      a generic GenerateSerial prevents having to add build-time checks
      for libogg within the FLAC encoder plugin.
      87fa6bca
  5. 02 Jan, 2020 1 commit
  6. 16 Dec, 2019 1 commit
  7. 20 Nov, 2019 1 commit
    • Max Kellermann's avatar
      lib/xiph/VorbisComments: move to separate static library · c129ca9f
      Max Kellermann authored
      This also reverts the previous commit which was wrong.  When the
      Vorbis decoder is disabled, we can't compile VorbisComments.cxx at
      all.
      
      Instead of expanding the #ifdef, this commit moves VorbisComments.cxx
      to a separate library with dependencies on libvorbis (which was
      missing previously, which could also lead to build failures if the
      libvorbis headers were in a non-standard directory).
      c129ca9f
  8. 14 Aug, 2019 2 commits
  9. 17 Mar, 2019 1 commit
  10. 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
  11. 04 Nov, 2018 2 commits
  12. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14