aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-24output: semi-asynchronous playbackMax Kellermann4-23/+91
2008-09-24output: call send_tag() only if device is onMax Kellermann1-3/+3
2008-09-24output: document the audio_output_plugin methodsMax Kellermann1-0/+44
2008-09-24output: document the audio_output elementsMax Kellermann1-4/+58
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann16-226/+267
2008-09-24output: added audio_output_closed()Max Kellermann3-1/+11
2008-09-24output: added audio_output_get_name()Max Kellermann4-1/+28
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann11-39/+8
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann13-34/+61
2008-09-24output: one thread per audio outputMax Kellermann6-38/+218
2008-09-24notify: added macro NOTIFY_INITIALIZERMax Kellermann1-0/+5
2008-09-24notify: added notify_deinit()Max Kellermann9-0/+36
2008-09-24notify: make notify_init() failures fatalMax Kellermann2-9/+6
2008-09-24notify: declare "struct notify"Max Kellermann2-13/+13
2008-09-23command: fix command "addid"Max Kellermann1-1/+1
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann2-8/+2
2008-09-23flac: merged flacSendChunk() into flac_common_write()Max Kellermann1-17/+16
2008-09-23flac: removed generic sample size supportMax Kellermann1-32/+26
2008-09-23flac: added special functions for 8 and 32 bitMax Kellermann1-0/+37
2008-09-23flac: added optimized converter for 16 bitMax Kellermann1-0/+17
2008-09-23flac: use signed integers in flac_convert_stereo16()Max Kellermann1-6/+4
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann4-129/+97
2008-09-23flac: assume the buffer is empty in flacWrite() IIMax Kellermann1-7/+2
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann7-9/+23
2008-09-23alsa: re-enable-nonblocking, but sleep if busyEric Wong1-7/+10
2008-09-23songvec: avoid free(NULL)Eric Wong1-2/+4
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
2008-09-23Remove EINTR checking for open(2)Eric Wong2-3/+2
2008-09-23directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-23songvec: remove songvec_pruneEric Wong3-28/+0
2008-09-23directory: update do its work inside a threadEric Wong5-150/+58
2008-09-23directory: use enum update_return for return values IIMax Kellermann1-16/+21
2008-09-23directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-23Don't try to prune unless we're updatingEric Wong1-1/+2
2008-09-23workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-23Replace SongList with struct songvecEric Wong11-113/+212
2008-09-23directory: remove unused updateMp3Directory() functionEric Wong2-20/+0
2008-09-23start using prefixcmp()Eric Wong7-52/+24
2008-09-23Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2-0/+12
2008-09-23volume: oops, only #include <alloca.h> if OSS is enabledEric Wong1-1/+0
2008-09-23oss: avoid heap allocations when configuring mixerEric Wong1-13/+13
2008-09-23Directory: don't allocate stat information dynamicallyEric Wong2-50/+22
2008-09-23mp3: fix long line, I can't read past 80 colsEric Wong1-1/+2
2008-09-23main_notify: removed assertion in wakeup_main_task()Max Kellermann1-2/+0
2008-09-23main_notify: use init_async_pipe()Max Kellermann1-8/+1
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann1-0/+5
2008-09-17client: check expired after client_process_line()Max Kellermann1-1/+3
2008-09-12mp4: fix potential integer overflow bug in the mp4_decode() functionTerry1-0/+7
2008-09-12shout: don't write empty buffersMax Kellermann1-2/+4
2008-09-12shout: removed clear_shout_buffer()Max Kellermann1-8/+2