1. 16 Dec, 2019 1 commit
  2. 12 Aug, 2019 1 commit
  3. 05 Aug, 2019 1 commit
    • Fredrik Noring's avatar
      decoder/sidplay: Add "default_genre" option · 7363fe90
      Fredrik Noring authored
      Genres are not part of the SID format, so SID files are genreless. This
      "default_genre" option may be used to assign a default genre to all SID
      music, for example "SID", "C64", "Chiptune", etc.
      7363fe90
  4. 03 Aug, 2019 2 commits
  5. 27 Jun, 2019 1 commit
  6. 26 Jun, 2019 1 commit
  7. 31 May, 2019 1 commit
  8. 21 Mar, 2019 1 commit
  9. 20 Mar, 2019 1 commit
  10. 18 Mar, 2019 5 commits
  11. 06 Mar, 2019 2 commits
  12. 22 Feb, 2019 1 commit
  13. 20 Feb, 2019 1 commit
  14. 17 Feb, 2019 1 commit
  15. 19 Jan, 2019 1 commit
  16. 31 Oct, 2018 2 commits
    • Max Kellermann's avatar
      output/roar: remove · 06ca08ce
      Max Kellermann authored
      Bugs in libroar which broke the MPD build have been annoying me for
      quite some time, and the newest bug has now hit my main build machine:
      
       https://github.com/MusicPlayerDaemon/MPD/issues/377
      
      Problem is the usage of the typedef `_IO_off64_t` in libroar's
      `vio_stdio.h`:
      
       int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w);
      
      This `_IO_off64_t` is an internal implementation detail of glibc and
      was removed in version 2.28.  Nobody must ever use it.  Why the ****
      did the RoarAudio developers use it?  Not using internal typedefs
      isn't exactly rocket science.
      
      This annoys me enough to finally remove the plugin.  Anyway, I've
      never heard of anybody using RoarAudio, so my best guess is that
      nobody will notice.
      06ca08ce
    • Max Kellermann's avatar
      doc/plugins.rst: add missing :file: · 190006e9
      Max Kellermann authored
      190006e9
  17. 30 Oct, 2018 2 commits