|
5121316036
|
input/async: add method IsPaused()
|
2014-09-02 20:02:56 +02:00 |
|
|
43da1686da
|
nfs/Connection: check for disappearing libnfs socket
|
2014-08-31 19:33:08 +02:00 |
|
|
6d643f92b7
|
nfs/Connection: use only BroadcastError()
Since BroadcastError() calls BroadcastMountError(), there's no need to
check mount_finished here.
|
2014-08-31 19:32:41 +02:00 |
|
|
559a01f585
|
nfs/Connection: nfs_get_fd() can return -1
While reconnecting to the NFS server, the socket is -1, because there
is no socket. Fixes a potential crash (assertion failure).
|
2014-08-31 19:08:26 +02:00 |
|
|
ba8e3f11e2
|
input/nfs: notify client on error
Fixes hanging NFS client.
|
2014-08-31 18:26:32 +02:00 |
|
|
fd8a53ca3d
|
nfs/Connection: use nfs_get_error() for mount error
|
2014-08-31 17:44:35 +02:00 |
|
|
8707aafaf7
|
nfs/Connection: fix assertion failure
|
2014-08-31 17:39:33 +02:00 |
|
|
e5a28bfd8d
|
output/alsa, pcm: rename "DSD over USB" to "DoP"
The standard has been renamed since the early draft that was
implemented in MPD.
|
2014-08-31 16:12:26 +02:00 |
|
|
6e04d66a35
|
Merge tag 'v0.18.13'
|
2014-08-31 15:03:34 +02:00 |
|
|
a26ead035a
|
PlaylistControl: use SeekSongOrder(current) to keep current song
The "current" attribute is a "song order", not a "song position".
This is usually the same - except in random mode. Fixes Mantis ticket
0004073.
|
2014-08-31 14:44:20 +02:00 |
|
|
704be54c3a
|
PlaylistControl: move code to new method SeekSongOrder()
|
2014-08-31 14:23:06 +02:00 |
|
|
2406152576
|
output/alsa: fix endless loop at end of file in dsd_usb mode
|
2014-08-31 14:01:57 +02:00 |
|
|
af260b5a64
|
output/{alsa,oss}: add assertions
|
2014-08-31 14:00:09 +02:00 |
|
|
26bef5d209
|
DecoderAPI: use std::min()
|
2014-08-31 08:27:51 +02:00 |
|
|
cd6e0ff88a
|
MusicChunk: remove special case for num_frames==0
Simply return an empty WritableBuffer, not a nulled one.
|
2014-08-31 08:26:03 +02:00 |
|
|
2ca979425f
|
MusicChunk: copy AudioFormat only when chunk is empty
|
2014-08-31 08:25:17 +02:00 |
|
|
8d822ebdb4
|
PlaylistMapper: pass the Storage::MapUTF() result to playlist_open_remote()
Finally allows loading playlist files on a storage plugin. Commit
297e2747 attempted to implement this, but failed due to this bug.
|
2014-08-30 01:02:24 +02:00 |
|
|
bc5b5afcbf
|
decoder/sndfile: refactor frame_to_time()
|
2014-08-30 00:53:14 +02:00 |
|
|
b373c53ce4
|
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
|
2014-08-30 00:46:52 +02:00 |
|
|
bc4b89c21a
|
Chrono: workaround for gcc 4.6 constexpr problems
|
2014-08-30 00:41:56 +02:00 |
|
|
e10c287c93
|
PlayerControl: make settings "const"
|
2014-08-30 00:28:02 +02:00 |
|
|
ce42d53a09
|
PlayerControl: update include guard
|
2014-08-30 00:27:01 +02:00 |
|
|
a4f9d6d98b
|
output/alsa: fix signed/unsigned comparison warning
|
2014-08-30 00:27:01 +02:00 |
|
|
eebd03701a
|
db/simple: fix build failure without zlib
|
2014-08-30 00:25:12 +02:00 |
|
|
d5287682d1
|
ArgParser: allow fractional seconds in ParseCommandArg(SongTime)
|
2014-08-29 23:46:38 +02:00 |
|
|
7c567e3cbd
|
CrossFade: pass total_time as SignedSongTime instance
|
2014-08-29 23:41:34 +02:00 |
|
|
58352ea69d
|
db/Stats: use std::chrono::duration for the total duration
Use milliseconds precision to reduce rounding errors.
|
2014-08-29 23:25:03 +02:00 |
|
|
de64b35359
|
db/upnp: use DatabaseStats::Clear()
|
2014-08-29 23:24:49 +02:00 |
|
|
7df8e1eab2
|
db/Count: use std::chrono::duration for the total time
Use milliseconds precision to reduce rounding errors.
|
2014-08-29 23:18:40 +02:00 |
|
|
8b62127770
|
decoder/gme: fix song duration
The unit of gme_info_t::length is milliseconds, not centiseconds.
|
2014-08-29 23:03:29 +02:00 |
|
|
3158955198
|
TagHandler: pass SongTime to duration()
|
2014-08-29 22:52:04 +02:00 |
|
|
d9d97bd17b
|
DecoderAPI: pass SignedSongTime to decoder_initialized()
|
2014-08-29 21:40:15 +02:00 |
|
|
94f6380d69
|
Chrono: add methods FromScale()
|
2014-08-29 21:38:08 +02:00 |
|
|
2ee821656f
|
Chrono: rename ToScale() parameter
|
2014-08-29 21:38:08 +02:00 |
|
|
7556abb92d
|
decoder/faad: bit_rate==0 is an error
|
2014-08-29 21:38:08 +02:00 |
|
|
9d3a85d434
|
MusicChunk: use SignedSongTime for the time stamp
|
2014-08-29 13:20:58 +02:00 |
|
|
147d301f10
|
MultipleOutputs: use SignedSongTime for elapsed_time
|
2014-08-29 13:20:58 +02:00 |
|
|
75a89c5983
|
PlayerThread: use SongTime for elapsed_time
|
2014-08-29 13:20:58 +02:00 |
|
|
2289968634
|
PlayerControl: use SignedSongTime for the song duration
|
2014-08-29 13:20:58 +02:00 |
|
|
ca252804c6
|
DecoderControl: use SignedSongTime for the song duration
|
2014-08-29 13:20:58 +02:00 |
|
|
7c25d83f1c
|
Tag: use SignedSongTime for the song duration
|
2014-08-29 13:20:58 +02:00 |
|
|
8ce30c6a69
|
Chrono: convert SongTime to SignedSongTime implicitly
|
2014-08-29 13:20:58 +02:00 |
|
|
9fcaff749f
|
Chrono: add SignedSongTime::FromS(unsigned)
|
2014-08-29 12:50:41 +02:00 |
|
|
3ac1475262
|
Chrono: add methods ToS(), RoundS()
|
2014-08-29 12:23:09 +02:00 |
|
|
ad64bab5b2
|
Chrono: add method SignedSongTime::Negative()
|
2014-08-29 12:18:13 +02:00 |
|
|
f02998b106
|
DecoderControl: use std::chrono::duration for start_ms and end_ms
|
2014-08-28 13:08:44 +02:00 |
|
|
127fe6ecf0
|
PlaylistEdit: pass std::chrono::duration to SetSongIdRange()
|
2014-08-28 13:03:18 +02:00 |
|
|
888ab0c89c
|
db/simple/Song: use std::chrono::duration for start_ms and end_ms
|
2014-08-28 13:03:18 +02:00 |
|
|
2efd8ef52d
|
db/LightSong: use std::chrono::duration for start_ms and end_ms
|
2014-08-28 13:03:18 +02:00 |
|
|
6ad933982f
|
DetachedSong: use std::chrono::duration for start_ms and end_ms
|
2014-08-28 13:03:18 +02:00 |
|