| Commit message (Expand) | Author | Files | Lines |
2008-09-28 | pcm_utils: added inline function pcm_dither() | Max Kellermann | 1 | -8/+10 |
2008-09-28 | output: fix the "outputenabled" value | Max Kellermann | 1 | -1/+1 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 6 | -41/+4 |
2008-09-26 | song: removed type SongList | Max Kellermann | 4 | -46/+2 |
2008-09-26 | audio_output: workaround for deadlock | Max Kellermann | 3 | -2/+19 |
2008-09-25 | update: send proper response to the client | Max Kellermann | 1 | -5/+8 |
2008-09-24 | output: removed DEVICE_ON, DEVICE_OFF | Max Kellermann | 2 | -29/+20 |
2008-09-24 | output: semi-asynchronous playback | Max Kellermann | 4 | -23/+91 |
2008-09-24 | output: call send_tag() only if device is on | Max Kellermann | 1 | -3/+3 |
2008-09-24 | output: document the audio_output_plugin methods | Max Kellermann | 1 | -0/+44 |
2008-09-24 | output: document the audio_output elements | Max Kellermann | 1 | -4/+58 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 16 | -226/+267 |
2008-09-24 | output: added audio_output_closed() | Max Kellermann | 3 | -1/+11 |
2008-09-24 | output: added audio_output_get_name() | Max Kellermann | 4 | -1/+28 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 11 | -39/+8 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 13 | -34/+61 |
2008-09-24 | output: one thread per audio output | Max Kellermann | 6 | -38/+218 |
2008-09-24 | notify: added macro NOTIFY_INITIALIZER | Max Kellermann | 1 | -0/+5 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 9 | -0/+36 |
2008-09-24 | notify: make notify_init() failures fatal | Max Kellermann | 2 | -9/+6 |
2008-09-24 | notify: declare "struct notify" | Max Kellermann | 2 | -13/+13 |
2008-09-23 | command: fix command "addid" | Max Kellermann | 1 | -1/+1 |
2008-09-23 | flac: removed FlacData.chunk_length | Max Kellermann | 2 | -8/+2 |
2008-09-23 | flac: merged flacSendChunk() into flac_common_write() | Max Kellermann | 1 | -17/+16 |
2008-09-23 | flac: removed generic sample size support | Max Kellermann | 1 | -32/+26 |
2008-09-23 | flac: added special functions for 8 and 32 bit | Max Kellermann | 1 | -0/+37 |
2008-09-23 | flac: added optimized converter for 16 bit | Max Kellermann | 1 | -0/+17 |
2008-09-23 | flac: use signed integers in flac_convert_stereo16() | Max Kellermann | 1 | -6/+4 |
2008-09-23 | flac: moved code from flacWrite() to _flac_common.c | Max Kellermann | 4 | -129/+97 |
2008-09-23 | flac: assume the buffer is empty in flacWrite() II | Max Kellermann | 1 | -7/+2 |
2008-09-23 | audio_format: added audio_format_sample_size() | Max Kellermann | 7 | -9/+23 |
2008-09-23 | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 1 | -7/+10 |
2008-09-23 | songvec: avoid free(NULL) | Eric Wong | 1 | -2/+4 |
2008-09-23 | directory: fix leak introduced with threaded update | Eric Wong | 1 | -1/+1 |
2008-09-23 | Remove EINTR checking for open(2) | Eric Wong | 2 | -3/+2 |
2008-09-23 | directory: don't leak file handles if we get a corrupt db | Eric Wong | 1 | -1/+1 |
2008-09-23 | songvec: remove songvec_prune | Eric Wong | 3 | -28/+0 |
2008-09-23 | directory: update do its work inside a thread | Eric Wong | 5 | -150/+58 |
2008-09-23 | directory: use enum update_return for return values II | Max Kellermann | 1 | -16/+21 |
2008-09-23 | directory: use enum update_return for return values | Eric Wong | 1 | -72/+49 |
2008-09-23 | Don't try to prune unless we're updating | Eric Wong | 1 | -1/+2 |
2008-09-23 | workaround race condition on updates with broken signal blocking | Eric Wong | 1 | -39/+50 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 11 | -113/+212 |
2008-09-23 | directory: remove unused updateMp3Directory() function | Eric Wong | 2 | -20/+0 |
2008-09-23 | start using prefixcmp() | Eric Wong | 7 | -52/+24 |
2008-09-23 | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong | 2 | -0/+12 |
2008-09-23 | volume: oops, only #include <alloca.h> if OSS is enabled | Eric Wong | 1 | -1/+0 |
2008-09-23 | oss: avoid heap allocations when configuring mixer | Eric Wong | 1 | -13/+13 |
2008-09-23 | Directory: don't allocate stat information dynamically | Eric Wong | 2 | -50/+22 |
2008-09-23 | mp3: fix long line, I can't read past 80 cols | Eric Wong | 1 | -1/+2 |