Devlogs
Version 4.1 - Some fixes + some additions
Posted November 30, 2024 by Voylin
GDE GoZen - Version 4.1
I don’t know how else to describe this update as “quite big”. Many changes have been made, many additions, the repo itself got better documentation, there is a GPL build now, … Let’s keep it short and go over the changes!
Check out the release here!
Changes
Full Changelog
Updates
- Disabled HW decoding by default;
Fixes
- Color range fix;
- Fixed a couple of compile errors for Windows;
- HW decoding for Vulkan (Hardware decoding still has some overall issues which I’m working on);
- Problems on first startup with addon;
Additions
- Renderer class;
- Global errors;
- Enable audio toggle;
- GPL v3 build;
- Added an audio class to easily convert audio to WAV 16 bit;
- Added a separate FFmpeg class for handling some FFmpeg specific functions;
- Added Avio_audio to see data in memory as file;
GPLv3 build
The GPLv3 build is coming later as I’m a bit stuck with dependencies not being detected.