aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_ogg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-2/+2
* shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann2008-10-091-4/+0
* removed union const_hackMax Kellermann2008-09-291-2/+4
* switch to C99 types, part IIMax Kellermann2008-09-291-1/+1
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-231-1/+1
* shout: make the shout_buffer staticMax Kellermann2008-09-121-2/+2
* shout: constant plugin declarationsMax Kellermann2008-09-121-1/+1
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-121-18/+18
* shout: introduce pluggable encoder APIEric Wollesen2008-09-121-19/+74
* shout: send shout metadataEric Wollesen2008-09-121-1/+3
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-121-52/+65
* shout: added shout_bufferEric Wollesen2008-09-121-16/+64
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-121-0/+190