aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* song: stop storing song_typeEric Wong2008-10-06
* song: don't make the struct packedMax Kellermann2008-10-06
* song: use flex arrays to store song->urlEric Wong2008-10-06
* song: get rid of newNullSong()Eric Wong2008-10-06
* song: call freeJustSong if newSong failsEric Wong2008-10-06
* command: fix return statusEric Wong2008-10-06
* directory: reuse existing directory if found on updateEric Wong2008-10-06
* tag: merge clearMpdTag into tag_freeEric Wong2008-10-06
* command: get rid of specialized list handlersEric Wong2008-10-06
* directory: simplify list update handling logicEric Wong2008-10-06
* main_notify: define main_task so we can use it for assertionsEric Wong2008-10-06
* directory: streamline deletesEric Wong2008-10-06
* pcm_utils: 24 bit supportMax Kellermann2008-09-29
* pcm_utils: moved code to special 8/16 bit functionsMax Kellermann2008-09-29
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-29
* audio_output: added method pause()Max Kellermann2008-09-29
* audio_output: added function audio_output_is_pending()Max Kellermann2008-09-29
* use C99 struct initializersMax Kellermann2008-09-29
* decoder: renamed plugin methodsMax Kellermann2008-09-29
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-29
* song: converted "type" to enumMax Kellermann2008-09-29
* removed union const_hackMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* allow searching for albums with an empty tagEric Wong2008-09-29
* command: don't clobber next list value when preparsingEric Wong2008-09-29
* directory: isRootDirectory() is a one-linerEric Wong2008-09-29
* directory: writeDirectoryInfo propagates errorsEric Wong2008-09-29
* directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong2008-09-29
* directory: remove "Mp3" referencesEric Wong2008-09-29
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-29
* songvec: songvec_delete takes a const Song pointerEric Wong2008-09-29
* directory: remove shortname arguments everywhereEric Wong2008-09-29
* path: add mpd_basename() functionEric Wong2008-09-29
* directory.h: remove directory_sigChldHandler declEric Wong2008-09-29
* directory: replace DirectoryList with dirvecEric Wong2008-09-29
* directory: remove unused CPP definesEric Wong2008-09-29
* songvec_free => songvec_destroyEric Wong2008-09-29
* directory.c: kill unnecessary includesEric Wong2008-09-29
* directory: update playlist version if updatedEric Wong2008-09-29
* pcm_utils: added pcm_range()Max Kellermann2008-09-28
* pcm_utils: added inline function pcm_dither()Max Kellermann2008-09-28
* output: fix the "outputenabled" valueMax Kellermann2008-09-28
* notify: protect notify->pending with the mutexMax Kellermann2008-09-26
* song: removed type SongListMax Kellermann2008-09-26
* audio_output: workaround for deadlockMax Kellermann2008-09-26
* update: send proper response to the clientMax Kellermann2008-09-25
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-24
* output: semi-asynchronous playbackMax Kellermann2008-09-24
* output: call send_tag() only if device is onMax Kellermann2008-09-24