You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.markdown
+15-9
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,30 @@ Windows users, please make sure to install [Microsoft .NET Desktop Runtime versi
11
11
12
12
#### Video
13
13
14
-
- Fixed an issue in VP9, MPEG-4, MPEG-2, NVENC, and AMD VCN encoders that could cause the creation of an excessive number of keyframes (#5530)
15
-
- Disabled automatic a53 cc SEI pass through in NVENC.
14
+
- Improved automatic selection of Dolby Vision Level
15
+
- Fixed an issue in AMD VCN, MPEG-2, MPEG-4, NVIDIA NVENC, and VP9 encoders that could cause the creation of an excessive number of keyframes (#5530)
16
+
- Fixed unintentional automatic pass through of closed caption side data when using NVIDIA NVENC encoder
17
+
- Miscellaneous bug fixes and improvements
16
18
17
19
### Linux
18
20
19
-
- Addresses an issue where the file chooser opens in the home directory instead of the folder that was previously selected, when running as a Flatpak
21
+
- Improved performance by removing duplicate graphic assets and reducing file size
22
+
- Fixed Flatpak file chooser opening home directory instead of the previously selected directory
23
+
- Fixed last item in the queue sometimes having the wrong destination path
24
+
- Fixed some memory leaks in the graphical interface
20
25
21
26
### Mac
22
27
23
-
-Disabled the VideoToolbox H.264 hardware decoder for levels 6.1 and 6.2, the video was either not decoded properly on Intel, or some frames were not decoded at all on Apple Silicon.
24
-
-Worked around a macOS 14 issue that causes the system to reboot when using the VideoToolbox encoders on an Apple Silicon Ultra CPU.
25
-
- Fixed a crash that happened when opening a folder that contains no file.
28
+
-Added a workaround to prevent a system crash when using VideoToolbox encoders with macOS 14 Sonoma on Apple Silicon Ultra
29
+
-Added a workaround to prevent issues decoding H.264 video by disabling VideoToolbox hardware decoding for Level 6.1 and 6.2
30
+
- Fixed a crash opening an empty folder
26
31
27
32
#### Windows
28
33
29
-
- Fixed an issue where Nvidia NVDec option was ignored (#5569)
30
-
- Fixed an issue with theme loading that could cause a crash on start (#5567)
31
-
- Fixed an issue where subtitle language order was not honoured. (#5590)
34
+
- Added Automation Properties to some controls on the audio tab to assist screen readers
35
+
- Fixed NVIDIA NVDEC option being ignored (#5569)
36
+
- Fixed startup crash related to theme loading (#5567)
37
+
- Fixed subtitle language order not being honoured (#5590)
0 commit comments