aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Shine encoding pluginAndrée Ekroth2014-01-131-0/+4
| | | | | | | | | | | | | | | | | 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 }
* *: use nullptr instead of NULLMax Kellermann2013-10-191-2/+2
|
* encoder_api: convert to C++Max Kellermann2013-07-301-3/+3
|
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-301-3/+2
|
* encoder/wave: convert to C++Max Kellermann2013-07-301-1/+1
|
* encoder/null: convert to C++Max Kellermann2013-07-301-1/+1
|
* encoder/flac: convert to C++Max Kellermann2013-07-291-1/+1
|
* encoder_list: convert to C++Max Kellermann2013-04-171-0/+65