summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-16configure.ac: don't disable C++ exceptionsMax Kellermann
2015-12-16db/DatabaseLock: add class ScopeDatabaseUnlockMax Kellermann
2015-12-16db/simple: use class ScopeDatabaseLockMax Kellermann
2015-12-16db/DatabaseLock: add ScopeDatabaseLock::unlock()Max Kellermann
2015-12-16python/libs: upgrade CURL to 7.46.0Max Kellermann
2015-12-16python/libs: upgrade FFmpeg to 2.8.3Max Kellermann
2015-12-16python/libs: upgrade opus to 1.1.1Max Kellermann
2015-12-16python/boost: use shutil.copytree()Max Kellermann
2015-12-15Merge tag 'v0.19.12'Max Kellermann
2015-12-15release v0.19.12v0.19.12Max Kellermann
2015-12-15fix mpd crash on invalid utf8 stream titleBenno Fünfstück
2015-12-15docs: add vlc and mpv to the list of example applicationsBen Boeckel
2015-12-15fix LimitRTTIME in systemd unit fileChristian Hesse
2015-12-15Makefile.am: fix static build with alsaJörg Krause
2015-11-23{android,win32}/build.py: move code to python/build/libs.pyMax Kellermann
2015-11-23{android,win32}/build.py: move code to python/build/dirs.pyMax Kellermann
2015-11-21win32/build.py: move class ZlibProject to build/zlib.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class FfmpegProject to build/ffmpeg.pyMax Kellermann
2015-11-21{android,win32}/build.py: FfmpegProject detects CPU and OSMax Kellermann
2015-11-21{android,win32}/build.py: move class BoostProject to build/boost.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class AutotoolsProject to build/autotools.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class Project to build/project.pyMax Kellermann
2015-11-20{android,win32}/build.py: add tarball_path and src_path to toolchain classMax Kellermann
2015-11-20win32/build.py: restore option "out_of_tree"Max Kellermann
2015-11-20{android,win32}/build.py: move common code to python/build/Max Kellermann
2015-11-20{android,win32}/build.py: fix missing renameMax Kellermann
2015-11-20{android,win32}/build.py: add toolchain classesMax Kellermann
2015-11-17{android,win32}/build.py: upgrade FFmpeg to 2.8.2Max Kellermann
2015-11-13command/other: re-allow "lsinfo /"Max Kellermann
2015-11-13command/queue: use StringIsEqual() instead of memcmp()Max Kellermann
2015-11-13queue/Save: fix "Malformed playlist line in state file"Max Kellermann
2015-11-13player/Control: add code commentsMax Kellermann
2015-11-11player/Control: Seek*() returns Error informationMax Kellermann
2015-11-11decoder/Control: Seek() returns Error informationMax Kellermann
2015-11-11queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann
2015-11-11command/CommandError: send verbose error message to clientMax Kellermann
2015-11-11PlaylistError: remove unused code "ERRNO"Max Kellermann
2015-11-11decoder/Control: State::ERROR is illegalMax Kellermann
2015-11-11decoder/Control: use switch/case in Seek()Max Kellermann
2015-11-11player/Control: use class ScopeLockMax Kellermann
2015-11-11player/Control: move code to ClearError()Max Kellermann
2015-11-11player/Control: move code to SeekLocked()Max Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann
2015-11-11db/simple: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann
2015-11-11util/StringPointer: add method empty()Max Kellermann
2015-11-10Main: fix build failure on non-Linux systemsMichael Paquier
2015-11-10configure.ac: prepare for 0.19.12Max Kellermann
2015-11-06util/StringView: add method Literal()Max Kellermann
2015-11-06util/StringCompare: use StringView to simplify inline implementationsMax Kellermann