| Commit message (Expand) | Author | Files | Lines |
2009-02-10 | shout_mp3: use audio_format_frame_size() | Max Kellermann | 1 | -2/+1 |
2009-02-10 | shout: pass void pointer to the encoder | Max Kellermann | 1 | -2/+2 |
2009-02-09 | shout: clear buffer before calling the encoder | Max Kellermann | 1 | -3/+3 |
2009-02-09 | shout: don't postpone metadata | Max Kellermann | 1 | -1/+1 |
2009-02-02 | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 1 | -2/+6 |
2009-02-02 | shout_mp3: free the lame_data struct on exit | Max Kellermann | 1 | -0/+2 |
2008-11-30 | shout: fixed the lame input buffer allocation | Max Kellermann | 1 | -9/+15 |
2008-11-30 | shout_mp3: cast input buffer to int16_t* | Max Kellermann | 1 | -2/+2 |
2008-11-25 | shout: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -14/+12 |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -5/+1 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -2/+1 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 1 | -4/+0 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -1/+1 |
2008-09-23 | audio_format: added audio_format_sample_size() | Max Kellermann | 1 | -1/+1 |
2008-09-12 | shout: make the shout_buffer static | Max Kellermann | 1 | -1/+1 |
2008-09-12 | shout: constant plugin declarations | Max Kellermann | 1 | -1/+1 |
2008-09-12 | shout: removed typedefs on structs and plugin methods | Max Kellermann | 1 | -18/+17 |
2008-09-12 | shout: added mp3 encoder | Eric Wollesen | 1 | -0/+194 |