Overview

Request 4192 (accepted)

New upstream version.

Submit package home:zaitor:branches:Essentials / x265 to package Essentials / x265

x265.changes Changed
x
 
1
@@ -1,4 +1,35 @@
2
 -------------------------------------------------------------------
3
+Thu Mar  1 23:14:47 UTC 2018 - zaitor@opensuse.org
4
+
5
+- Update to version 2.7:
6
+  * New features:
7
+    - option:`--gop-lookahead` can be used to extend the gop
8
+      boundary(set by `--keyint`). The GOP will be extended, if a
9
+      scene-cut frame is found within this many number of frames.
10
+    - Support for RADL pictures added in x265.
11
+    - option:`--radl` can be used to decide number of RADL pictures
12
+      preceding the IDR picture.
13
+  * Encoder enhancements:
14
+    - Moved from YASM to NASM assembler. Supports NASM assembler
15
+      version 2.13 and greater.
16
+    - Enable analysis save and load in a single run. Introduces two
17
+      new cli options `--analysis-save <filename>` and
18
+      `--analysis-load <filename>`.
19
+    - Comply to HDR10+ LLC specification.
20
+    - Reduced x265 build time by more than 50% by re-factoring
21
+      ipfilter.asm.
22
+  * Bug fixes:
23
+    - Fixed inconsistent output issue in deblock filter and
24
+      --const-vbv.
25
+    - Fixed Mac OS build warnings.
26
+    - Fixed inconsistency in pass-2 when weightp and cutree are
27
+      enabled.
28
+    - Fixed deadlock issue due to dropping of BREF frames, while
29
+      forcing slice types through qp file.
30
+- Bump soname to 151, also in baselibs.conf following upstream
31
+  changes.
32
+
33
+-------------------------------------------------------------------
34
 Fri Dec 01 16:40:13 UTC 2017 - joerg.lorenzen@ki.tng.de
35
 
36
 - Update to version 2.6
37
x265.spec Changed
23
 
1
@@ -1,10 +1,10 @@
2
 # based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/
3
 
4
 Name:           x265
5
-%define soname  146
6
+%define soname  151
7
 %define libname lib%{name}
8
 %define libsoname %{libname}-%{soname}
9
-Version:        2.6
10
+Version:        2.7
11
 Release:        0
12
 License:        GPL-2.0+
13
 Summary:        A free h265/HEVC encoder - encoder binary
14
@@ -49,7 +49,7 @@
15
 streams. 
16
 
17
 %prep
18
-%setup -q -n %{name}_v%{version}
19
+%setup -q -n %{name}_%{version}
20
 %patch0 -p1
21
 %patch1 -p1
22
 
23
baselibs.conf Changed
4
 
1
@@ -1,1 +1,1 @@
2
-libx265-130
3
+libx265-151
4
x265_2.6.tar.gz -> x265_2.7.tar.gz Changed
Refresh
Refresh
Request History
Bjørn Lie's avatar

zaitor created request about 7 years ago

New upstream version.


Olaf Hering's avatar

olh accepted request about 7 years ago