1. 22 Feb, 2014 1 commit
  2. 23 Jan, 2014 2 commits
  3. 13 Jan, 2014 4 commits
    • Max Kellermann's avatar
      copyright year 2014 · 4f83c602
      Max Kellermann authored
      4f83c602
    • Andrée Ekroth's avatar
      encoder/shine: fix segfault workaround · cd5817b6
      Andrée Ekroth authored
      Initializing and closing the Shine library without
      writing any data results in a segmentation fault.
      The current workaround writes zeroes if there was
      no actual data.
      cd5817b6
    • Andrée Ekroth's avatar
      encoder/shine: remove unnecessary buffer · 56a7fcf1
      Andrée Ekroth authored
      Now writes to the de-interleaved buffers directly,
      instead of writing to an intermediate fifo buffer.
      
      Fix indentation and 80 char width lines.
      56a7fcf1
    • 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
  4. 05 Dec, 2013 1 commit
  5. 28 Nov, 2013 1 commit
  6. 11 Nov, 2013 1 commit
  7. 30 Oct, 2013 1 commit
  8. 21 Oct, 2013 1 commit
  9. 19 Oct, 2013 2 commits
  10. 16 Oct, 2013 2 commits
  11. 15 Oct, 2013 2 commits
  12. 02 Oct, 2013 1 commit
  13. 26 Sep, 2013 1 commit
  14. 05 Sep, 2013 1 commit
  15. 04 Sep, 2013 1 commit
  16. 07 Aug, 2013 2 commits
  17. 06 Aug, 2013 5 commits
  18. 04 Aug, 2013 2 commits
  19. 03 Aug, 2013 1 commit
  20. 30 Jul, 2013 6 commits
  21. 29 Jul, 2013 1 commit
  22. 24 Jun, 2013 1 commit