aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-13command/other: re-allow "lsinfo /"Max Kellermann1-1/+8
2015-11-13command/queue: use StringIsEqual() instead of memcmp()Max Kellermann1-1/+2
2015-11-13queue/Save: fix "Malformed playlist line in state file"Max Kellermann1-1/+1
2015-11-13player/Control: add code commentsMax Kellermann1-0/+4
2015-11-11player/Control: Seek*() returns Error informationMax Kellermann3-11/+18
2015-11-11decoder/Control: Seek() returns Error informationMax Kellermann3-5/+18
2015-11-11queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann5-48/+78
2015-11-11command/CommandError: send verbose error message to clientMax Kellermann1-22/+55
2015-11-11PlaylistError: remove unused code "ERRNO"Max Kellermann2-5/+0
2015-11-11decoder/Control: State::ERROR is illegalMax Kellermann1-1/+2
2015-11-11decoder/Control: use switch/case in Seek()Max Kellermann1-2/+13
2015-11-11player/Control: use class ScopeLockMax Kellermann2-36/+19
2015-11-11player/Control: move code to ClearError()Max Kellermann2-6/+6
2015-11-11player/Control: move code to SeekLocked()Max Kellermann2-5/+14
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann9-44/+44
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann4-41/+30
2015-11-11db/simple: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann2-21/+20
2015-11-11util/StringPointer: add method empty()Max Kellermann1-0/+6
2015-11-06util/StringView: add method Literal()Max Kellermann1-2/+12
2015-11-06util/StringCompare: use StringView to simplify inline implementationsMax Kellermann2-31/+14
2015-11-06playlist/soundcloud: make key_str "static const"Max Kellermann1-1/+1
2015-11-06db/update/InotifyQueue: use StringAfterPrefix()Max Kellermann1-6/+6
2015-11-06input/alsa: use StringAfterPrefix()Max Kellermann1-3/+2
2015-11-06util/UriUtil: use StringAfterPrefix() instead of memcmp()Max Kellermann1-9/+9
2015-11-06util/UriUtil: move code to SkipUriScheme()Max Kellermann1-6/+15
2015-11-06util/UriUtil: make variables more localMax Kellermann1-7/+4
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann13-16/+37
2015-11-06util/StringCompare: use strncmp() instead of memcmp() in StringStartsWith()Max Kellermann2-3/+4
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann30-153/+232
2015-11-06tag/id3: convert path from "wchar_t*" to "char*" for error messageMax Kellermann1-1/+3
2015-11-05player/Thread: call DecoderCommand::SEEK only on existing decoderMax Kellermann1-17/+22
2015-11-05player/Thread: move code to WaitDecoderStartup()Max Kellermann1-7/+21
2015-11-05player/Thread: move player_command_finished() to PlayerControlMax Kellermann2-12/+10
2015-11-05player/Thread: copy pc.seek_time in ActivateDecoder()Max Kellermann1-2/+1
2015-11-05player/Control: initialize seek_time in EnqueueSongLocked()Max Kellermann2-6/+3
2015-10-28player/Thread: remove decoder error check from ActivateDecoder()Max Kellermann1-37/+8
2015-10-28player/Thread: rename WaitForDecoder() to ActivateDecoder()Max Kellermann1-10/+15
2015-10-27player/Thread: move code to ForwardDecoderError()Max Kellermann1-6/+22
2015-10-27player/Thread: clear pc.next_song earlier in WaitForDecoder()Max Kellermann1-4/+3
2015-10-27player/Control: use CANCEL to clear next_song in Seek()Max Kellermann1-1/+5
2015-10-27player/Thread: merge the cross_fading flag into enum CrossFadeStateMax Kellermann1-22/+25
2015-10-27player/Thread: move ResetCrossFade() calls to where pipes are setMax Kellermann1-3/+8
2015-10-27player/Thread: add method ResetCrossFade()Max Kellermann1-2/+10
2015-10-27player/Thread: more CrossFadeState documentationMax Kellermann1-1/+16
2015-10-27player/Thread: automatic CrossFadeState enum valuesMax Kellermann1-4/+4
2015-10-27player/Thread: move enum CrossFadeState into the Player classMax Kellermann1-7/+5
2015-10-27command/queue: add range parameter to plchanges and plchangesposidMax Kellermann6-17/+52
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann6-2/+201
2015-10-27AudioFormat: define that channel order follows the FLAC conventionMax Kellermann1-2/+13
2015-10-26gme: don't loop forever, fall back to GME's default play lengthMax Kellermann1-3/+3