1. 23 Aug, 2014 1 commit
  2. 11 Aug, 2014 1 commit
  3. 11 Jul, 2014 1 commit
  4. 11 Jun, 2014 1 commit
  5. 12 Feb, 2014 1 commit
  6. 08 Feb, 2014 1 commit
  7. 07 Feb, 2014 1 commit
  8. 06 Feb, 2014 3 commits
  9. 29 Jan, 2014 1 commit
  10. 21 Jan, 2014 1 commit
  11. 13 Jan, 2014 1 commit
    • Andrée Ekroth's avatar
      Shine encoding plugin · ea771c17
      Andrée Ekroth authored
      This encoding plugin features a fixed-point mp3 encoder,
      with faster encoding on architectures without a FPU.
      
      Right now the encoder is limited to stereo and 16 bit depth.
      The bitrate and sample rate can be modified in audio_output.
      
      audio_output {
              type            "httpd"
              name            "My shine stream"
              encoder         "shine"
              port            "8000"
              format          "44100:16:2"
              bitrate         "320"  # default: 128
      }
      ea771c17
  12. 09 Jan, 2014 1 commit
  13. 08 Jan, 2014 1 commit
  14. 07 Jan, 2014 1 commit
  15. 04 Jan, 2014 1 commit
  16. 29 Dec, 2013 1 commit
  17. 11 Dec, 2013 3 commits
  18. 01 Dec, 2013 3 commits
  19. 08 Nov, 2013 2 commits
  20. 07 Nov, 2013 2 commits
  21. 19 Oct, 2013 1 commit
    • Sebastian Thorarensen's avatar
      decoder/modplug: Add "loop_count" parameter · db44a6e9
      Sebastian Thorarensen authored
      The "loop_count" configuration parameter allows the user to set how
      many times a module with backward loops shall loop. "0" (the default)
      means a module is not allowed to use backward loops at all. "-1"
      enables inifinite looping.
      db44a6e9
  22. 18 Oct, 2013 1 commit
    • Sebastian Thorarensen's avatar
      decoder/mikmod: Add loop configuration parameter · b6ac249c
      Sebastian Thorarensen authored
      This patch allows the user to configure the mikmod decoder plugin to loop
      modules. It adds a configuration parameter to the mikmod decoder called
      "loop" which can be "no" (the old behaviour, default) or "yes" to allow
      modules to use backward loops.
      b6ac249c
  23. 28 Sep, 2013 1 commit
  24. 17 Apr, 2013 1 commit
    • Max Kellermann's avatar
      input/soup: plugin removed · 2df2a989
      Max Kellermann authored
      This plugin is cumbersome to support, now that MPD is migrating away
      from GLib and the GLib event loop.  It has no practical advantages
      over the CURL plugin.  Soup requires the bloated GType library.
      2df2a989
  25. 16 Apr, 2013 2 commits
  26. 25 Sep, 2012 1 commit
  27. 14 Aug, 2012 3 commits
  28. 08 Aug, 2012 1 commit
  29. 27 Jun, 2012 1 commit