aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* output_control: move code to ao_lock_command()Max Kellermann2011-01-101-9/+15
* output_control: ao_command() calls ao_command_async()Max Kellermann2011-01-101-7/+6
* update_remove: use plain GCond instead of notifyMax Kellermann2011-01-101-9/+16
* include cleanupMax Kellermann2011-01-103-1/+4
* decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-107-28/+20
* decoder_thread: move code to decoder_command_finished_locked()Max Kellermann2011-01-101-8/+19
* decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-102-11/+0
* decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-103-15/+17
* player_control: removed the global variable "pc"Max Kellermann2011-01-1042-572/+742
* dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann2011-01-101-1/+1
* Merge commit 'release-0.16.1'Max Kellermann2011-01-103-18/+10
|\
| * mpd version 0.16.1release-0.16.1Avuton Olrich2011-01-091-1/+1
| * Makefile.am: resolve modplug vs. libsndfile cflags/headers conflictYuriy Kaminskiy2011-01-093-17/+9
* | input_init: add assertions on completeness of pluginsMax Kellermann2011-01-081-0/+6
* | input/cdio_paranoia: add module nameMax Kellermann2011-01-081-0/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-01-0715-87/+115
|\|
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-076-10/+25
| |\
| | * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-072-0/+9
| | * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-071-0/+3
| | * configure.ac: use AC_LANG_SOURCEMax Kellermann2011-01-072-8/+8
| | * fix version number in NEWSMax Kellermann2011-01-071-1/+1
| | * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-211-2/+2
| | * zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann2010-12-211-1/+1
| | * Modify version string to post-release version 0.15.16~gitMax Kellermann2010-12-212-1/+4
| * | player_thread: discard empty chunks while cross-fadingMax Kellermann2011-01-072-0/+14
| * | output_thread: fix double lockMax Kellermann2011-01-072-3/+1
| * | player_thread: fix assertion failure due to early seekMax Kellermann2011-01-072-0/+5
| * | player_thread: make variables more localMax Kellermann2011-01-071-36/+19
| * | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-072-9/+11
| * | configure.ac: eliminate bashism "echo -n"Max Kellermann2011-01-072-20/+20
| * | configure.ac: avoid GNU extension in "expr match" callMax Kellermann2011-01-071-1/+1
| * | configure.ac: disable the FFADO plugin by defaultMax Kellermann2010-12-222-1/+3
| * | add void casts to suppress "result unused" warnings (clang)Max Kellermann2010-12-213-3/+4
| * | decoder/mad: work around build failure on SolarisAlex Viskovatoff2010-12-212-2/+4
| * | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-212-1/+3
| * | audio_check: fix parameter in prototypeAlex Viskovatoff2010-12-212-1/+2
| * | Modify version string to post-release version 0.16.1~gitMax Kellermann2010-12-212-1/+4
* | | docs: mention 'sticker' idle eventAnton Khirnov2011-01-051-0/+6
* | | Build fix for Linux. Define _GNU_SOURCE in src/server_socket.c.Ben Kibbey2010-12-271-0/+5
* | | Makefile.am: generate doxygen.confMax Kellermann2010-12-243-4/+4
* | | stored_playlist: remove database lookups from spl_load()Max Kellermann2010-12-231-7/+1
* | | stored_playlist: ignore empty linesMax Kellermann2010-12-231-1/+1
* | | stored_playlist: use the text_file library to read linesMax Kellermann2010-12-231-6/+4
* | | playlist_song: add flag "secure"Max Kellermann2010-12-236-14/+24
* | | string_util: add function strchug_fast()Max Kellermann2010-12-237-10/+64
* | | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-239-36/+89
* | | decoder: new "pcm" decoder pluginMax Kellermann2010-12-224-0/+121
* | | configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-227-0/+49
* | | input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2010-12-222-42/+42
* | | input/cdda: support reading the whole discMax Kellermann2010-12-221-10/+8