Changes of Revision 38

handbrake.changes Changed
x
 
1
@@ -1,4 +1,99 @@
2
 -------------------------------------------------------------------
3
+Mon May 04 18:25:39 UTC 2020 - enzokiel@kabelmail.de
4
+
5
+- update to version 1.3.2
6
+  + General
7
+    - Fixed point to point end detection in certain scenarios
8
+      (#2603)
9
+    - Improved support for H.265 video in AVI container produced by
10
+      some security cameras (#2622)
11
+    - Added logging to identify problematic sources where container
12
+      and video track pixel aspect ratios differ
13
+    - Added logging to help debug potential JSON API issues
14
+  + Video
15
+    - Fixed color range conversion being applied twice when scaling
16
+      video (#2561)
17
+    - Fixed incorrect identification of support for QSV HEVC
18
+      encoder on older Intel hardware (#2558)
19
+    - Added logging to identify automatic picture rotation
20
+    - Miscellaneous bug fixes and improvements
21
+  + Audio
22
+    - Fixed an upstream FFmpeg issue where passing through AAC ADTS
23
+      audio could produce invalid MKV output in rare cases
24
+      (error instead) (#2809)
25
+  + Filters
26
+    - Fixed uninitialized memory in NLMeans prefilter leading to
27
+      video corruption at bottom of picture (only affects custom
28
+      settings) (#2576)
29
+    - Fixed a crash in the Detelecine filter with out of bounds
30
+      parameters (only affects custom settings) (#2560, #2804)
31
+  + Subtitles
32
+    - Fixed burned in subtitles position offset where cropscale
33
+      filter is not used (#2449)
34
+  + Command line interface
35
+    - Fixed subtitles not being selected when specifying
36
+      --all-subtitles without also specifying a non-empty
37
+      --subtitle-lang-list
38
+  + Build system
39
+    - Fixed building the GTK graphical interface for use on Windows
40
+      (link ole32)
41
+    - Updated Flatpak manifest creation script for compatibility
42
+      with Python 3
43
+    - Updated Flatpak runtime and numactl library versions, QSV
44
+      plugin
45
+    - Improved minimum version dependencies to facilitate building
46
+      on systems with older automake and pkg-config
47
+    - Added a workaround for an upstream libdav1d issue affecting
48
+      installation on FreeBSD (#2662)
49
+    - Miscellaneous bug fixes and improvements
50
+  + Linux
51
+    - Fixed point to point controls not accepting fractional
52
+      seconds
53
+    - Fixed updating presets with identical names in different
54
+      categories
55
+    - Improved parity with other platforms by allowing removal of
56
+      preset categories (automatic after last preset in category
57
+      is removed)
58
+    - Improved parity with other platforms by showing title and
59
+      chapter range on the queue summary tab
60
+  + Mac
61
+    - Fixed selection behavior new track audio mixdown set to DPL2
62
+      instead of stereo (#2641)
63
+    - Fixed queued job failures related to removable drives by
64
+      resolving security scoped resources as needed (#2566)
65
+  + Windows
66
+    - Fixed loading preset files with Unicode characters in path
67
+      (#2427)
68
+    - Fixed clear queue options to prevent them clearing active
69
+      jobs (#2587)
70
+    - Fixed main window status label not always reflecting the
71
+      true count of queue jobs (#2538)
72
+    - Fixed failure loading default settings which could cause
73
+      various issues in the graphical interface (#2549)
74
+    - Fixed preview images displaying incorrectly in some cases
75
+      (anamorphic none, flip horizontal) (e9675bb, #2764)
76
+    - Fixed various issues related to Auto Passthru, including
77
+      fallback settings (#2619, #2627, #2611)
78
+    - Fixed exported presets not importing correctly using the Mac
79
+      graphical interface (#2531)
80
+    - Fixed pause and resume not working correctly in some cases
81
+      (#2647)
82
+    - Fixed display of times greater than 24 hours (estimated time
83
+      renaming, paused duration) (#2582, #2649)
84
+    - Fixed various cosmetic issues in the graphical interface
85
+      (#2645, #2646)
86
+    - Improved display of long filenames in the queue (#2570)
87
+    - Improved some UX stress cases related to the queue (#2632)
88
+    - Improved error message when importing a preset specifying a
89
+      nonexistent audio encoder (#2638)
90
+    - Improved audio and subtitle languages behavior to preserve
91
+      selected languages order where "any" is also selected (#2611)
92
+    - Improved low disk space preferences and alerts (#2648)
93
+    - Added a workaround for an upstream .NET issue causing
94
+      tooltips to not render correctly in some cases (#2630)
95
+    - Miscellaneous bug fixes and improvements
96
+
97
+-------------------------------------------------------------------
98
 Fri Feb 14 13:35:50 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
99
 
100
 - Fix a syntax mistake in spec.
101
handbrake.spec Changed
10
 
1
@@ -26,7 +26,7 @@
2
 
3
 Name:           handbrake
4
 Summary:        Multithreaded Video Transcoder
5
-Version:        1.3.1
6
+Version:        1.3.2
7
 Release:        0
8
 Url:            http://handbrake.fr/
9
 Source0:        https://download.handbrake.fr/releases/%{version}/HandBrake-%{version}-source.tar.bz2
10
HandBrake-1.3.1-source.tar.bz2 Deleted
HandBrake-1.3.2-source.tar.bz2 Added
HandBrake-1.3.1-source.tar.bz2.sig -> HandBrake-1.3.2-source.tar.bz2.sig Changed