aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann2008-10-141-0/+6
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-141-12/+12
* oss: convert several macros to enumMax Kellermann2008-10-141-19/+25
* alsa: optionally disable resampling and othersMax Kellermann2008-10-141-1/+15
* shout: make the protocol configurableAaron McEwan2008-10-121-2/+25
* shout: use strcmp() instead of strncasecmp()Max Kellermann2008-10-121-2/+2
* alsa: fall back to 16 bit outputMax Kellermann2008-10-121-0/+11
* alsa: moved code to alsa_configure()Max Kellermann2008-10-121-13/+18
* alsa: don't override libasound's buffer_time and period_timeMax Kellermann2008-10-111-20/+19
* alsa: re-enable blocking modeMax Kellermann2008-10-111-15/+2
* oss: fix opening default OSS deviceMax Kellermann2008-10-111-1/+1
* mvp: unsinged integersMax Kellermann2008-10-101-4/+5
* mvp: adapt to the new output device APIMax Kellermann2008-10-101-20/+21
* mvp: missing includesMax Kellermann2008-10-101-0/+5
* oss: added OssData.audio_formatMax Kellermann2008-10-101-19/+20
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-102-4/+3
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-1010-27/+27
* audio_format: unsigned integersMax Kellermann2008-10-103-6/+6
* shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann2008-10-094-11/+4
* don't include os_compat.hMax Kellermann2008-10-084-0/+12
* audio_output: added method pause()Max Kellermann2008-09-292-1/+20
* use C99 struct initializersMax Kellermann2008-09-2910-90/+76
* removed union const_hackMax Kellermann2008-09-291-2/+4
* switch to C99 types, part IIMax Kellermann2008-09-292-2/+2
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-292-3/+3
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-248-175/+184
* output: added audio_output_closed()Max Kellermann2008-09-241-1/+1
* output: added audio_output_get_name()Max Kellermann2008-09-241-1/+1
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-2410-38/+1
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-2410-30/+54
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-234-4/+4
* alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-231-7/+10
* shout: don't write empty buffersMax Kellermann2008-09-121-2/+4
* shout: removed clear_shout_buffer()Max Kellermann2008-09-121-8/+2
* shout: make the shout_buffer staticMax Kellermann2008-09-124-12/+4
* shout: constant plugin declarationsMax Kellermann2008-09-124-7/+7
* shout: static encoder plugin listMax Kellermann2008-09-121-35/+15
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-124-73/+65
* shout: added mp3 encoderEric Wollesen2008-09-123-0/+196
* shout: introduce pluggable encoder APIEric Wollesen2008-09-123-55/+177
* shout: send shout metadataEric Wollesen2008-09-123-5/+19
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-122-56/+73
* shout: added shout_bufferEric Wollesen2008-09-123-46/+102
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-123-153/+210
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-122-40/+69
* shout: removed commented codeMax Kellermann2008-09-121-4/+0
* shout: no CamelCaseMax Kellermann2008-09-121-194/+194
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-111-1/+1
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-111-13/+12
* timer: constant pointersMax Kellermann2008-09-091-1/+1