aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-07Assert if we don't have song or song->url setEric Wong2-4/+10
2008-10-06autotools: tidy up make distEric Wong2-144/+1
2008-10-06song: stop storing song_typeEric Wong6-27/+22
2008-10-06song: don't make the struct packedMax Kellermann2-2/+2
2008-10-06song: use flex arrays to store song->urlEric Wong4-17/+25
2008-10-06song: get rid of newNullSong()Eric Wong3-16/+3
2008-10-06song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-10-06command: fix return statusEric Wong1-17/+8
2008-10-06directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-06tag: merge clearMpdTag into tag_freeEric Wong1-12/+2
2008-10-06command: get rid of specialized list handlersEric Wong1-88/+67
2008-10-06directory: simplify list update handling logicEric Wong3-111/+83
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