summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-11-01src/lib/ffmpeg/meson.build: copy dependencies into ffmpeg_depMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-31output/roar: removeMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-21decoder/Client: use std::chrono::duration<double> instead of raw `double`Max Kellermann
2018-09-02lib/dbus/ReadIter: switch off -Wshadow on GCC<8Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-20lib/nfs/Connection: add LstatThomas Guillem
2018-08-20Merge branch 'v0.20.x'Max Kellermann
2018-08-20lib/nfs/Connection: use nfs_stat64_asyncThomas Guillem
2018-08-17lib/curl/Easy: add curl_easy_escape() wrapperMax Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-02lib/icu: require at least version 50Max Kellermann
2018-08-02decoder/ffmpeg: require at least version 11.12Max Kellermann
2018-08-02lib/systemd/Watchdog: implement the systemd watchdog protocolMax Kellermann
2018-08-02Merge branch 'v0.20.x'Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2018-08-02lib/icu/Init: add class ScopeIcuInitMax Kellermann
2018-08-02lib/icu/Init: add "noexcept"Max Kellermann
2018-08-01Main: move libdbus cleanup to class ODBus::ScopeInitMax Kellermann
2018-07-26input/qobuz: initialize the libgcrypt libraryMax Kellermann
2018-07-26lib/gcrypt/MD5: move code to util/HexFormat.cxxMax Kellermann
2018-07-26lib/gcrypt/MD5: return a StringBufferMax Kellermann
2018-07-26lib/gcrypt/MD5: move code to Hash.hxxMax Kellermann
2018-07-26lib/gcrypt/MD5: relicense to BSD-2Max Kellermann
2018-07-19fs/io/OutputStream: relicense under BSD-2Max Kellermann
2018-07-07decoder/flac: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/flac: move flac_sample_format() to FlacAudioFormat.hxxMax Kellermann
2018-07-07lib/xiph/FlacStreamMetadata: move code to Scan(FLAC__StreamMetadata_StreamInfo)Max Kellermann
2018-07-07decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxxMax Kellermann
2018-07-07lib/xiph/FlacMetadataChain: un-inline Read(InputStream)Max Kellermann
2018-07-07decoder/flac: move class FlacMetadataChain to separate sourceMax Kellermann
2018-07-07decoder/flac: move FlacIOHandle.?xx to lib/xiph/Max Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: disallow copyingMax Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: reuse default constructorMax Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: proper CamelCaseMax Kellermann
2018-07-07decoder/flac: move class FLACMetadataIterator to separate sourceMax Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06input/curl: use new class HttpStatusErrorMax Kellermann
2018-07-06lib/nfs/Connection: use new class NfsClientErrorMax Kellermann
2018-07-06util/StringFormat: new utility libraryMax Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-06-04storage/udisks: new pluginMax Kellermann
2018-06-04lib/dbus/AsyncRequest: add missing includeMax Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)Max Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)Max Kellermann
2018-06-04neighbor/udisks: move ParseObject() to UDisks2.cxxMax Kellermann
2018-06-04neighbor/udisks: move struct UdisksObject to UDisks2.hxxMax Kellermann
2018-06-04neighbor/Iter: add missing includeMax Kellermann
2018-06-04lib/dbus/AsyncRequest: new helper classMax Kellermann