summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-11-20lib/xiph/VorbisComments: move to separate static libraryMax Kellermann
2019-11-20lib/xiph/VorbisComments: disable VorbisCommentToReplayGain() if Vorbis is dis...Max Kellermann
2019-11-04lib/icu/Converter: Create() returns std::unique_ptrMax Kellermann
2019-11-04Merge branch 'v0.21.x'Max Kellermann
2019-11-04lib/sqlite: disable if -Ddatabase=falseMax Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-15lib/curl/Escape: add CurlUnescape()Max Kellermann
2019-10-15storage/curl: move code to EscapeUriPath()Max Kellermann
2019-10-15lib/curl/String: OO wrapper for allocated strings returned from CURLMax Kellermann
2019-10-07lib/icu: fix build with iconv()Andre Heider
2019-09-25curl/Easy: add SetReadFunction()Max Kellermann
2019-09-25curl/Easy: add Perform()Max Kellermann
2019-09-25curl/Easy: add SetTimeout()Max Kellermann
2019-08-26lib/curl: require CURL 7.33, remove bug workaroundMax Kellermann
2019-08-26lib/curl/Global: add missing includeMax Kellermann
2019-08-19lib/curl/Global: use `auto`Max Kellermann
2019-08-19lib/curl/Global: document ToRequest()Max Kellermann
2019-08-19lib/curl/Global: remove CURL* parameter from Add() and Remove()Max Kellermann
2019-08-19lib/curl/Easy: add constructor with URL parameterMax Kellermann
2019-08-19lib/curl/Easy: add getter functionsMax Kellermann
2019-08-19lib/curl/Easy: add method Unpause()Max Kellermann
2019-08-19lib/curl/Easy: add setter functionsMax Kellermann
2019-08-19lib/curl/Global: make ReadInfo() privateMax Kellermann
2019-08-19lib/curl/Global: remove redundant API docsMax Kellermann
2019-08-19lib/curl: fix coding styleMax Kellermann
2019-08-19util/PrintException, ...: update copyrightMax Kellermann
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-08-14lib/xiph/FlacMetadataIterator: add `noexcept`Max Kellermann
2019-08-14lib/xiph/{FlacStreamMetadata,VorbisComments}: merge redundant codeMax Kellermann
2019-08-14lib/xiph/FlacStreamMetadata: pass StringView to flac_scan_comment()Max Kellermann
2019-08-14lib/xiph/FlacStreamMetadata: properly convert entries to StringViewMax Kellermann
2019-08-14lib/crypto/MD5: add option to use libavutil instead of libgcryptMax Kellermann
2019-08-14decoder/{opus,vorbis}: support embedded pictures (METADATA_BLOCK_PICTURE)Max Kellermann
2019-08-14lib/crypto: add base64 wrapper using libavutilMax Kellermann
2019-08-14lib/gcrypt/MD5: add wrapper in lib/crypto/Max Kellermann
2019-08-14lib/xiph/VorbisComments: pass struct vorbis_comment instead of char**Max Kellermann
2019-08-14tag/VorbisComment: use struct StringViewMax Kellermann
2019-08-13lib/gcrypt/Hash: use the "algo" parameter instead of hard-coding MD5Max Kellermann
2019-08-13decoder/flac: support embedded pictures (FLAC__METADATA_TYPE_PICTURE)Max Kellermann
2019-08-09util/UriUtil: splitMax Kellermann
2019-08-06Merge tag 'v0.21.13'Max Kellermann
2019-08-06input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1Max Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-08-03switch to C++17Max Kellermann
2019-08-03Merge tag 'v0.21.12'Max Kellermann
2019-08-02lib/xiph/OggVisitor: invoke OnOggPacket() with the "E_O_S" packetMax Kellermann
2019-08-02lib/xiph/OggVisitor: more API documentationMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-05lib/icu/Compare: use StringIsEqualIgnoreCase()Max Kellermann
2019-07-05decoder/Bridge: add `noexcept`Max Kellermann