| Commit message (Expand) | Author | Files | Lines |
2014-09-18 | db/proxy: support empty values in VisitUniqueTags() | Max Kellermann | 1 | -0/+9 |
2014-09-18 | OutputThread: retain negative mix ratio | Max Kellermann | 1 | -1/+10 |
2014-09-18 | command/list: reset used size after the list has been processed | Andrzej Rybczak | 1 | -0/+1 |
2014-09-16 | android/Bridge: add shutdown() | Thomas Guillem | 1 | -0/+9 |
2014-09-16 | CurlInputPlugin: fix crash after second init call | Thomas Guillem | 1 | -0/+1 |
2014-09-13 | thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD | Max Kellermann | 3 | -1/+29 |
2014-09-09 | decoder/ffmpeg: use memset() to initialize AVProbeData | Max Kellermann | 1 | -0/+6 |
2014-09-07 | decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11 | Max Kellermann | 1 | -0/+7 |
2014-09-07 | Decoder*: add more assertions | Max Kellermann | 2 | -0/+7 |
2014-09-07 | DecoderThread: clear the pipe when handling late SEEK | Max Kellermann | 1 | -1/+11 |
2014-09-06 | decoder/audiofile: fix crash after seeking | Max Kellermann | 1 | -1/+1 |
2014-09-05 | output/pulse: simplify _wait_for_operation() | Max Kellermann | 1 | -6/+3 |
2014-09-04 | protocol/ArgParser: fix integer overflow in parse_range() | Max Kellermann | 1 | -2/+2 |
2014-09-02 | input/nfs: auto-reconnect if failed while paused | Max Kellermann | 1 | -1/+46 |
2014-09-02 | input/async: add method IsPaused() | Max Kellermann | 1 | -0/+4 |
2014-08-31 | nfs/Connection: check for disappearing libnfs socket | Max Kellermann | 1 | -0/+18 |
2014-08-31 | nfs/Connection: use only BroadcastError() | Max Kellermann | 1 | -4/+1 |
2014-08-31 | nfs/Connection: nfs_get_fd() can return -1 | Max Kellermann | 1 | -0/+3 |
2014-08-31 | input/nfs: notify client on error | Max Kellermann | 1 | -0/+2 |
2014-08-31 | nfs/Connection: use nfs_get_error() for mount error | Max Kellermann | 1 | -2/+3 |
2014-08-31 | nfs/Connection: fix assertion failure | Max Kellermann | 1 | -1/+3 |
2014-08-31 | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 5 | -50/+50 |
2014-08-31 | PlaylistControl: use SeekSongOrder(current) to keep current song | Max Kellermann | 1 | -1/+1 |
2014-08-31 | PlaylistControl: move code to new method SeekSongOrder() | Max Kellermann | 2 | -7/+19 |
2014-08-31 | output/alsa: fix endless loop at end of file in dsd_usb mode | Max Kellermann | 1 | -0/+9 |
2014-08-31 | output/{alsa,oss}: add assertions | Max Kellermann | 2 | -0/+6 |
2014-08-31 | DecoderAPI: use std::min() | Max Kellermann | 1 | -3/+1 |
2014-08-31 | MusicChunk: remove special case for num_frames==0 | Max Kellermann | 2 | -6/+1 |
2014-08-31 | MusicChunk: copy AudioFormat only when chunk is empty | Max Kellermann | 1 | -4/+4 |
2014-08-30 | PlaylistMapper: pass the Storage::MapUTF() result to playlist_open_remote() | Max Kellermann | 1 | -1/+1 |
2014-08-30 | decoder/sndfile: refactor frame_to_time() | Max Kellermann | 1 | -8/+6 |
2014-08-30 | *: add missing Compiler.h includes | Max Kellermann | 21 | -0/+21 |
2014-08-30 | Chrono: workaround for gcc 4.6 constexpr problems | Max Kellermann | 1 | -4/+15 |
2014-08-30 | PlayerControl: make settings "const" | Max Kellermann | 1 | -2/+2 |
2014-08-30 | PlayerControl: update include guard | Max Kellermann | 1 | -2/+2 |
2014-08-30 | output/alsa: fix signed/unsigned comparison warning | Max Kellermann | 1 | -1/+1 |
2014-08-30 | db/simple: fix build failure without zlib | Max Kellermann | 1 | -1/+4 |
2014-08-29 | ArgParser: allow fractional seconds in ParseCommandArg(SongTime) | Max Kellermann | 1 | -4/+4 |
2014-08-29 | CrossFade: pass total_time as SignedSongTime instance | Max Kellermann | 3 | -4/+7 |
2014-08-29 | db/Stats: use std::chrono::duration for the total duration | Max Kellermann | 4 | -6/+11 |
2014-08-29 | db/upnp: use DatabaseStats::Clear() | Max Kellermann | 1 | -4/+1 |
2014-08-29 | db/Count: use std::chrono::duration for the total time | Max Kellermann | 1 | -6/+9 |
2014-08-29 | decoder/gme: fix song duration | Max Kellermann | 1 | -1/+1 |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 22 | -66/+81 |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 25 | -130/+157 |
2014-08-29 | Chrono: add methods FromScale() | Max Kellermann | 1 | -0/+24 |
2014-08-29 | Chrono: rename ToScale() parameter | Max Kellermann | 1 | -4/+4 |
2014-08-29 | decoder/faad: bit_rate==0 is an error | Max Kellermann | 1 | -4/+4 |
2014-08-29 | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | 5 | -10/+12 |
2014-08-29 | MultipleOutputs: use SignedSongTime for elapsed_time | Max Kellermann | 3 | -10/+11 |