Changes of Revision 9
project.diff
Deleted
x
1
2
---- x265.changes.orig
3
-+++ x265.changes
4
-@@ -1,4 +1,29 @@
5
- -------------------------------------------------------------------
6
-+Sun Dec 1 10:44:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
7
-+
8
-+- Update to version 3.2.1
9
-+ * Fix output change in analysis load
10
-+ * Fix encoder crash with zones and add test for zones
11
-+ * Fix: Performance drop in aq-mode 4 This patch moves the
12
-+ memory handling part of the edge information required for
13
-+ aq-mode 4 to the Frame class-level in that way it can be
14
-+ reused by the threads.
15
-+ * Fix: Performance drop in aq-mode 4 This patch moves the
16
-+ memory handling part of the edge information required for
17
-+ aq-mode 4 to the Frame class-level in that way it can be
18
-+ reused by the threads.
19
-+ * Fix output change observed during analysis-load for
20
-+ inter-refine levels 2 and 3.
21
-+ * Adaptive Frame duplication This patch does the following. 1.
22
-+ Replaces 2-3 near-identical frames with one frame and sets
23
-+ pic_struct based on frame doubling / tripling. 2. Add option
24
-+ "--frame-dup" and "--dup-threshold' to enable frame
25
-+ duplication and to set threshold for frame similarity
26
-+ (optional).
27
-+ * Fix: AQ mode 4 commit (21db162) introduces slowdown even is
28
-+ not used AQ mode 4.
29
-+
30
-+-------------------------------------------------------------------
31
- Tue Oct 01 12:21:19 UTC 2019 - enzokiel@kabelmail.de
32
-
33
- - Update to version 3.2
34
---- x265.spec.orig
35
-+++ x265.spec
36
-@@ -21,7 +21,7 @@
37
- %define libname lib%{name}
38
- %define libsoname %{libname}-%{soname}
39
- Name: x265
40
--Version: 3.2
41
-+Version: 3.2.1
42
- Release: 0
43
- Summary: A free h265/HEVC encoder - encoder binary
44
- License: GPL-2.0-or-later
45
_link
Changed
9
1
2
-<link project="Essentials" cicount="add" baserev="b50da2038ae5243a7c28a95d1afe1c2d">
3
- <patches>
4
- <delete name="x265_3.2.tar.gz" />
5
- <apply name="project.diff" />
6
- </patches>
7
-</link>
8
+<link project="Essentials" cicount="add" />
9
x265_3.2.1.tar.gz
Deleted