aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29songvec: songvec_delete takes a const Song pointerEric Wong2-2/+2
2008-09-29directory: remove shortname arguments everywhereEric Wong1-80/+41
2008-09-29path: add mpd_basename() functionEric Wong2-0/+20
2008-09-29directory.h: remove directory_sigChldHandler declEric Wong1-2/+0
2008-09-29directory: replace DirectoryList with dirvecEric Wong4-197/+175
2008-09-29directory: remove unused CPP definesEric Wong1-4/+0
2008-09-29songvec_free => songvec_destroyEric Wong3-3/+3
2008-09-29directory.c: kill unnecessary includesEric Wong1-4/+1
2008-09-29directory: update playlist version if updatedEric Wong1-1/+6
2008-09-28pcm_utils: added pcm_range()Max Kellermann1-10/+18
2008-09-28pcm_utils: added inline function pcm_dither()Max Kellermann1-8/+10
2008-09-28output: fix the "outputenabled" valueMax Kellermann1-1/+1
2008-09-26notify: protect notify->pending with the mutexMax Kellermann6-41/+4
2008-09-26song: removed type SongListMax Kellermann4-46/+2
2008-09-26audio_output: workaround for deadlockMax Kellermann3-2/+19
2008-09-25update: send proper response to the clientMax Kellermann1-5/+8
2008-09-24output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2-29/+20
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