summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-17Merge branch 'exp2' of git://github.com/neheb/MPDHEADmasterMax Kellermann
2021-08-16constexpr/std::array conversionsRosen Penev
2021-08-16constexpr global variable conversionRosen Penev
2021-08-16clang-tidy: use defaultRosen Penev
2021-08-10time/FileTime: move code to SystemClock.hxxMax Kellermann
2021-08-10time/FileTime: add ChronoToFileTime()Max Kellermann
2021-08-10time/FileTime: preserve the FILETIME resolutionMax Kellermann
2021-08-10time/FileTime: add FileTimeToChronoDuration()Max Kellermann
2021-08-10time/FileTime: allow negative timesMax Kellermann
2021-08-10time/FileTime: use uint_least64_tMax Kellermann
2021-08-10test/time/TestFileTime: new unit testMax Kellermann
2021-08-10test/time/TestISO8601: disable on Windows for nowMax Kellermann
2021-08-10python/meson: set exe_wrapper=wine for Windows buildsMax Kellermann
2021-08-10python/meson: set needs_exe_wrapper=true only for Android targetsMax Kellermann
2021-08-10python/meson: split the f.write() call and use f-stringsMax Kellermann
2021-08-10python/project: re-add support for version suffixMax Kellermann
2021-08-10output/wasapi: check ENABLE_DSD before setting dsd_modeMax Kellermann
2021-08-10test/meson.build: add missing dependencies on libfmtMax Kellermann
2021-08-10output/pipewire: append output name to PW node nameMax Kellermann
2021-08-10output/pipewire: add config option "remote"Max Kellermann
2021-08-10output/pipewire: allow specifying a target by its nameMax Kellermann
2021-08-10output/pipewire: create inactive stream, fill ring_buffer firstMax Kellermann
2021-08-10output/pipewire: wait for buffer to fill before resumingMax Kellermann
2021-08-10output/pipewire: smaller ring buffer, 500ms should be enoughMax Kellermann
2021-08-10output/pipewire: add type alias for boost::lockfree::spsc_queueMax Kellermann
2021-08-10output/pipewire: update `nbytes` after calling PcmSilence()Max Kellermann
2021-08-10output/pipewire: call pw_stream_flush() only if really drainingMax Kellermann
2021-08-09output/pipewire: reset the "paused" flagMax Kellermann
2021-08-06Merge tag 'v0.22.10'Max Kellermann
2021-08-06release v0.22.10v0.22.10Max Kellermann
2021-08-06mixer/alsa: use cached values to work around rounding errorsMax Kellermann
2021-08-06mixer/alsa: skip the snd_mixer_handle_events() call in alsa_mixer_elem_callba...Max Kellermann
2021-08-06mixer/alsa: move alsa_mixer_elem_callback() into the AlsaMixer classMax Kellermann
2021-08-06mixer/alsa: move code to GetPercentVolume()Max Kellermann
2021-08-06mixer/alsa: move code to NormalizedToPercent()Max Kellermann
2021-08-06mixer/alsa: move code to GetNormalizedVolume()Max Kellermann
2021-08-06build/openssl: pass --cross-compile-prefix to ./ConfigureMax Kellermann
2021-08-06build/openssl: pass RANLIB=... to "make install"Max Kellermann
2021-08-06python/build/libs.py: update OpenSSL to 3.0.0-beta2Max Kellermann
2021-08-06python/build/libs.py: update CURL to 7.78.0Max Kellermann
2021-08-06doc/plugins.rst: move filter graph URL to ffmpeg.orgMax Kellermann
2021-08-05db/simple: prune CUE entries from database for non-existent songsMax Kellermann
2021-08-05db/update/Playlist: prepend "../" only for relative URIsMax Kellermann
2021-08-05fs/Traits: add PathTraitsUTF8::IsAbsoluteOrHasScheme()Max Kellermann
2021-08-05db/simple/Directory: remove obsolete API docMax Kellermann
2021-08-05decoder/Bridge: call UpdateStreamTag() only if there is no pending seekMax Kellermann
2021-08-05tag/Tag: add Merge() which takes Tag pointersMax Kellermann
2021-08-05tag/Tag: Merge() returns Tag, MergePtr() returns std::unique_ptr<Tag>Max Kellermann
2021-08-05output/oss: enable DoPConstantin Fuerst
2021-08-05output/oss: replace the AudioFormat field with 3 raw OSS integersMax Kellermann