aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-2413-34/+61
* output: one thread per audio outputMax Kellermann2008-09-246-38/+218
* notify: added macro NOTIFY_INITIALIZERMax Kellermann2008-09-241-0/+5
* notify: added notify_deinit()Max Kellermann2008-09-249-0/+36
* notify: make notify_init() failures fatalMax Kellermann2008-09-242-9/+6
* notify: declare "struct notify"Max Kellermann2008-09-242-13/+13
* command: fix command "addid"Max Kellermann2008-09-231-1/+1
* flac: removed FlacData.chunk_lengthMax Kellermann2008-09-232-8/+2
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-231-17/+16
* flac: removed generic sample size supportMax Kellermann2008-09-231-32/+26
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-231-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-231-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-231-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-234-129/+97
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-231-7/+2
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-237-9/+23
* alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-231-7/+10
* songvec: avoid free(NULL)Eric Wong2008-09-231-2/+4
* directory: fix leak introduced with threaded updateEric Wong2008-09-231-1/+1
* Remove EINTR checking for open(2)Eric Wong2008-09-232-3/+2
* directory: don't leak file handles if we get a corrupt dbEric Wong2008-09-231-1/+1
* songvec: remove songvec_pruneEric Wong2008-09-233-28/+0
* directory: update do its work inside a threadEric Wong2008-09-235-150/+58
* directory: use enum update_return for return values IIMax Kellermann2008-09-231-16/+21
* directory: use enum update_return for return valuesEric Wong2008-09-231-72/+49
* Don't try to prune unless we're updatingEric Wong2008-09-231-1/+2
* workaround race condition on updates with broken signal blockingEric Wong2008-09-231-39/+50
* Replace SongList with struct songvecEric Wong2008-09-2311-113/+212
* directory: remove unused updateMp3Directory() functionEric Wong2008-09-232-20/+0
* start using prefixcmp()Eric Wong2008-09-237-52/+24
* Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-232-0/+12
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-231-1/+0
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-231-13/+13
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-232-50/+22
* mp3: fix long line, I can't read past 80 colsEric Wong2008-09-231-1/+2
* main_notify: removed assertion in wakeup_main_task()Max Kellermann2008-09-231-2/+0
* main_notify: use init_async_pipe()Max Kellermann2008-09-231-8/+1
* mp3: fix buffer overflow when max_frames is too largeMax Kellermann2008-09-171-0/+5
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+3
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* shout: don't write empty buffersMax Kellermann2008-09-121-2/+4
* shout: removed clear_shout_buffer()Max Kellermann2008-09-121-8/+2
* shout: make the shout_buffer staticMax Kellermann2008-09-124-12/+4
* shout: constant plugin declarationsMax Kellermann2008-09-124-7/+7
* shout: static encoder plugin listMax Kellermann2008-09-121-35/+15
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-124-73/+65
* shout: added mp3 encoderEric Wollesen2008-09-124-0/+197
* shout: introduce pluggable encoder APIEric Wollesen2008-09-123-55/+177
* shout: send shout metadataEric Wollesen2008-09-123-5/+19
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-122-56/+73