| Commit message (Expand) | Author | Files | Lines |
2008-10-14 | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 1 | -0/+6 |
2008-10-14 | oss: use unsigned integer for ioctl constants | Max Kellermann | 1 | -12/+12 |
2008-10-14 | oss: convert several macros to enum | Max Kellermann | 1 | -19/+25 |
2008-10-14 | alsa: optionally disable resampling and others | Max Kellermann | 1 | -1/+15 |
2008-10-12 | shout: make the protocol configurable | Aaron McEwan | 1 | -2/+25 |
2008-10-12 | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 1 | -2/+2 |
2008-10-12 | alsa: fall back to 16 bit output | Max Kellermann | 1 | -0/+11 |
2008-10-12 | alsa: moved code to alsa_configure() | Max Kellermann | 1 | -13/+18 |
2008-10-11 | alsa: don't override libasound's buffer_time and period_time | Max Kellermann | 1 | -20/+19 |
2008-10-11 | alsa: re-enable blocking mode | Max Kellermann | 1 | -15/+2 |
2008-10-11 | oss: fix opening default OSS device | Max Kellermann | 1 | -1/+1 |
2008-10-10 | mvp: unsinged integers | Max Kellermann | 1 | -4/+5 |
2008-10-10 | mvp: adapt to the new output device API | Max Kellermann | 1 | -20/+21 |
2008-10-10 | mvp: missing includes | Max Kellermann | 1 | -0/+5 |
2008-10-10 | oss: added OssData.audio_format | Max Kellermann | 1 | -19/+20 |
2008-10-10 | audio_format: added audio_format_frame_size() | Max Kellermann | 2 | -4/+3 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 10 | -27/+27 |
2008-10-10 | audio_format: unsigned integers | Max Kellermann | 3 | -6/+6 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 4 | -11/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 4 | -0/+12 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 2 | -1/+20 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 10 | -90/+76 |
2008-09-29 | removed union const_hack | Max Kellermann | 1 | -2/+4 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 2 | -2/+2 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2 | -3/+3 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 8 | -175/+184 |
2008-09-24 | output: added audio_output_closed() | Max Kellermann | 1 | -1/+1 |
2008-09-24 | output: added audio_output_get_name() | Max Kellermann | 1 | -1/+1 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 10 | -38/+1 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 10 | -30/+54 |
2008-09-23 | audio_format: added audio_format_sample_size() | Max Kellermann | 4 | -4/+4 |
2008-09-23 | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 1 | -7/+10 |
2008-09-12 | shout: don't write empty buffers | Max Kellermann | 1 | -2/+4 |
2008-09-12 | shout: removed clear_shout_buffer() | Max Kellermann | 1 | -8/+2 |
2008-09-12 | shout: make the shout_buffer static | Max Kellermann | 4 | -12/+4 |
2008-09-12 | shout: constant plugin declarations | Max Kellermann | 4 | -7/+7 |
2008-09-12 | shout: static encoder plugin list | Max Kellermann | 1 | -35/+15 |
2008-09-12 | shout: removed typedefs on structs and plugin methods | Max Kellermann | 4 | -73/+65 |
2008-09-12 | shout: added mp3 encoder | Eric Wollesen | 3 | -0/+196 |
2008-09-12 | shout: introduce pluggable encoder API | Eric Wollesen | 3 | -55/+177 |
2008-09-12 | shout: send shout metadata | Eric Wollesen | 3 | -5/+19 |
2008-09-12 | shout: added struct _ogg_vorbis_data | Max Kellermann | 2 | -56/+73 |
2008-09-12 | shout: added shout_buffer | Eric Wollesen | 3 | -46/+102 |
2008-09-12 | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 3 | -153/+210 |
2008-09-12 | shout: moved declarations to audioOutput_shout.h | Max Kellermann | 2 | -40/+69 |
2008-09-12 | shout: removed commented code | Max Kellermann | 1 | -4/+0 |
2008-09-12 | shout: no CamelCase | Max Kellermann | 1 | -194/+194 |
2008-09-11 | shout: use reqAudioFormat instead of outAudioFormat | Max Kellermann | 1 | -1/+1 |
2008-09-11 | shout: copy the audio_format, instead of taking a pointer | Max Kellermann | 1 | -13/+12 |
2008-09-09 | timer: constant pointers | Max Kellermann | 1 | -1/+1 |