| Commit message (Expand) | Author | Files | Lines |
2009-01-01 | output plugins: don't include gcc.h | Max Kellermann | 1 | -2/+2 |
2008-11-25 | shout: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -9/+7 |
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 | -1/+1 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -2/+2 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 1 | -4/+0 |
2008-09-29 | removed union const_hack | Max Kellermann | 1 | -2/+4 |
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 | -2/+2 |
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/+18 |
2008-09-12 | shout: introduce pluggable encoder API | Eric Wollesen | 1 | -19/+74 |
2008-09-12 | shout: send shout metadata | Eric Wollesen | 1 | -1/+3 |
2008-09-12 | shout: added struct _ogg_vorbis_data | Max Kellermann | 1 | -52/+65 |
2008-09-12 | shout: added shout_buffer | Eric Wollesen | 1 | -16/+64 |
2008-09-12 | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 1 | -0/+190 |