| Commit message (Expand) | Author | Age | Files | Lines |
* | song: get rid of newNullSong() | Eric Wong | 2008-10-06 | 3 | -16/+3 |
* | song: call freeJustSong if newSong fails | Eric Wong | 2008-10-06 | 1 | -1/+1 |
* | command: fix return status | Eric Wong | 2008-10-06 | 1 | -17/+8 |
* | directory: reuse existing directory if found on update | Eric Wong | 2008-10-06 | 1 | -4/+9 |
* | tag: merge clearMpdTag into tag_free | Eric Wong | 2008-10-06 | 1 | -12/+2 |
* | command: get rid of specialized list handlers | Eric Wong | 2008-10-06 | 1 | -88/+67 |
* | directory: simplify list update handling logic | Eric Wong | 2008-10-06 | 3 | -111/+83 |
* | main_notify: define main_task so we can use it for assertions | Eric Wong | 2008-10-06 | 2 | -1/+6 |
* | directory: streamline deletes | Eric Wong | 2008-10-06 | 1 | -17/+15 |
* | pcm_utils: 24 bit support | Max Kellermann | 2008-09-29 | 1 | -0/+67 |
* | pcm_utils: moved code to special 8/16 bit functions | Max Kellermann | 2008-09-29 | 1 | -72/+93 |
* | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 2008-09-29 | 3 | -22/+28 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 9 | -2/+73 |
* | audio_output: added function audio_output_is_pending() | Max Kellermann | 2008-09-29 | 2 | -0/+11 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 20 | -190/+141 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 5 | -62/+67 |
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 11 | -82/+4 |
* | song: converted "type" to enum | Max Kellermann | 2008-09-29 | 2 | -5/+8 |
* | removed union const_hack | Max Kellermann | 2008-09-29 | 2 | -7/+4 |
* | require a C99 compiler | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 17 | -58/+82 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 20 | -72/+437 |
* | allow searching for albums with an empty tag | Eric Wong | 2008-09-29 | 2 | -1/+25 |
* | command: don't clobber next list value when preparsing | Eric Wong | 2008-09-29 | 1 | -3/+6 |
* | directory: isRootDirectory() is a one-liner | Eric Wong | 2008-09-29 | 1 | -4/+1 |
* | directory: writeDirectoryInfo propagates errors | Eric Wong | 2008-09-29 | 1 | -21/+19 |
* | directory: make it clear that DIRECTORY_MTIME is deprecated | Eric Wong | 2008-09-29 | 1 | -1/+1 |
* | directory: remove "Mp3" references | Eric Wong | 2008-09-29 | 3 | -22/+22 |
* | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 2008-09-29 | 2 | -2/+2 |
* | songvec: songvec_delete takes a const Song pointer | Eric Wong | 2008-09-29 | 2 | -2/+2 |
* | directory: remove shortname arguments everywhere | Eric Wong | 2008-09-29 | 1 | -80/+41 |
* | path: add mpd_basename() function | Eric Wong | 2008-09-29 | 2 | -0/+20 |
* | directory.h: remove directory_sigChldHandler decl | Eric Wong | 2008-09-29 | 1 | -2/+0 |
* | directory: replace DirectoryList with dirvec | Eric Wong | 2008-09-29 | 4 | -197/+175 |
* | directory: remove unused CPP defines | Eric Wong | 2008-09-29 | 1 | -4/+0 |
* | songvec_free => songvec_destroy | Eric Wong | 2008-09-29 | 3 | -3/+3 |
* | directory.c: kill unnecessary includes | Eric Wong | 2008-09-29 | 1 | -4/+1 |
* | directory: update playlist version if updated | Eric Wong | 2008-09-29 | 1 | -1/+6 |
* | pcm_utils: added pcm_range() | Max Kellermann | 2008-09-28 | 1 | -10/+18 |
* | pcm_utils: added inline function pcm_dither() | Max Kellermann | 2008-09-28 | 1 | -8/+10 |
* | output: fix the "outputenabled" value | Max Kellermann | 2008-09-28 | 1 | -1/+1 |
* | COMMANDS: assorted formatting fixes | Eric Wong | 2008-09-28 | 1 | -21/+22 |
* | COMMANDS: document moveid with negative _to_ argument, too | Eric Wong | 2008-09-28 | 1 | -1/+3 |
* | COMMANDS: document addid with optional position argument | Eric Wong | 2008-09-28 | 1 | -1/+4 |
* | notify: protect notify->pending with the mutex | Max Kellermann | 2008-09-26 | 6 | -41/+4 |
* | song: removed type SongList | Max Kellermann | 2008-09-26 | 4 | -46/+2 |
* | audio_output: workaround for deadlock | Max Kellermann | 2008-09-26 | 3 | -2/+19 |
* | update: send proper response to the client | Max Kellermann | 2008-09-25 | 1 | -5/+8 |
* | output: removed DEVICE_ON, DEVICE_OFF | Max Kellermann | 2008-09-24 | 2 | -29/+20 |
* | output: semi-asynchronous playback | Max Kellermann | 2008-09-24 | 4 | -23/+91 |