Rodney

Results 51 issues of Rodney

### Description This PR adds libobs plumbing for profiling the performance of individual sources. - [x] OpenGL (works on NVIDIA and AMD on Windows, does not work on macOS (Apple...

Enhancement
Seeking Testers
New Feature

### Description Adds a mechanism to resynchronise grouped encoders if keyframes are no longer aligned to the same PTS interval. Resynchronisation works by determining a future PTS all encoders are...

Bug Fix
Enhancement

### Description This RFC intends to facilitate discussion to find a way to move away from storing codec identifiers as strings. This is to avoid string comparisons and remove some...

### Description Removes FTL output, services, etc. ### Motivation and Context Per https://github.com/obsproject/obs-studio/discussions/4021 removal is due soon™ This PR shall also serve as a reminder for any services that still...

Code Cleanup
Services

### Description If the audio packet chosen for A/V sync is the start of the encoded bitstream also include all previous audio packets to ensure all "priming" samples are included....

Enhancement

### Description Remove a whole bunch of things that have been deprecated anywhere between 10 years and 5 months ago. ### Motivation and Context We're bad at removing stuff. Let's...

Code Cleanup
Seeking Testers

### Description Adds the custom widgets #8446 is waiting for. These are *very* work in progress and subject to significant changes. Currently only a subset of them is used in...

New Feature
UI/UX

### Description Adds additional checks to the nvenc test binary, and uses it to show a descriptive error message on startup if NVENC was selected and is now missing. **Example:**...

Seeking Testers
New Feature
UI/UX

### Description Forces the number of b-frames to 4 if it is below 4. ### Motivation and Context Users running into non-descriptive errors when trying to use UHQ tune without...

Bug Fix

### Description Fixes an issue where the version of the `tkhd` and `mvhd` boxes was not correctly set when using 64-bit durations/timestamps. ### Motivation and Context The larger fields are...

Bug Fix