We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
Submit package home:Aloysius:branches:Essentials / x265 to package Essentials / x265
x265.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Fri May 29 09:11:02 UTC 2015 - aloisio@gmx.com
4
+
5
+- soname bump to 59
6
+- Update to version 1.7
7
+ * large amount of assembly code optimizations
8
+ * some preliminary support for high dynamic range content
9
+ * improvements for multi-library support
10
+ * some new quality features
11
+ (full documentation at: http://x265.readthedocs.org/en/1.7)
12
+ * This release simplifies the multi-library support introduced
13
+ in version 1.6. Any libx265 can now forward API requests to
14
+ other installed libx265 libraries (by name) so applications
15
+ like ffmpeg and the x265 CLI can select between 8bit and 10bit
16
+ encodes at runtime without the need of a shim library or
17
+ library load path hacks. See --output-depth, and
18
+ http://x265.readthedocs.org/en/1.7/api.html#multi-library-interface
19
+ * For quality, x265 now allows you to configure the quantization
20
+ group size smaller than the CTU size (for finer grained AQ
21
+ adjustments). See --qg-size.
22
+ * x265 now supports limited mid-encode reconfigure via a new public
23
+ method: x265_encoder_reconfig()
24
+ * For HDR, x265 now supports signaling the SMPTE 2084 color transfer
25
+ function, the SMPTE 2086 mastering display color primaries, and the
26
+ content light levels. See --master-display, --max-cll
27
+ * x265 will no longer emit any non-conformant bitstreams unless
28
+ --allow-non-conformance is specified.
29
+ * The x265 CLI now supports a simple encode preview feature. See
30
+ --recon-y4m-exec.
31
+ * The AnnexB NAL headers can now be configured off, via x265_param.bAnnexB
32
+ This is not configurable via the CLI because it is a function of the
33
+ muxer being used, and the CLI only supports raw output files. See
34
+ --annexb
35
+ Misc:
36
+ * --lossless encodes are now signaled as level 8.5
37
+ * --profile now has a -P short option
38
+ * The regression scripts used by x265 are now public, and can be found at:
39
+ https://bitbucket.org/sborho/test-harness
40
+ * x265's cmake scripts now support PGO builds, the test-harness can be
41
+ used to drive the profile-guided build process.
42
+
43
+-------------------------------------------------------------------
44
Tue Apr 28 20:08:06 UTC 2015 - aloisio@gmx.com
45
46
- soname bumped to 51
47
x265.spec
Changed
14
1
2
# based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/
3
4
Name: x265
5
-%define soname 51
6
+%define soname 59
7
%define libname lib%{name}
8
%define libsoname %{libname}-%{soname}
9
-Version: 1.6
10
+Version: 1.7
11
Release: 0
12
License: GPL-2.0+
13
Summary: A free h265/HEVC encoder - encoder binary
14
baselibs.conf
Changed
4
1
2
-libx265-51
3
+libx265-59
4
x265_1.6.tar.gz -> x265_1.7.tar.gz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
Aloysius created request almost 10 years ago
Updated to 1.7
scarabeus accepted request almost 10 years ago
Thanks for the bump