Nouveautés & Corrections
- Fix inability to load old queues with incompatible ChannelLayout.
- Updated HandBrake core to 1.11.
- Updated framework to .NET 10.
- Fixed missing hwDecode passed in to scan and encode jobs.
- Added the ability to stop multiple selected encode jobs.
- Added exception handling to handle a reported crash on drag/drop.
- Fixed more cases where a stopped job could restart immediately.
- Suppressed error report dialog on DWM composition changes.
- Added ConfigureAwait(false) to a couple more lines in a place where we might have a deadlock.
- Fixed issue with checking recent network files making VidCoder start slow.
- Fixed issue when using multiple audio encodings, with the last encoding name clobbering the others.
- Added a Hardware tab to Global Settings: this shows all available hardware and the codecs they can encode to.
- Added the ability to configure hardware decoding for Media Foundation.
- Moved QSV hardware decoding settings to the Hardware tab, added the ability to configure use for non-QSV codecs.
- Increased NVEnc simultaneous device cap from 3 to 5.
- Added requirement for encoder to be NVEnc to use NVDec.
- Added code to avoid clobbering a chosen hardware decoding setting.
- Implemented QSV hyperencode.
- Added support for QSV load balancing.
- Changed to close the source video when deleting the source file, rather than stopping the source deletion from happening.
- Fixed an issue preventing "stop" from being used on individual queue items.