aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* song: stop storing song_typeEric Wong2008-10-066-27/+22
* song: don't make the struct packedMax Kellermann2008-10-062-2/+2
* song: use flex arrays to store song->urlEric Wong2008-10-064-17/+25
* song: get rid of newNullSong()Eric Wong2008-10-063-16/+3
* song: call freeJustSong if newSong failsEric Wong2008-10-061-1/+1
* command: fix return statusEric Wong2008-10-061-17/+8
* directory: reuse existing directory if found on updateEric Wong2008-10-061-4/+9
* tag: merge clearMpdTag into tag_freeEric Wong2008-10-061-12/+2
* command: get rid of specialized list handlersEric Wong2008-10-061-88/+67
* directory: simplify list update handling logicEric Wong2008-10-063-111/+83
* main_notify: define main_task so we can use it for assertionsEric Wong2008-10-062-1/+6
* directory: streamline deletesEric Wong2008-10-061-17/+15
* pcm_utils: 24 bit supportMax Kellermann2008-09-291-0/+67
* pcm_utils: moved code to special 8/16 bit functionsMax Kellermann2008-09-291-72/+93
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-293-22/+28
* audio_output: added method pause()Max Kellermann2008-09-299-2/+73
* audio_output: added function audio_output_is_pending()Max Kellermann2008-09-292-0/+11
* use C99 struct initializersMax Kellermann2008-09-2920-190/+141
* decoder: renamed plugin methodsMax Kellermann2008-09-295-62/+67
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-2911-82/+4
* song: converted "type" to enumMax Kellermann2008-09-292-5/+8
* removed union const_hackMax Kellermann2008-09-292-7/+4
* switch to C99 types, part IIMax Kellermann2008-09-2917-58/+82
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-2920-72/+437
* allow searching for albums with an empty tagEric Wong2008-09-292-1/+25
* command: don't clobber next list value when preparsingEric Wong2008-09-291-3/+6
* directory: isRootDirectory() is a one-linerEric Wong2008-09-291-4/+1
* directory: writeDirectoryInfo propagates errorsEric Wong2008-09-291-21/+19
* directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong2008-09-291-1/+1
* directory: remove "Mp3" referencesEric Wong2008-09-293-22/+22
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-292-2/+2
* songvec: songvec_delete takes a const Song pointerEric Wong2008-09-292-2/+2
* directory: remove shortname arguments everywhereEric Wong2008-09-291-80/+41
* path: add mpd_basename() functionEric Wong2008-09-292-0/+20
* directory.h: remove directory_sigChldHandler declEric Wong2008-09-291-2/+0
* directory: replace DirectoryList with dirvecEric Wong2008-09-294-197/+175
* directory: remove unused CPP definesEric Wong2008-09-291-4/+0
* songvec_free => songvec_destroyEric Wong2008-09-293-3/+3
* directory.c: kill unnecessary includesEric Wong2008-09-291-4/+1
* directory: update playlist version if updatedEric Wong2008-09-291-1/+6
* pcm_utils: added pcm_range()Max Kellermann2008-09-281-10/+18
* pcm_utils: added inline function pcm_dither()Max Kellermann2008-09-281-8/+10
* output: fix the "outputenabled" valueMax Kellermann2008-09-281-1/+1
* notify: protect notify->pending with the mutexMax Kellermann2008-09-266-41/+4
* song: removed type SongListMax Kellermann2008-09-264-46/+2
* audio_output: workaround for deadlockMax Kellermann2008-09-263-2/+19
* update: send proper response to the clientMax Kellermann2008-09-251-5/+8
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-242-29/+20
* output: semi-asynchronous playbackMax Kellermann2008-09-244-23/+91
* output: call send_tag() only if device is onMax Kellermann2008-09-241-3/+3