Ryan Foster

Results 13 issues of Ryan Foster

### Description The beginInsertRows/endInsertRows calls seem to signal that the rowCount has changed, and that views should adjust accordingly. The isProcessing boolean changes the returned value of RemuxQueueModel::rowCount, which seems...

Bug Fix

Update all requirements to latest stable versions. Also, update the README to just point to requirements.txt instead of having to update it every time. I ran a test run on...

### Description Note that there is a bug in curl that can prevent curl from successfully interpreting a fully downloaded file as completed. The bug was fixed on October 30,...

enhancement

### Description Add the ability to edit a channel's Slowmode delay. **Note: This requires the bot to have the "Manage Channels" permission on the server.** This uses the Discord Slowmode...

### Description The code prior to this change would never add virtualcam.c to the win-dshow target, which resulted in the virtualcam_output not being registered and thus Virtual Camera not working....

Bug Fix
Windows

### Description Update libnsgif to from some ancient version to 1.0.0. ### Motivation and Context Wanted to attempt to update this while tackling #10993. ### How Has This Been Tested?...

Enhancement

### Description Increase the column limit in clang-format from 80 to 120. ### Motivation and Context Want to have longer lines. Others have asked us to use longer lines. ###...

Code Cleanup

### Description This PR makes a few changes. 1. Explicitly use std::min 2. Explicitly use std::max 3. Set `NOMINMAX` as a default compile definition on Windows to prevent defining min/max...

Code Cleanup

### Description We know this is the minimum version that we require, so we can just fail during configure if somehow an older version is found. ### Motivation and Context...

### Description Update SVT-AV1 to 3.0.0. SVT-AV1 3.0.0 no longer vendors cpuinfo (see [SVT-AV1 release notes](https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v3.0.0) and [the commit in question](https://gitlab.com/AOMediaCodec/SVT-AV1/-/commit/54ac9322e79508e6ef3474d77f8e32e4ca49b923)). They now use CMake's FetchContent by default, unless we...

enhancement