1. 13 Jan, 2014 5 commits
    • 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
    • Max Kellermann's avatar
      Merge tag 'release-0.18.7' · 8cd15a02
      Max Kellermann authored
      8cd15a02
    • Max Kellermann's avatar
      release v0.18.7 · 05ad335a
      Max Kellermann authored
      05ad335a
    • 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
  2. 11 Jan, 2014 10 commits
  3. 10 Jan, 2014 23 commits
  4. 09 Jan, 2014 2 commits