aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_mp3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-189/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-1/+1
* shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann2008-10-091-4/+0
* switch to C99 types, part IIMax Kellermann2008-09-291-1/+1
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-231-1/+1
* shout: make the shout_buffer staticMax Kellermann2008-09-121-1/+1
* shout: constant plugin declarationsMax Kellermann2008-09-121-1/+1
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-121-18/+17
* shout: added mp3 encoderEric Wollesen2008-09-121-0/+194