summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-23TagAny: invoke ScanGenericTags() on remote filesMax Kellermann
2021-06-22Main: use AtScopeExit() to call ZeroconfDeinit()Max Kellermann
2021-05-31decoder/ffmpeg: fix build failure with FFmpeg 3.4Max Kellermann
2021-05-31decoder/ffmpeg: suppress -Wunused with libavformat<58.6.100Max Kellermann
2021-05-31db/proxy: suppress -Wunused with libmpdclient<2.12Max Kellermann
2021-05-27input/last: call Close() in Open()Max Kellermann
2021-05-27input/last: clear "uri" field in Close()Max Kellermann
2021-05-26decoder/ffmpeg: support the tags "album-sort", "artist-sort"Max Kellermann
2021-05-26decoder/ffmpeg: support the "sort_album" tagMax Kellermann
2021-05-26decoder/ffmpeg: add commentMax Kellermann
2021-05-26decoder/ffmpeg: remove "year" tagMax Kellermann
2021-05-26decoder/ffmpeg: fix ArtistSort and AlbumArtistSort mappingMax Kellermann
2021-05-25db/update/Walk: load all .mpdignore files of all parent directoriesMax Kellermann
2021-05-25db/update/Walk: move code to LoadExcludeList()Max Kellermann
2021-05-25zeroconf/AvahiPoll: the struct timeval is an absolute time pointMax Kellermann
2021-05-25zeroconf/AvahiPoll: move code to Schedule()Max Kellermann
2021-05-25zeroconf/AvahiPoll: rename "timer" to "event"Max Kellermann
2021-05-25decoder/mad: move variable declaration into "case"Max Kellermann
2021-05-25zeroconf/avahi: move variable declaration into "case"Max Kellermann
2021-05-25subprojects/sqlite3.wrap: add SQLite wrapMax Kellermann
2021-05-25sticker/Database: pass NarrowPath to sqlite3_open()Max Kellermann
2021-05-25lib/sqlite/meson.build: add missing external dependency on libsqliteMax Kellermann
2021-05-25util/RuntimeError: Disable format-security for gccNamkhai B
2021-05-22input/last: add nullptr check to Open(), fixes assertion failureMax Kellermann
2021-05-19CommandLine: update copyright year in --version outputMax Kellermann
2021-05-19client/Response, command/file: use %lu instead of %zu on WindowsMax Kellermann
2021-05-19meson.build: define NOUSER on Windows for lighter windows.hMax Kellermann
2021-05-19win32/HResult: un-inline HRESULTToString() to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: un-inline the Windows version to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: use defaulted move constructorMax Kellermann
2021-05-19fs/Glob: remove redundant #ifdefsMax Kellermann
2021-05-19win32, ...: avoid including windows.hMax Kellermann
2021-05-19output/wasapi: use "%lu" in log callsMax Kellermann
2021-05-19util/RuntimeError: disable -Wformat-security as a kludgeMax Kellermann
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-05-18command/file: cache the last "albumart" fileMax Kellermann
2021-05-18input/LastInputStream: new classMax Kellermann
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-05-17python/build/libs.py: update CURL to 7.76.1Max Kellermann
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-04-26output/control: add missing nullptr checksMax Kellermann
2021-04-15Revert "tag/Pool: use strncmp() without strlen() to compare strings"Max Kellermann
2021-03-13gme: add support for rsn filesJohn Regan
2021-03-13output/wasapi: use calculated new buffer instead old oneShen-Ta Hsieh
2021-03-10Added cross-origin header to http headers of the http output.bitkeeper
2021-03-10output/wasapi: implement Drain()Max Kellermann
2021-03-10output/wasapi: move the "is_started" flag to class WasapiOutputThreadMax Kellermann
2021-03-10output/wasapi: eliminate `friend` declarationMax Kellermann
2021-03-10output/wasapi: implement Cancel() properlyMax Kellermann
2021-03-10output/wasapi: add field `paused`Max Kellermann