Changes of Revision 44

handbrake.changes Changed
x
 
1
@@ -1,4 +1,60 @@
2
 -------------------------------------------------------------------
3
+Wed Aug 18 14:33:29 UTC 2021 - enzokiel@kabelmail.de
4
+
5
+- update to version 1.4.1
6
+  + General
7
+    - Fixed a crash when using "Align AV" on Intel based systems.
8
+      (#3683)
9
+    - Fixed a crash when reading certain DVD's with missing VOB
10
+      files
11
+  + Hardware Encoding
12
+    - Fixed an issue with QuickSync accelerated Crop/Scale
13
+      generating incorrect aspect ratios (#3236)
14
+    - Fixed a crash after a subtitle scan when using the QuickSync
15
+      encoder. (#3741)
16
+  + Subtitles
17
+    - Backport some libass patches which should correct some issues
18
+      with font and font-weight selections. (#3736)
19
+    - Fixed an issue that could prevent 3rd party software handling
20
+      HandBrake files with dvb subtitles.
21
+  + Command line interface
22
+    - Fixed a regression that prevented upscaling when using -w and
23
+      -h (#3746)
24
+  + Linux
25
+    - Added: flatpak permission to show bookmarks in file dialogs
26
+      (#3748)
27
+  + Mac
28
+    - Fix an issue where the Quality Slider was being ignored when
29
+      using the VideoToolbox encoder. (#3751)
30
+    - Fixed an issue where incompatible hardware presets could be
31
+      selected.
32
+  + Windows
33
+    - Windows UI builds are now available for ARM64 devices. (Named
34
+      arm64 or aarch64 in the download section)
35
+    - Added upgrade notices to the installer welcome page advising
36
+      of .NET Desktop Runtime 5 requirements and to complete
37
+      existing queue. (#3693)
38
+    - Added support for software rendering which can be enabled to
39
+      workaround issues with Variable Refresh Rate and 3rd party
40
+      software causing rendering corruption (#3755)
41
+    - Added a new preference to define how the preset toolbar
42
+      button renders the preset list. (#3697)
43
+    - Fixed a crash which would prevent all user settings from
44
+      loading in some circumstances.
45
+    - Fixed "Reset Settings" button in preferences. Certain
46
+      settings were not reset correctly. (#3726)
47
+    - Fixed issues with the built-in updater that may cause it to
48
+      fail to run the installer if the app was not running as
49
+      admin.
50
+    - Fixed an issue that required and app restart to apply changes
51
+      to the max simultaneous encodes setting.
52
+    - Fixed an issue with Audio Defaults fallback encoder
53
+      quality/bitrate/mixdown settings would not display correct
54
+      values (#3739)
55
+    - Fixed an with QSV multi-instance support where multiple Intel
56
+      GPU's are used.
57
+
58
+-------------------------------------------------------------------
59
 Mon Jul 19 10:29:31 UTC 2021 - enzokiel@kabelmail.de
60
 
61
 - update to version 1.4.0
62
handbrake.spec Changed
10
 
1
@@ -21,7 +21,7 @@
2
 
3
 Name:           handbrake
4
 Summary:        Multithreaded Video Transcoder
5
-Version:        1.4.0
6
+Version:        1.4.1
7
 Release:        0
8
 Url:            http://handbrake.fr/
9
 Source0:        https://github.com/HandBrake/HandBrake/releases/download/%{version}/HandBrake-%{version}-source.tar.bz2
10
HandBrake-1.4.0-source.tar.bz2 Deleted
HandBrake-1.4.1-source.tar.bz2 Added
HandBrake-1.4.0-source.tar.bz2.sig -> HandBrake-1.4.1-source.tar.bz2.sig Changed