Age | Commit message (Collapse) | Author |
|
|
|
|
|
Make all the locks exception-safe.
|
|
Reduce header clutter.
|
|
Fixes build failure when Vorbis is disabled, but FLAC is enabled
(HAVE_XIPH is true, but HAVE_OGG is false).
|
|
|
|
release v0.19.17
|
|
|
|
For easier state management inside filter plugins.
|
|
|
|
Comes with a callback pointer instead of a virtual method, which
allows multiple instances in one class.
|
|
Replaces the old BoundMethod template.
|
|
release v0.19.16
|
|
|
|
Prepare to reuse the same code for a new Vorbis decoder plugin based
on libvorbis instead of libvorbisfile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some "ar" implementations don't allow empty archives, and failed to
build it. The real reason (which is hidden with GNU binutils) is that
our Makefile.am was incorrect, and didn't completely disable
libxiph.a.
See https://bugs.musicpd.org/view.php?id=4526
|
|
|
|
|
|
Will be needed to compile libxiph.a.
|
|
|
|
|
|
|
|
|
|
See https://bugs.musicpd.org/view.php?id=4523
|
|
Fix out-of-tree build by prepending $(srcdir)/, and change *.sh to
*.rb.
|
|
release v0.19.15
|
|
A complete list which replaces the incomplete list in the mpd.conf
manpage.
|
|
|
|
|
|
Obsoleted by commit d4d4d621
|
|
|
|
|
|
|
|
|
|
|
|
Use MaskMonitor to eliminate duplicate code.
|
|
|
|
|
|
|
|
|
|
|