summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-28mapper: move code to check_directory()Max Kellermann
2011-11-28log: print reason for failureMax Kellermann
2011-11-28encoder/wave: support packed 24 bit samplesMax Kellermann
2011-11-28encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-11-28encoder/wave: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-11-28encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-11-28growing_fifo: new utility library for growing fifo_bufferMax Kellermann
2011-11-28fifo_buffer: add function fifo_buffer_realloc()Max Kellermann
2011-11-27fifo_buffer: add functions _capacity() and _available()Max Kellermann
2011-11-27pcm_buffer: add assertionsMax Kellermann
2011-11-27pcm_buffer: move formula to new function align_8k()Max Kellermann
2011-11-27pcm_buffer: un-inline pcm_buffer_get()Max Kellermann
2011-11-27directory: rename attribute "stat" to "have_stat"Max Kellermann
2011-11-27directory: convert "stat" to a boolMax Kellermann
2011-11-27stats: explicitly cast "time_t" to "long"Max Kellermann
2011-11-27decoder_api: cancel initial seek when song is not seekableMax Kellermann
2011-10-23path: autodetect filesystem encoding on Win32Denis Krjuchkov
2011-10-13configure.ac: define WINVERMax Kellermann
2011-10-13decoder_thread: add missing stdio.h includeMax Kellermann
2011-10-13event_pipe: fix WIN32 regressionMax Kellermann
2011-10-09Modify version string to post-release version 0.16.6~gitAvuton Olrich
2011-10-09mpd version 0.16.5v0.16.5Avuton Olrich
2011-10-08decoder/wavpack: don't call WavpackGetMode() twiceMax Kellermann
2011-10-08pcm_convert: fix typo in error messageMax Kellermann
2011-10-08output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann
2011-10-08output/alsa: remove "default" case from switchMax Kellermann
2011-10-07configure.ac: disable systemd service by defaultMax Kellermann
2011-10-06playlist_song: fix absolute path support in playlistsJesús Bravo Álvarez
2011-10-06player_thread: add flag "output_open", fixes assertion failureMax Kellermann
2011-10-06player_thread: move code to player_open_output()Max Kellermann
2011-10-06output_control: remove unused prototype _close_locked()Max Kellermann
2011-10-06player_control: auto-start playback when seeking is requestedMax Kellermann
2011-10-06player_thread: handle SEEK while not playingMax Kellermann
2011-10-06decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann
2011-10-06decoder_api: move code to _prepare_initial_seek()Max Kellermann
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann
2011-10-05decoder_api: don't copy tag to pipe during initial seekMax Kellermann
2011-10-04decoder_api: clear initial_seek_running on errorMax Kellermann
2011-09-30Install systemd service file if systemd is availableMiklos Vajna
2011-09-22decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann
2011-09-22decoder_internal.h: more API documentationMax Kellermann
2011-09-21utils: uri.h: fix a typo: "schema"Jonathan Neuschäfer
2011-09-20configure.ac: fix --enable-id3 help stringMax Kellermann
2011-09-20fd_util: add function close_socket()Max Kellermann
2011-09-20fd_util: check HAVE_INOTIFY_INIT in headerMax Kellermann
2011-09-20fd_util: include check.h, verify config.h was includedMax Kellermann
2011-09-20glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann
2011-09-19configure.ac: add option --enable-solaris-outputMax Kellermann
2011-09-19configure.ac: fix solaris result displayMax Kellermann
2011-09-17decoder/audiofile: include stdio header for SEEK_* definesTim Harder