Rodney

Results 51 issues of Rodney

While 1 GiB is enough for almost any title, World War Z defies that trend by requiring up to 5.3 GiB of cache to successfully reconstruct its files. This is...

### Description Add support for "What's New" dialogue on macOS and Linux. ToDo: - [x] Test on Linux - [x] Remove temporary test URL - [x] mbedTLS based implementation for...

Seeking Testers
macOS
Linux
New Feature

### Description This PR adds the option to select and update channel in the OBS Studio settings. This implementation is based on https://github.com/obsproject/rfcs/pull/48 ![2022-08-02_14-20-40_8XF7Ww](https://user-images.githubusercontent.com/3123295/182373290-66568e97-ee73-44b5-a48c-73b18c1ee567.png) ToDo: - [ ] UI/UX feedback...

Enhancement
Windows
UI/UX

### Description Adds a new `removed_files` array to the manifest which allows to specify files to be deleted. Originally this was supposed to go further [based on this discussion](https://github.com/obsproject/obs-studio/discussions/3885), but...

Windows
New Feature

### Description Adds libobs utility function to get total available memory and changes UI code to adjust the maximum replay buffer accordingly. Also adds a warning for CBR/VBR modes when...

Enhancement
Windows
macOS
Linux
UI/UX

# Summary Changes to add the option for Windows users to opt into branches containing unstable/beta releases. # Motivation Currently Betas/RCs only reach a small number of users, and require...

### Summary Add built-in backup functionality to OBS Studio. ### Motivation As of writing OBS does not offer any native option for users to have their settings (profiles and scene...

### Description Implementation for RFC [obsproject/rfcs#51](https://github.com/obsproject/rfcs/pull/51). - Adds new checkbox "Fragment MP4/MOV files" to simple and advanced recording settings (only visible with MP4/MOV selected) - Only shows MP4/MOV warning if...

Enhancement
Seeking Testers
UI/UX

# Summary Fragmented MP4, or fMP4, addresses the drawback of MP4/MOV files requiring "finalisation" by splitting the file into "fragments" that can be read and decoded independently. This means that...

### Description This is a finished implementation of @jp9000's [hash-table](https://github.com/obsproject/obs-studio/tree/hash-table) branch. **Overview:** Switched various components from using linked lists or radix/trie trees to hashmaps (via `uthash`): + Config file utility...

Code Cleanup
Seeking Testers