| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 13 | -4179/+0 |
* | pulse: force 16 bit audio sample format | Max Kellermann | 2008-10-25 | 1 | -5/+3 |
* | jack: support for 24 bit samples | Max Kellermann | 2008-10-24 | 1 | -1/+32 |
* | jack: moved code to jack_write_samples_16() | Max Kellermann | 2008-10-24 | 1 | -14/+42 |
* | jack: eliminated CamelCase | Max Kellermann | 2008-10-24 | 1 | -73/+76 |
* | jack: added assertions against partial frames | Max Kellermann | 2008-10-24 | 1 | -0/+2 |
* | jack: optimize local variables | Max Kellermann | 2008-10-24 | 1 | -9/+8 |
* | jack: lockless data transfer to jack thread | Max Kellermann | 2008-10-24 | 1 | -47/+15 |
* | jack: partial writes to ring buffer | Max Kellermann | 2008-10-24 | 1 | -15/+15 |
* | jack: added constant "frame_size" | Max Kellermann | 2008-10-24 | 1 | -1/+2 |
* | jack: fix indentation | Max Kellermann | 2008-10-24 | 1 | -33/+33 |
* | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 2008-10-14 | 1 | -0/+6 |
* | oss: use unsigned integer for ioctl constants | Max Kellermann | 2008-10-14 | 1 | -12/+12 |
* | oss: convert several macros to enum | Max Kellermann | 2008-10-14 | 1 | -19/+25 |
* | alsa: optionally disable resampling and others | Max Kellermann | 2008-10-14 | 1 | -1/+15 |
* | shout: make the protocol configurable | Aaron McEwan | 2008-10-12 | 1 | -2/+25 |
* | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 2008-10-12 | 1 | -2/+2 |
* | alsa: fall back to 16 bit output | Max Kellermann | 2008-10-12 | 1 | -0/+11 |
* | alsa: moved code to alsa_configure() | Max Kellermann | 2008-10-12 | 1 | -13/+18 |
* | alsa: don't override libasound's buffer_time and period_time | Max Kellermann | 2008-10-11 | 1 | -20/+19 |
* | alsa: re-enable blocking mode | Max Kellermann | 2008-10-11 | 1 | -15/+2 |
* | oss: fix opening default OSS device | Max Kellermann | 2008-10-11 | 1 | -1/+1 |
* | mvp: unsinged integers | Max Kellermann | 2008-10-10 | 1 | -4/+5 |
* | mvp: adapt to the new output device API | Max Kellermann | 2008-10-10 | 1 | -20/+21 |
* | mvp: missing includes | Max Kellermann | 2008-10-10 | 1 | -0/+5 |
* | oss: added OssData.audio_format | Max Kellermann | 2008-10-10 | 1 | -19/+20 |
* | audio_format: added audio_format_frame_size() | Max Kellermann | 2008-10-10 | 2 | -4/+3 |
* | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 2008-10-10 | 10 | -27/+27 |
* | audio_format: unsigned integers | Max Kellermann | 2008-10-10 | 3 | -6/+6 |
* | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 2008-10-09 | 4 | -11/+4 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 4 | -0/+12 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 2 | -1/+20 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 10 | -90/+76 |
* | removed union const_hack | Max Kellermann | 2008-09-29 | 1 | -2/+4 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 2 | -2/+2 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 2 | -3/+3 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 8 | -175/+184 |
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | output: added audio_output_get_name() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 10 | -38/+1 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 10 | -30/+54 |
* | audio_format: added audio_format_sample_size() | Max Kellermann | 2008-09-23 | 4 | -4/+4 |
* | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-23 | 1 | -7/+10 |
* | shout: don't write empty buffers | Max Kellermann | 2008-09-12 | 1 | -2/+4 |
* | shout: removed clear_shout_buffer() | Max Kellermann | 2008-09-12 | 1 | -8/+2 |
* | shout: make the shout_buffer static | Max Kellermann | 2008-09-12 | 4 | -12/+4 |
* | shout: constant plugin declarations | Max Kellermann | 2008-09-12 | 4 | -7/+7 |
* | shout: static encoder plugin list | Max Kellermann | 2008-09-12 | 1 | -35/+15 |
* | shout: removed typedefs on structs and plugin methods | Max Kellermann | 2008-09-12 | 4 | -73/+65 |
* | shout: added mp3 encoder | Eric Wollesen | 2008-09-12 | 3 | -0/+196 |