Rodney
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...
### 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  ToDo: - [ ] UI/UX feedback...
### 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...
### 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...
# 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...
# 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...