aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-014-11/+90
* sticker: pass const sticker to sticker_foreach()Max Kellermann2009-04-012-4/+4
* client, event_pipe: explicitly ignore the write() resultMax Kellermann2009-04-012-2/+2
* socket_util: fixed format warningMax Kellermann2009-04-011-1/+1
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-011-2/+2
* test.sh: disable libcue support in one testMax Kellermann2009-04-011-0/+1
* test.sh: added variable MAKEMax Kellermann2009-04-011-12/+14
* Merge branch 'master' of git://git.musicpd.org/jrk/mpdMax Kellermann2009-04-015-17/+359
|\
| * Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-311-4/+32
| * track length is computed correctly nowJochen Keil2009-03-311-2/+1
| * free previously allocated flac metadata objectJochen Keil2009-03-311-0/+1
| * remove old commented codeJochen Keil2009-03-311-8/+0
| * Configure/Make dependencies for cue/cue_tag.h/.cJochen Keil2009-03-312-3/+29
| * Build tags from information in cue sheetsJochen Keil2009-03-312-0/+296
* | configure: remove --*-mp3, it is broken and not worth supportingAvuton Olrich2009-04-011-6/+0
* | news: add more miscellaneous missing newsAvuton Olrich2009-04-011-3/+12
* | news: move supports a rangeAvuton Olrich2009-04-011-1/+1
* | news: add pulseaudio mixerAvuton Olrich2009-04-011-1/+3
* | news: Add consume and single commandsAvuton Olrich2009-04-011-2/+5
* | news: trivial modification to make the date line the same as the othersAvuton Olrich2009-03-311-1/+1
|/
* do not consider single mode with "next" commandRomain Bignon2009-03-311-0/+7
* exconf: Fix spacingAvuton Olrich2009-03-301-0/+3
* client: group static function declarations together.Avuton Olrich2009-03-301-6/+5
* queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich2009-03-302-13/+9
* queue: queue_generate_id() is not necessary for export.Avuton Olrich2009-03-302-7/+4
* player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich2009-03-302-10/+0
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-302-3/+1
* command: command_error() is not necessary for export.Avuton Olrich2009-03-302-4/+1
* client: client_write() does not necessary for export.Avuton Olrich2009-03-302-6/+4
* implemented the 'consume' modeRomain Bignon2009-03-308-15/+103
* configure.ac: fix error on disabled featuresMax Kellermann2009-03-291-1/+1
* exconf: update mixer documentation.Avuton Olrich2009-03-291-7/+12
* exconf: The usual defaults updates.Avuton Olrich2009-03-291-60/+65
* exconf: Comment formerly required files.Avuton Olrich2009-03-291-4/+4
* exconf: Merge required files with optional.Avuton Olrich2009-03-291-5/+1
* configure.ac: use more MPD_AUTO_PKG()Max Kellermann2009-03-281-86/+83
* configure.ac: added M4 function MPD_AUTO_PKG() for ALSAMax Kellermann2009-03-282-6/+12
* Makefile.am: use PULSE_CFLAGS and PULSE_LIBSMax Kellermann2009-03-282-4/+4
* Makefile.am: use JACK_CFLAGS and JACK_LIBSMax Kellermann2009-03-282-5/+4
* Makefile.am: use SAMPLERATE_CFLAGS and SAMPLERATE_LIBSMax Kellermann2009-03-282-4/+9
* configure.ac: removed debug lineMax Kellermann2009-03-281-1/+0
* configure.ac: fail when ALSA is enabled but not foundMax Kellermann2009-03-282-4/+49
* Bugfix for time/offset in flac pluginJochen Keil2009-03-281-3/+3
* mixer: assert that the new volume value is validMax Kellermann2009-03-273-7/+2
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-271-3/+3
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-273-15/+100
* mpcdec: no CamelCaseMax Kellermann2009-03-271-57/+65
* tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann2009-03-271-1/+3
* tag_pool: use size_t for string lengthMax Kellermann2009-03-272-4/+4
* configure.ac: require GLib 2.6Max Kellermann2009-03-271-2/+2