aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_mp3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shout_mp3: use audio_format_frame_size()Max Kellermann2009-02-101-2/+1
* shout: pass void pointer to the encoderMax Kellermann2009-02-101-2/+2
* shout: clear buffer before calling the encoderMax Kellermann2009-02-091-3/+3
* shout: don't postpone metadataMax Kellermann2009-02-091-1/+1
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-021-2/+6
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-021-0/+2
* shout: fixed the lame input buffer allocationMax Kellermann2008-11-301-9/+15
* shout_mp3: cast input buffer to int16_t*Max Kellermann2008-11-301-2/+2
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-14/+12
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-5/+1
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+188