aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_mp3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-30shout: fixed the lame input buffer allocationMax Kellermann1-9/+15
2008-11-30shout_mp3: cast input buffer to int16_t*Max Kellermann1-2/+2
2008-11-25shout: use GLib instead of utils.h/log.hMax Kellermann1-14/+12
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-5/+1
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-2/+1
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