aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-284-0/+231
* Update news with RVA2 and Audio archive support.Avuton Olrich2008-12-281-0/+5
* Add RVA2 tag support to MPDPauli Virtanen2008-12-281-0/+94
* notify: use GLib lockingMax Kellermann2008-12-273-27/+15
* output_control: no static "notify" initializationMax Kellermann2008-12-272-1/+5
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-271-1/+1
* configure.ac: fixed description to bzip2 compile optionViliam Mateicka2008-12-271-1/+1
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-271-20/+10
* cmdline: use GLib's option parserMax Kellermann2008-12-271-84/+75
* cmdline: use gboolean instead of intMax Kellermann2008-12-272-15/+15
* moved command line parser to cmdline.cMax Kellermann2008-12-274-137/+200
* Add an "Archive support" section to the configure results screen.Avuton Olrich2008-12-271-18/+21
* Change configure time option to be bzip2 rather than bz2.Avuton Olrich2008-12-271-1/+1
* Fix text string to show bz2 rather than rar.Avuton Olrich2008-12-271-1/+1
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-271-2/+3
* disable archive API without pluginsMax Kellermann2008-12-276-5/+43
* configure.ac: moved archive library checks to optionsMax Kellermann2008-12-271-14/+16
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-2725-30/+1638
|\
| * shout: fixed bad error message printoutViliam Mateicka2008-12-231-3/+3
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-164-0/+286
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-164-0/+222
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-164-0/+342
| * update: adding archive updating related codeViliam Mateicka2008-12-161-1/+64
| * song: adding support for songs in archivesViliam Mateicka2008-12-163-1/+39
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-162-0/+19
| * new archive api, input_archive streamViliam Mateicka2008-12-1611-2/+578
| * utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-093-11/+14
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-031-15/+74
* | Check for pkg-config before using itQball Cow2008-12-271-0/+3
* | Modify version string to post-release version 0.15~gitAvuton Olrich2008-12-252-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