Problem getting expanded diff: bad link: could not apply patch 'project.diff'

Changes of Revision 11

project.diff Deleted
x
 
1
@@ -1,85 +0,0 @@
2
---- x265.changes.orig
3
-+++ x265.changes
4
-@@ -1,4 +1,57 @@
5
- -------------------------------------------------------------------
6
-+Sat Mar 28 14:28:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
7
-+
8
-+- Update to version 3.3
9
-+  New features:
10
-+  * Adaptive frame duplication** to identify and skip encoding
11
-+    of near-identical frames and signal the duplication info to the
12
-+    decoder via pic_struct SEI. :option:`frame-dup` to enable frame
13
-+    duplication and :option:`--dup-threshold` to set the threshold
14
-+    for frame similarity (optional).
15
-+  * Boundary aware quantization** to cut off bits from frames
16
-+    following scene-cut. This leverages the inability of HVS to
17
-+    perceive fine details during scene changes and saves bits.
18
-+    :option:`--scenecut-aware-qp` , :option:`--scenecut-window` and
19
-+    :option:`--max-qp-delta` to enable boundary aware frame
20
-+    quantization, to set window size (optional) and to set QP offset
21
-+    (optional).
22
-+  * Improved scene-cut detection** using edge and chroma
23
-+    histograms. :option:`--hist-scenecut` to enable the feature and
24
-+    :option:`--hist-threshold` (optional) to provide threshold for
25
-+    determining scene cuts.
26
-+  Enhancements to existing features:
27
-+  * :option:`--hme-range` to modify search range for HME levels
28
-+    L0, L1, and L2.
29
-+  * Improved performance of AQ mode 4 by reducing memory foot
30
-+    print.
31
-+  * Introduced :option:`--analysis-save-reuse-level` and
32
-+    :option:`--analysis-load-reuse-level` to de-couple reuse levels
33
-+    of :option:`--analysis-save` and :option:`--analysis-load`.
34
-+    Turnaround time of ABR encoding can be reduced by properly
35
-+    leveraging these options.
36
-+  Encoder enhancements:
37
-+  * Improved VBV lookahead to eliminate blocky artifacts in
38
-+    Intra frames coming towards end of the title.
39
-+  API changes:
40
-+  * New API function **x265_encoder_reconfig_zone()** to invoke
41
-+    zone reconfiguration dynamically.  
42
-+  * Renamed :option:`--hdr` to :option:`--hdr10`.
43
-+    :option:`--hdr` will be deprecated in the upcoming major
44
-+    release. 
45
-+  * Renamed :option:`--hdr-opt` to :option:`--hdr10-opt`.
46
-+    :option:`--hdr-opt` will be deprecated in the upcoming major
47
-+    release.
48
-+  * Additions to **x265_param** structure to support the newly
49
-+    added features and encoder enhancements.
50
-+  Bug fixes:
51
-+  * Output change in :option:`--analysis-load` at inter-refine
52
-+    levels 2 and 3.
53
-+  * Encoder crash with zones.
54
-+  * Integration issues with SVT v1.4.1.
55
-+  * Fixed bug in :option:`--limit-tu` 3 and 4 while loading
56
-+    co-located CU's TU depth.
57
-+
58
-+-------------------------------------------------------------------
59
- Sun Dec  1 10:44:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
60
- 
61
- - Update to version 3.2.1
62
---- x265.spec.orig
63
-+++ x265.spec
64
-@@ -1,7 +1,7 @@
65
- #
66
- # spec file for package x265
67
- #
68
--# Copyright (c) 2019 Packman Team <packman@links2linux.de>
69
-+# Copyright (c) 2020 Packman Team <packman@links2linux.de>
70
- # Copyright (c) 2014 Torsten Gruner <t.gruner@katodev.de>
71
- #
72
- # All modifications and additions to the file contributed by third parties
73
-@@ -17,11 +17,11 @@
74
- #
75
- 
76
- 
77
--%define sover  179
78
-+%define sover  188
79
- %define libname lib%{name}
80
- %define libsoname %{libname}-%{sover}
81
- Name:           x265
82
--Version:        3.2.1
83
-+Version:        3.3
84
- Release:        0
85
- Summary:        A free h265/HEVC encoder - encoder binary
86
- License:        GPL-2.0-or-later
87
_link Changed
9
 
1
@@ -1,6 +1,1 @@
2
-<link project="Essentials" cicount="add" baserev="df7da9e2c7f4713eab73e189b7f6ec06">
3
-  <patches>
4
-    <delete name="x265_3.2.1.tar.gz" />
5
-    <apply name="project.diff" />
6
-  </patches>
7
-</link>
8
+<link project="Essentials" cicount="add" />
9
x265_3.3.tar.gz Deleted