aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* update: refresh stats when database update is finishedMax Kellermann2009-01-132-0/+7
* configure.ac: detect libid3tag without pkg-configMax Kellermann2009-01-132-3/+9
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-134-5/+5
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-042-0/+9
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-042-7/+18
* NEWS: updated NEWS file for 0.14.1Max Kellermann2009-01-041-1/+10
* Check for pkg-config before using itQball Cow2009-01-041-0/+3
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* bonjour: fixed "unused parameter" warningsMax Kellermann2009-01-021-7/+13
* main: use g_setenv() instead of setenv()Max Kellermann2009-01-022-43/+1
* log: automatically append newlineMax Kellermann2009-01-021-2/+17
* tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen2009-01-021-2/+6
* mp4: support the writer/composer tagFrank Mulder2009-01-021-0/+2
* configure.ac: version number 0.14.1~gitMax Kellermann2009-01-022-1/+3
* MPD version 0.14release-0.14Avuton Olrich2008-12-252-6/+2
* Fix a few problems with the huge mpdconf update. There's alot of shift here, ...Avuton Olrich2008-12-241-72/+86
* doc: fix "playlistdelete" documentationMax Kellermann2008-12-241-2/+2
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-243-2/+20
* stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-241-1/+1
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* Makefile.am: fix sparse invocationMax Kellermann2008-12-241-1/+4
* added build test script "test.sh"Max Kellermann2008-12-241-0/+87
* mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-241-2/+2
* listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-241-1/+2
* Makefile.am: distribute only real scriptsMax Kellermann2008-12-241-1/+1
* Makefile.am: removed m4/* from EXTRA_DISTMax Kellermann2008-12-241-1/+3
* Makefile.am: don't add directory into EXTRA_DISTMax Kellermann2008-12-241-1/+1
* configure.ac: renamed shout optionsMax Kellermann2008-12-241-4/+4
* configure.ac: fix --enable-un documentationMax Kellermann2008-12-241-2/+2
* configure.ac: disable the mikmod plugin by defaultMax Kellermann2008-12-242-1/+2
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-243-5/+16
* client: always attempt to flush deferred buffersMax Kellermann2008-12-241-2/+11
* shout: fixed bad error message printoutViliam Mateicka2008-12-231-2/+2
* Build makefiles after checking available outputs and decoder pluginsQball Cow2008-12-221-10/+12
* Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-213-12/+0
|\
| * Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-203-12/+0
* | Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-216-224/+295
|\ \
| * | Fix AUTHORS UTF-8 compliance.Avuton Olrich2008-12-211-1/+1
| |/
| * Huge mpdconf update.Avuton Olrich2008-12-201-175/+198
| * More clarification in the INSTALL fileAvuton Olrich2008-12-201-3/+4
| * Word wrap to 80 char linesAvuton Olrich2008-12-202-31/+60
| * Start off with a disclaimer about the NEWS file informationAvuton Olrich2008-12-201-0/+2
| * Clarify some very messy documentation in the installation.Avuton Olrich2008-12-201-8/+23
| * Update the text of the GPLv2, this fixes the address and a few other oddities.Avuton Olrich2008-12-201-14/+13
* | doc: clarify "user" setting (starting as root / unprivileged)Max Kellermann2008-12-202-5/+8
* | log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-201-3/+3
|/
* MPD version 0.14~beta3release-0.14_beta3Avuton Olrich2008-12-201-1/+1
* configure.ac: check lame availability before shout_mp3 testMax Kellermann2008-12-171-5/+5
* configure.ac: disable shout when no encoder is foundMax Kellermann2008-12-171-12/+10