1. 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
  2. 11 May, 2021 3 commits
  3. 07 May, 2021 1 commit
  4. 20 Apr, 2021 2 commits
  5. 06 Apr, 2021 20 commits
  6. 29 Mar, 2021 3 commits
  7. 24 Mar, 2021 1 commit
    • Simon Persson's avatar
      Support new tags in proxy plugin · 7dd2dce6
      Simon Persson authored
      Add support for the following tags when using the proxy database plugin:
      WORK
      CONDUCTOR
      LABEL
      GROUPING
      MUSICBRAINZ_WORKID
      COMPOSERSORT
      ENSEMBLE
      MOVEMENT
      MOVEMENTNUMBER
      LOCATION
      7dd2dce6
  8. 13 Mar, 2021 3 commits
  9. 10 Mar, 2021 6 commits