2014-09-10 14:10:23 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Nested volatile can not be initialised in constexpr, so don't use it for
mutex and condvar.
|
2014-09-07 22:23:20 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.18.13:
ver 0.18.13 (2014/08/31)
* protocol
- don't change song on "seekcur" in random mode
* decoder
- dsdiff, dsf: fix endless loop on malformed file
- ffmpeg: support ffmpeg/libav version 11
- gme: fix song duration
* output
- alsa: fix endless loop at end of file in dsd_usb mode
* fix state file saver
* fix build failure on Darwin
|
2014-08-21 16:29:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Switch default-off ffmpeg option from ffmpeg1 to ffmpeg2.
Bump PKGREVISION anyway.
|
2014-08-21 14:14:16 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add upstream bug report URLs.
|
2014-08-12 01:09:46 by Thomas Klausner | Files touched by this commit (48) |
Log message:
Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
|
2014-08-05 21:25:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.18.12:
ver 0.18.12 (2014/07/30)
* database
- proxy: fix build failure with libmpdclient 2.2
- proxy: fix add/search and other commands with libmpdclient < 2.9
* decoder
- audiofile: improve responsiveness
- audiofile: fix WAV stream playback
- dsdiff, dsf: fix stream playback
- dsdiff: fix metadata parser bug (uninitialized variables)
- faad: estimate song duration for remote files
- sndfile: improve responsiveness
* randomize next song when enabling "random" mode while not playing
* randomize next song when adding to single-song queue
|
2014-07-02 16:02:38 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Bump PKGREVISION
* Install a configure file
|
2014-06-09 16:18:09 by Ryo ONODERA | Files touched by this commit (74) |
Log message:
Recursive revbump from pulseaudio-5.0
|
2014-05-20 10:41:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.18.11:
ver 0.18.11 (2014/05/12)
* decoder
- opus: fix missing song length on high-latency files
* fix race condition when using GLib event loop (non-Linux)
|
2014-05-16 02:33:47 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Makefile: mpd requires gcc>=4.6 (see src/Compiler.h)
Makefile: Enable MacOS X audio output on Darwin
patches/patch-src_output_HttpdOutputPlugin.cxx:
Fix compilation error on Mach-O systems (or at least on Darwin 9)
patches/patch-src_system_ByteOrder.hxx:
Fix compilation error on Darwin/ppc
|