Sven Göthel
Sven Göthel
Pardon my potentially convoluted pull request, Stephan. Was testing your excellent crc32 library on arm32 and arm64 and added a commandline tool. On the way, I removed some warnings and...
* Resolves: #9833 * Target version: master ### Summary (This commit is a WIP, pushed for discussion and to be amended!) - ProtocolHandlerInterface::checkTimeout(..) - Add bool return value: true ->...
### Is your feature request related to a problem? Issue #9621 resolved by pull request #9777 keeps connections alive to enhance performance. This may result in a shortage of available...
Change-Id: Ic53e554598302e0b5e67568c6b72b9be1bd890a4 * Resolves: #9772 * Target version: master ### Summary Initial integration of .clangd via `make gen-clangd` and vscode via `make gen-vscode`, for - compile_commands.json - already supported via...
VSCodium/clangd: Add generation of .clangd and .vscode files to ease editing via IDE/language-server
### Is your feature request related to a problem? To allow a fast forward utilization of clang language server IDE's like VSCodium, I like our build system to generate required...
This is updating my work as described in https://github.com/HandBrake/HandBrake/issues/1083#issuecomment-662757207, hence tackling issue 1083 https://github.com/HandBrake/HandBrake/issues/1083 I updates all my hw-encoder branches - hw-encoder-base - hw-encoder-nvenc - hw-encoder-vaapi and the fast-forward joint...
* Resolves: #10228 * Target version: master ### Summary The two seperate single non-recursive mutex _lockSocketPoll and _lock were required due to the recursive call from _lock protected code into...
* Resolves: #9833 * Target version: master ### Summary PR #9916 caused a regression, i.e. leading to 100% CPU utilization on idle, due to WebSocketHandler's checkTimeout not being called and...
* Resolves: #9989 * Target version: master ### Summary Only render invisible combined-tiles if IDLE As an attempt to increase responsiveness for client, we only send invisible requested combined-tiles if...
### Is your feature request related to a problem? Ram utilization shall be reduced for (big) data blobs like attachments. ### Describe the solution you'd like More efficient data blob...