- 26 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allow building a smaller MPD binary for people who don't need DSD.
-
- 24 Sep, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2014 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 04 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 31 Aug, 2014 1 commit
-
-
Max Kellermann authored
The standard has been renamed since the early draft that was implemented in MPD.
-
- 26 Aug, 2014 1 commit
-
-
Max Kellermann authored
For type safety and code readability.
-
- 19 Aug, 2014 1 commit
-
-
Max Kellermann authored
Reduce header dependencies.
-
- 18 Aug, 2014 2 commits
-
-
Max Kellermann authored
Generate more detailed error messages.
-
Max Kellermann authored
Eliminate duplicate definition (in input plugin and decoder plugin).
-
- 12 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Aug, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2014 6 commits
-
-
Andrée Ekroth authored
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
-
Max Kellermann authored
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
libfs.a depends on libsystem.a.
-
Max Kellermann authored
Eliminate duplicate code.
-
- 06 Aug, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Aug, 2014 2 commits
-
-
François Revol authored
It happened to me when doing the Haiku port, src/mpd failed to be relinked properly when editing source files, and likely also happens on win32, although I didn't try this change. When building for windows, src_mpd_DEPENDENCIES is overriden. Automake then disables the default version which contains all the static libraries. In Makefile.in: @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \ Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this.
-
Max Kellermann authored
-
- 30 Jul, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes breakage by commit 1a619522
-
Max Kellermann authored
Invoke "ant" when a Java source is modified.
-
Max Kellermann authored
-
Max Kellermann authored
Missing piece from commit e0ca4347
-
Max Kellermann authored
-
- 14 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Jul, 2014 1 commit
-
-
Max Kellermann authored
Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005.
-
- 09 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Jul, 2014 1 commit
-
-
Max Kellermann authored
-