summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21release v0.21.26v0.21.26v0.21.xMax Kellermann
2020-09-21archive/iso9660: fix odd seeking bug (assertion failure)Max Kellermann
2020-09-21archive/iso9660: remove unused macro CEILING()Max Kellermann
2020-09-21util/ByteOrder: add FromLE16S()Max Kellermann
2020-09-21Support opus header gain tags and match opus playback volume to other tracks ...Desuwa
2020-09-21fix double promotionsRosen Penev
2020-09-17db/update/InotifyUpdate: pass path by value to recursive_watch_subdirectories()Max Kellermann
2020-09-17db/update/InotifyUpdate: obey `.mpdignore` filesMax Kellermann
2020-09-16db/update/InotifyUpdate: split the WatchDirectory constructorMax Kellermann
2020-09-16db/update/InotifyUpdate: use class DirectoryReaderMax Kellermann
2020-09-16db/update/InotifyUpdate: convert pointer to referenceMax Kellermann
2020-09-16db/update/InotifyUpdate: remove commented log callMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-09-16db/update/InotifySource: use `auto`Max Kellermann
2020-09-16db/update/InotifySource: add `noexcept`Max Kellermann
2020-09-16db/update/InotifyQueue: add `noexcept`Max Kellermann
2020-09-16db/update/Inotify*: include cleanupMax Kellermann
2020-09-16player/Thread: call OnPlayerSync() in SeekDecoder()Max Kellermann
2020-09-16player/Thread: add another code comment explaining OnPlayerSync()Max Kellermann
2020-09-16player/Thread: update function name in commentMax Kellermann
2020-09-16LogBackend: change the initial log_threshold to DEFAULTMax Kellermann
2020-09-16decoder/ffmpeg: add "hls+http://" to the list of supported protocolsMax Kellermann
2020-09-16decoder/ffmpeg: remove "rtsp://" from the list of supported protocolsMax Kellermann
2020-09-07archive/iso9660: implement seekingMax Kellermann
2020-09-07archive/iso9660: fix unaligned readsMax Kellermann
2020-09-07test/test_archive_iso9660.sh: use an odd chunk size to trigger bugMax Kellermann
2020-09-07test/run_input: add option --chunk-sizeMax Kellermann
2020-09-07test/run_input: pass FileDescriptor to dump_input_stream()Max Kellermann
2020-09-07system/FileDescriptor: add method FullWrite()Max Kellermann
2020-09-07*: use nullptr instead of NULLMax Kellermann
2020-09-07io/FileDescriptor: add method FullRead()Max Kellermann
2020-09-07test/run_filter: use Filter::Flush()Max Kellermann
2020-09-07test/run_filter: pass ConstBuffer<void> to FullWrite()Max Kellermann
2020-09-07test/run_filter: fix error messageMax Kellermann
2020-09-07test/run_filter: check for partial writesMax Kellermann
2020-09-07test/run_filter: move code to WriteOrThrow()Max Kellermann
2020-09-07test/run_filter: use class FileDescriptorMax Kellermann
2020-09-07test/run_filter: ensure that partial frames will not get passed to the filterMax Kellermann
2020-09-07test/run_filter: move the buffer into the loopMax Kellermann
2020-09-07test/run_input: use WithBufferedOutputStream()Max Kellermann
2020-09-07test/run_input: convert pointer to referenceMax Kellermann
2020-09-04archive/iso9660: free iso9660_stat_t as early as possibleMax Kellermann
2020-09-04archive/bzip2: make variables more localMax Kellermann
2020-09-04archive/bzip2: move the eof check out of the ScopeUnlockMax Kellermann
2020-09-04archive/bzip2: throw on unexpected input EOFMax Kellermann
2020-09-04archive/bzip2: simplify bz_stream initializerMax Kellermann
2020-09-04archive/bzip2: fold Open() into constructorMax Kellermann
2020-09-04archive/bzip2: reorder fields to improve packingMax Kellermann
2020-09-04archive/bzip2: add `override`Max Kellermann
2020-09-04python/build/libs.py: update Boost to 1.74.0Max Kellermann