| Commit message (Expand) | Author | Age | Files | Lines |
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 3 | -1/+11 |
* | output: added audio_output_get_name() | Max Kellermann | 2008-09-24 | 4 | -1/+28 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 11 | -39/+8 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 13 | -34/+61 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 6 | -38/+218 |
* | notify: added macro NOTIFY_INITIALIZER | Max Kellermann | 2008-09-24 | 1 | -0/+5 |
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 9 | -0/+36 |
* | notify: make notify_init() failures fatal | Max Kellermann | 2008-09-24 | 2 | -9/+6 |
* | notify: declare "struct notify" | Max Kellermann | 2008-09-24 | 2 | -13/+13 |
* | command: fix command "addid" | Max Kellermann | 2008-09-23 | 1 | -1/+1 |
* | flac: removed FlacData.chunk_length | Max Kellermann | 2008-09-23 | 2 | -8/+2 |
* | flac: merged flacSendChunk() into flac_common_write() | Max Kellermann | 2008-09-23 | 1 | -17/+16 |
* | flac: removed generic sample size support | Max Kellermann | 2008-09-23 | 1 | -32/+26 |
* | flac: added special functions for 8 and 32 bit | Max Kellermann | 2008-09-23 | 1 | -0/+37 |
* | flac: added optimized converter for 16 bit | Max Kellermann | 2008-09-23 | 1 | -0/+17 |
* | flac: use signed integers in flac_convert_stereo16() | Max Kellermann | 2008-09-23 | 1 | -6/+4 |
* | flac: moved code from flacWrite() to _flac_common.c | Max Kellermann | 2008-09-23 | 4 | -129/+97 |
* | flac: assume the buffer is empty in flacWrite() II | Max Kellermann | 2008-09-23 | 1 | -7/+2 |
* | audio_format: added audio_format_sample_size() | Max Kellermann | 2008-09-23 | 7 | -9/+23 |
* | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-23 | 1 | -7/+10 |
* | songvec: avoid free(NULL) | Eric Wong | 2008-09-23 | 1 | -2/+4 |
* | directory: fix leak introduced with threaded update | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | Remove EINTR checking for open(2) | Eric Wong | 2008-09-23 | 2 | -3/+2 |
* | directory: don't leak file handles if we get a corrupt db | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | songvec: remove songvec_prune | Eric Wong | 2008-09-23 | 3 | -28/+0 |
* | directory: update do its work inside a thread | Eric Wong | 2008-09-23 | 5 | -150/+58 |
* | directory: use enum update_return for return values II | Max Kellermann | 2008-09-23 | 1 | -16/+21 |
* | directory: use enum update_return for return values | Eric Wong | 2008-09-23 | 1 | -72/+49 |
* | Don't try to prune unless we're updating | Eric Wong | 2008-09-23 | 1 | -1/+2 |
* | workaround race condition on updates with broken signal blocking | Eric Wong | 2008-09-23 | 1 | -39/+50 |
* | Replace SongList with struct songvec | Eric Wong | 2008-09-23 | 11 | -113/+212 |
* | directory: remove unused updateMp3Directory() function | Eric Wong | 2008-09-23 | 2 | -20/+0 |
* | start using prefixcmp() | Eric Wong | 2008-09-23 | 7 | -52/+24 |
* | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong | 2008-09-23 | 2 | -0/+12 |
* | volume: oops, only #include <alloca.h> if OSS is enabled | Eric Wong | 2008-09-23 | 1 | -1/+0 |
* | oss: avoid heap allocations when configuring mixer | Eric Wong | 2008-09-23 | 1 | -13/+13 |
* | Directory: don't allocate stat information dynamically | Eric Wong | 2008-09-23 | 2 | -50/+22 |
* | mp3: fix long line, I can't read past 80 cols | Eric Wong | 2008-09-23 | 1 | -1/+2 |
* | main_notify: removed assertion in wakeup_main_task() | Max Kellermann | 2008-09-23 | 1 | -2/+0 |
* | main_notify: use init_async_pipe() | Max Kellermann | 2008-09-23 | 1 | -8/+1 |
* | mp3: fix buffer overflow when max_frames is too large | Max Kellermann | 2008-09-17 | 1 | -0/+5 |
* | client: check expired after client_process_line() | Max Kellermann | 2008-09-17 | 1 | -1/+3 |
* | mp4: fix potential integer overflow bug in the mp4_decode() function | Terry | 2008-09-12 | 1 | -0/+7 |
* | 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 | 4 | -0/+197 |