aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann13-4179/+0
2008-10-25pulse: force 16 bit audio sample formatMax Kellermann1-5/+3
2008-10-24jack: support for 24 bit samplesMax Kellermann1-1/+32
2008-10-24jack: moved code to jack_write_samples_16()Max Kellermann1-14/+42
2008-10-24jack: eliminated CamelCaseMax Kellermann1-73/+76
2008-10-24jack: added assertions against partial framesMax Kellermann1-0/+2
2008-10-24jack: optimize local variablesMax Kellermann1-9/+8
2008-10-24jack: lockless data transfer to jack threadMax Kellermann1-47/+15
2008-10-24jack: partial writes to ring bufferMax Kellermann1-15/+15
2008-10-24jack: added constant "frame_size"Max Kellermann1-1/+2
2008-10-24jack: fix indentationMax Kellermann1-33/+33
2008-10-14alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann1-0/+6
2008-10-14oss: use unsigned integer for ioctl constantsMax Kellermann1-12/+12
2008-10-14oss: convert several macros to enumMax Kellermann1-19/+25
2008-10-14alsa: optionally disable resampling and othersMax Kellermann1-1/+15
2008-10-12shout: make the protocol configurableAaron McEwan1-2/+25
2008-10-12shout: use strcmp() instead of strncasecmp()Max Kellermann1-2/+2
2008-10-12alsa: fall back to 16 bit outputMax Kellermann1-0/+11
2008-10-12alsa: moved code to alsa_configure()Max Kellermann1-13/+18
2008-10-11alsa: don't override libasound's buffer_time and period_timeMax Kellermann1-20/+19
2008-10-11alsa: re-enable blocking modeMax Kellermann1-15/+2
2008-10-11oss: fix opening default OSS deviceMax Kellermann1-1/+1
2008-10-10mvp: unsinged integersMax Kellermann1-4/+5
2008-10-10mvp: adapt to the new output device APIMax Kellermann1-20/+21
2008-10-10mvp: missing includesMax Kellermann1-0/+5
2008-10-10oss: added OssData.audio_formatMax Kellermann1-19/+20
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann2-4/+3
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann10-27/+27
2008-10-10audio_format: unsigned integersMax Kellermann3-6/+6
2008-10-09shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann4-11/+4
2008-10-08don't include os_compat.hMax Kellermann4-0/+12
2008-09-29audio_output: added method pause()Max Kellermann2-1/+20
2008-09-29use C99 struct initializersMax Kellermann10-90/+76
2008-09-29removed union const_hackMax Kellermann1-2/+4
2008-09-29switch to C99 types, part IIMax Kellermann2-2/+2
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong2-3/+3
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann8-175/+184
2008-09-24output: added audio_output_closed()Max Kellermann1-1/+1
2008-09-24output: added audio_output_get_name()Max Kellermann1-1/+1
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann10-38/+1
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann10-30/+54
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann4-4/+4
2008-09-23alsa: re-enable-nonblocking, but sleep if busyEric Wong1-7/+10
2008-09-12shout: don't write empty buffersMax Kellermann1-2/+4
2008-09-12shout: removed clear_shout_buffer()Max Kellermann1-8/+2
2008-09-12shout: make the shout_buffer staticMax Kellermann4-12/+4
2008-09-12shout: constant plugin declarationsMax Kellermann4-7/+7
2008-09-12shout: static encoder plugin listMax Kellermann1-35/+15
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann4-73/+65
2008-09-12shout: added mp3 encoderEric Wollesen3-0/+196