Changes of Revision 3
project.diff
Deleted
x
1
2
---- baselibs.conf.orig
3
-+++ baselibs.conf
4
-@@ -1 +1 @@
5
--libx265-169
6
-+libx265-176
7
---- x265.changes.orig
8
-+++ x265.changes
9
-@@ -1,4 +1,41 @@
10
- -------------------------------------------------------------------
11
-+Thu Jul 18 13:17:22 UTC 2019 - enzokiel@kabelmail.de
12
-+
13
-+- Update to version 3.1.1
14
-+ - No changelog available.
15
-+
16
-+- Version 3.1
17
-+ New features
18
-+ * x265 can invoke SVT-HEVC library for encoding through --svt.
19
-+ * x265 can now accept interlaced inputs directly (no need to
20
-+ separate fields), and sends it to the encoder with proper fps
21
-+ and frame-size through --field.
22
-+ * --fades can detect and handle fade-in regions. This option will
23
-+ force I-slice and initialize RC history for the brightest frame
24
-+ after fade-in.
25
-+ API changes
26
-+ * A new flag to signal MasterDisplayParams and maxCll/Fall
27
-+ separately
28
-+ Encoder enhancements
29
-+ * Improved the performance of inter-refine level 1 by skipping
30
-+ the evaluation of smaller CUs when the current block is decided
31
-+ as “skip” by the save mode.
32
-+ * New AVX2 primitives to improve the performance of encodes that
33
-+ enable --ssim-rd.
34
-+ * Improved performance in medium preset with negligible loss in
35
-+ quality.
36
-+ Bug fixes
37
-+ * Bug fixes for zones.
38
-+ * Fixed wrap-around from MV structure overflow occurred around 8K
39
-+ pixels or over.
40
-+ * Fixed issues in configuring cbQpOffset and crQpOffset for 444
41
-+ input
42
-+ * Fixed cutree offset computation in 2nd pass encodes.
43
-+ Known issues
44
-+ * AVX512 main12 asm disabling.
45
-+ * Inconsistent output with 2-pass due to cutree offset sharing.
46
-+
47
-+-------------------------------------------------------------------
48
- Fri Feb 1 00:32:50 UTC 2019 - antonio.larrosa@gmail.com
49
-
50
- - Support 10 and 12 bit color depths
51
---- x265.spec.orig
52
-+++ x265.spec
53
-@@ -1,10 +1,10 @@
54
- # based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/
55
-
56
- Name: x265
57
--%define soname 169
58
-+%define soname 176
59
- %define libname lib%{name}
60
- %define libsoname %{libname}-%{soname}
61
--Version: 3.0
62
-+Version: 3.1.1
63
- Release: 0
64
- License: GPL-2.0+
65
- Summary: A free h265/HEVC encoder - encoder binary
66
_link
Changed
9
1
2
-<link project="Essentials" cicount="add" baserev="2373e8689c5f20f1c9c19d8426d4bfd2">
3
- <patches>
4
- <delete name="x265_3.0.tar.gz" />
5
- <apply name="project.diff" />
6
- </patches>
7
-</link>
8
+<link project="Essentials" cicount="add" />
9
x265_3.1.1.tar.gz
Deleted