New release! It's a big one... We've listened to your comments and made many things a whole lot better:
- Background removal now works *on any source*! Including browser etc.
- We've switched our rendering backend to GS filters, which means it works on groups and on cameras of all kinds.
- Performance improvements were added, as well as better memory management.
- Universal-only Mac OS build, since many people accidentally install the x86 version on the M1.
- Feathering and background is fixed.
- Bugfixes took care of random crashes.
As always - consider sponsoring our work so we can bring you more features faster!
- https://github.com/sponsors/royshil
- https://github.com/sponsors/umireon
Enjoy!
### Checksums
obs-backgroundremoval-0.5.16-linux-x86_64.deb: d879c30fa129cc9202f0fade7c347594fee52583329365cccae404b5c6ab26a3
obs-backgroundremoval-0.5.16-macos-universal.pkg: 17d34f76fa82f9e2441c869229e39f05e19bf435a11be93fe73160ee2195078c
obs-backgroundremoval-0.5.16-windows-x64-Installer.exe: 5e2561ee5bbf0727b8d4617a3b6f01bc02c6bc4c48b9e3376f2707c2845daf6e
obs-backgroundremoval-0.5.16-windows-x64.zip: 14bac85b05a49ee305c6bac00fb7f99589adf885fbcc3a54a32ca3c1c7bb1f93
## What's Changed
* Adopt stale bot by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/211
* Remove leftover files from the old CI by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/210
* Fix feather + background blur bug by @royshil in https://github.com/royshil/obs-backgroundremoval/pull/217
* Data in obs_source_frame must belong to the same bzalloc memory. by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/213
* GS functions based rendering (supporting Browser sources and Groups) by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/220
* Reuse texrender and stagesurface by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/221
* Use placement new and explicit destructor for tf by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/222
* Fix escaping on postinstall of Mac pkg by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/227
* Use gs_effect_set_texture by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/228
* Fixes #223 (Add locks for cv::Mat and skip processing when the source is deactivated) by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/224
* Provide only the universal binary for Mac by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/229
* Bump 0.5.16 by @umireon in https://github.com/royshil/obs-backgroundremoval/pull/231
**Full Changelog**: https://github.com/royshil/obs-backgroundremoval/compare/v0.5.15...v0.5.16