aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06main_notify: define main_task so we can use it for assertionsEric Wong2-1/+6
2008-10-06directory: streamline deletesEric Wong1-17/+15
2008-09-29pcm_utils: 24 bit supportMax Kellermann1-0/+67
2008-09-29pcm_utils: moved code to special 8/16 bit functionsMax Kellermann1-72/+93
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann3-22/+28
2008-09-29audio_output: added method pause()Max Kellermann9-2/+73
2008-09-29audio_output: added function audio_output_is_pending()Max Kellermann2-0/+11
2008-09-29use C99 struct initializersMax Kellermann20-190/+141
2008-09-29decoder: renamed plugin methodsMax Kellermann5-62/+67
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann11-82/+4
2008-09-29song: converted "type" to enumMax Kellermann2-5/+8
2008-09-29removed union const_hackMax Kellermann2-7/+4
2008-09-29switch to C99 types, part IIMax Kellermann17-58/+82
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong20-72/+437
2008-09-29allow searching for albums with an empty tagEric Wong2-1/+25
2008-09-29command: don't clobber next list value when preparsingEric Wong1-3/+6
2008-09-29directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-29directory: writeDirectoryInfo propagates errorsEric Wong1-21/+19
2008-09-29directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-29directory: remove "Mp3" referencesEric Wong3-22/+22
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2-2/+2
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