| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | output: call send_tag() only if device is on | Max Kellermann | 2008-09-24 | 1 | -3/+3 |
* | output: document the audio_output_plugin methods | Max Kellermann | 2008-09-24 | 1 | -0/+44 |
* | output: document the audio_output elements | Max Kellermann | 2008-09-24 | 1 | -4/+58 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 16 | -226/+267 |
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 3 | -1/+11 |
* | output: added audio_output_get_name() | Max Kellermann | 2008-09-24 | 4 | -1/+28 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 11 | -39/+8 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 13 | -34/+61 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 6 | -38/+218 |
* | notify: added macro NOTIFY_INITIALIZER | Max Kellermann | 2008-09-24 | 1 | -0/+5 |
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 9 | -0/+36 |
* | notify: make notify_init() failures fatal | Max Kellermann | 2008-09-24 | 2 | -9/+6 |
* | notify: declare "struct notify" | Max Kellermann | 2008-09-24 | 2 | -13/+13 |