v1.45.5
magicuidesign/magicuiv1.45.5Jun 2, 2026by Vanilagy
AI Summary
Addresses critical memory leaks and decoding issues while adding support for QuickTime color space and improving HTTP request handling.
Key Highlights
- Fixed `@mediabunny/server` memory leaks
- Added support for reading and writing QuickTime `nclc` color space
- Workaround for faulty Chromium key frame detection
- `UrlSource` now properly respects the `Range` header
- Improved `requestInit` documentation
New Features
- QuickTime `nclc` color space support
- `Range` header support for `UrlSource`
Full Release Notes
- Fixed `@mediabunny/server` memory leaks (#392) - Made sure that at least one track per type is enabled when muxing ISOBMFF (#391) - Added support for reading and writing QuickTime `nclc` color space information (#397) - Added workaround for faulty Chromium key frame detection causing VideoDecoder error (#396) - `UrlSource` now properly respects the `Range` header passed into `requestInit` - Improved `requestInit` docs for `UrlSource` (#387)