- 26 Oct, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This reverts commit d7d9dbd2 by reimplementing it with the current MPD API. 3 years ago, I was wrong about the "embcue" plugin being able to replace this one, because "embcue" reads a tag named "CUESHEET", while this plugin reads the "CUESHEET" FLAC metablock. There's an important difference between those two!
-
- 22 Oct, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Avoids the recursion in LoadFile().
-
- 21 Oct, 2015 1 commit
-
-
Andreas Mair authored
-
- 20 Oct, 2015 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Avoid duplicate AllocatedPath::FromUTF8() invocations in two callers.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2015 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allocate the frame pointers only when actually decoding the file.
-
Max Kellermann authored
-
- 16 Oct, 2015 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Oct, 2015 1 commit
-
-
Max Kellermann authored
-
- 30 Sep, 2015 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This should not be necessary if libgme was built properly, and it may break the build with libc++.
-
Anthony DeRossi authored
Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729
-
Anthony DeRossi authored
bind fails with an "address already in use" error if the socket path already exists. This was broken by cbb595ba.
-
Anthony DeRossi authored
This was broken by 4f29034f.
-
- 17 Sep, 2015 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The Mutex and Cond constructors are only "constexpr" with glibc, and this is what this #ifdef is about.
-
François Revol authored
Also uses the notification system to display tags.
-
François Revol authored
-
François Revol authored
-
François Revol authored
Since we do not handle B_QUIT_REQUESTED because the BApplication does not Run(), use the background flag to avoid showing up in Deskbar.
-
François Revol authored
-
François Revol authored
3D version reinterpreted from the official 2D design, reusing existing Haiku icons. Icon-O-Matic source file. Same as data/artwork/icons/App_MusicPD in the Haiku tree as of hrev47609.
-
François Revol authored
-
François Revol authored
Haiku has struct ucred but no SO_PASSCRED (yet).
-
François Revol authored
Haiku does not dump core, it just starts the debugger.
-
François Revol authored
-