aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_mp3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-189/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-10-09shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann1-4/+0
2008-09-29switch to C99 types, part IIMax Kellermann1-1/+1
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann1-1/+1
2008-09-12shout: make the shout_buffer staticMax Kellermann1-1/+1
2008-09-12shout: constant plugin declarationsMax Kellermann1-1/+1
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann1-18/+17
2008-09-12shout: added mp3 encoderEric Wollesen1-0/+194