1. 21 Jan, 2014 1 commit
  2. 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
  3. 09 Jan, 2014 1 commit
  4. 08 Jan, 2014 1 commit
  5. 07 Jan, 2014 1 commit
  6. 04 Jan, 2014 1 commit
  7. 29 Dec, 2013 2 commits
  8. 11 Dec, 2013 4 commits
  9. 02 Dec, 2013 1 commit
  10. 01 Dec, 2013 3 commits
  11. 22 Nov, 2013 1 commit
  12. 11 Nov, 2013 1 commit
  13. 08 Nov, 2013 3 commits
  14. 07 Nov, 2013 7 commits
  15. 30 Oct, 2013 1 commit
  16. 29 Oct, 2013 2 commits
  17. 26 Oct, 2013 1 commit
  18. 25 Oct, 2013 1 commit
  19. 24 Oct, 2013 1 commit
  20. 20 Oct, 2013 1 commit
  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. 02 Oct, 2013 1 commit
  24. 28 Sep, 2013 1 commit
  25. 12 Sep, 2013 1 commit