aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
* alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann2008-10-14
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-14
* oss: convert several macros to enumMax Kellermann2008-10-14
* alsa: optionally disable resampling and othersMax Kellermann2008-10-14
* shout: make the protocol configurableAaron McEwan2008-10-12
* shout: use strcmp() instead of strncasecmp()Max Kellermann2008-10-12
* alsa: fall back to 16 bit outputMax Kellermann2008-10-12
* alsa: moved code to alsa_configure()Max Kellermann2008-10-12
* alsa: don't override libasound's buffer_time and period_timeMax Kellermann2008-10-11
* alsa: re-enable blocking modeMax Kellermann2008-10-11
* oss: fix opening default OSS deviceMax Kellermann2008-10-11
* mvp: unsinged integersMax Kellermann2008-10-10
* mvp: adapt to the new output device APIMax Kellermann2008-10-10
* mvp: missing includesMax Kellermann2008-10-10
* oss: added OssData.audio_formatMax Kellermann2008-10-10
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* audio_format: unsigned integersMax Kellermann2008-10-10
* shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann2008-10-09
* don't include os_compat.hMax Kellermann2008-10-08
* audio_output: added method pause()Max Kellermann2008-09-29
* use C99 struct initializersMax Kellermann2008-09-29
* removed union const_hackMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* output: added audio_output_closed()Max Kellermann2008-09-24
* output: added audio_output_get_name()Max Kellermann2008-09-24
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-24
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-24
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-23
* alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-23
* shout: don't write empty buffersMax Kellermann2008-09-12
* shout: removed clear_shout_buffer()Max Kellermann2008-09-12
* shout: make the shout_buffer staticMax Kellermann2008-09-12
* shout: constant plugin declarationsMax Kellermann2008-09-12
* shout: static encoder plugin listMax Kellermann2008-09-12
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-12
* shout: added mp3 encoderEric Wollesen2008-09-12
* shout: introduce pluggable encoder APIEric Wollesen2008-09-12
* shout: send shout metadataEric Wollesen2008-09-12
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-12
* shout: added shout_bufferEric Wollesen2008-09-12
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-12
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-12
* shout: removed commented codeMax Kellermann2008-09-12
* shout: no CamelCaseMax Kellermann2008-09-12
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-11
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-11
* timer: constant pointersMax Kellermann2008-09-09