aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_mp3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-10shout_mp3: use audio_format_frame_size()Max Kellermann1-2/+1
2009-02-10shout: pass void pointer to the encoderMax Kellermann1-2/+2
2009-02-09shout: clear buffer before calling the encoderMax Kellermann1-3/+3
2009-02-09shout: don't postpone metadataMax Kellermann1-1/+1
2009-02-02shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann1-2/+6
2009-02-02shout_mp3: free the lame_data struct on exitMax Kellermann1-0/+2
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