aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_ogg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-5/+1
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-1/+1
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-2/+2
2008-10-09shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann1-4/+0
2008-09-29removed union const_hackMax Kellermann1-2/+4
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-2/+2
2008-09-12shout: constant plugin declarationsMax Kellermann1-1/+1
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann1-18/+18
2008-09-12shout: introduce pluggable encoder APIEric Wollesen1-19/+74
2008-09-12shout: send shout metadataEric Wollesen1-1/+3
2008-09-12shout: added struct _ogg_vorbis_dataMax Kellermann1-52/+65
2008-09-12shout: added shout_bufferEric Wollesen1-16/+64
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann1-0/+190