aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* output: document the audio_output_plugin methodsMax Kellermann2008-09-241-0/+44
* output: document the audio_output elementsMax Kellermann2008-09-241-4/+58
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-2416-226/+267
* output: added audio_output_closed()Max Kellermann2008-09-243-1/+11
* output: added audio_output_get_name()Max Kellermann2008-09-244-1/+28
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-2411-39/+8
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-2413-34/+61
* output: one thread per audio outputMax Kellermann2008-09-246-38/+218
* notify: added macro NOTIFY_INITIALIZERMax Kellermann2008-09-241-0/+5
* notify: added notify_deinit()Max Kellermann2008-09-249-0/+36
* notify: make notify_init() failures fatalMax Kellermann2008-09-242-9/+6
* notify: declare "struct notify"Max Kellermann2008-09-242-13/+13
* command: fix command "addid"Max Kellermann2008-09-231-1/+1
* flac: removed FlacData.chunk_lengthMax Kellermann2008-09-232-8/+2
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-231-17/+16
* flac: removed generic sample size supportMax Kellermann2008-09-231-32/+26
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-231-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-231-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-231-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-234-129/+97
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-231-7/+2
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-237-9/+23