File x265.changes of Package x265 (Revision 26)
Currently displaying revision 26 , Show latest
552
1
-------------------------------------------------------------------
2
Thu Mar 1 23:14:47 UTC 2018 - zaitor@opensuse.org
3
4
- Update to version 2.7:
5
* New features:
6
- option:`--gop-lookahead` can be used to extend the gop
7
boundary(set by `--keyint`). The GOP will be extended, if a
8
scene-cut frame is found within this many number of frames.
9
- Support for RADL pictures added in x265.
10
- option:`--radl` can be used to decide number of RADL pictures
11
preceding the IDR picture.
12
* Encoder enhancements:
13
- Moved from YASM to NASM assembler. Supports NASM assembler
14
version 2.13 and greater.
15
- Enable analysis save and load in a single run. Introduces two
16
new cli options `--analysis-save <filename>` and
17
`--analysis-load <filename>`.
18
- Comply to HDR10+ LLC specification.
19
- Reduced x265 build time by more than 50% by re-factoring
20
ipfilter.asm.
21
* Bug fixes:
22
- Fixed inconsistent output issue in deblock filter and
23
--const-vbv.
24
- Fixed Mac OS build warnings.
25
- Fixed inconsistency in pass-2 when weightp and cutree are
26
enabled.
27
- Fixed deadlock issue due to dropping of BREF frames, while
28
forcing slice types through qp file.
29
- Bump soname to 151, also in baselibs.conf following upstream
30
changes.
31
32
-------------------------------------------------------------------
33
Fri Dec 01 16:40:13 UTC 2017 - joerg.lorenzen@ki.tng.de
34
35
- Update to version 2.6
36
New features
37
* x265 can now refine analysis from a previous HEVC encode (using
38
options --refine-inter, and --refine-intra), or a previous AVC
39
encode (using option --refine-mv-type). The previous encode’s
40
information can be packaged using the x265_analysis_data_t data
41
field available in the x265_picture object.
42
* Basic support for segmented (or chunked) encoding added with
43
--vbv-end that can specify the status of CPB at the end of a
44
segment. String this together with --vbv-init to encode a title
45
as chunks while maintaining VBV compliance!
46
* --force-flush can be used to trigger a premature flush of the
47
encoder. This option is beneficial when input is known to be
48
bursty, and may be at a rate slower than the encoder.
49
* Experimental feature --lowpass-dct that uses truncated DCT for
50
transformation.
51
Encoder enhancements
52
* Slice-parallel mode gets a significant boost in performance,
53
particularly in low-latency mode.
54
* x265 now officially supported on VS2017.
55
* x265 now supports all depths from mono0 to mono16 for Y4M
56
format.
57
API changes
58
* Options that modified PPS dynamically (--opt-qp-pps and
59
--opt-ref-list-length-pps) are now disabled by default to
60
enable users to save bits by not sending headers. If these
61
options are enabled, headers have to be repeated for every GOP.
62
* Rate-control and analysis parameters can dynamically be
63
reconfigured simultaneously via the x265_encoder_reconfig API.
64
* New API functions to extract intermediate information such as
65
slice-type, scenecut information, reference frames, etc. are
66
now available. This information may be beneficial to
67
integrating applications that are attempting to perform
68
content-adaptive encoding. Refer to documentation on
69
x265_get_slicetype_poc_and_scenecut, and
70
x265_get_ref_frame_list for more details and suggested usage.
71
* A new API to pass supplemental CTU information to x265 to
72
influence analysis decisions has been added. Refer to
73
documentation on x265_encoder_ctu_info for more details.
74
Bug fixes
75
* Bug fixes when --slices is used with VBV settings.
76
* Minor memory leak fixed for HDR10+ builds, and default x265
77
when pools option is specified.
78
* HDR10+ bug fix to remove dependence on poc counter to select
79
meta-data information.
80
81
-------------------------------------------------------------------
82
Thu Jul 27 08:33:52 UTC 2017 - joerg.lorenzen@ki.tng.de
83
84
- Update to version 2.5
85
Encoder enhancements
86
* Improved grain handling with --tune grain option by throttling
87
VBV operations to limit QP jumps.
88
* Frame threads are now decided based on number of threads
89
specified in the --pools, as opposed to the number of hardware
90
threads available. The mapping was also adjusted to improve
91
quality of the encodes with minimal impact to performance.
92
* CSV logging feature (enabled by --csv) is now part of the
93
library; it was previously part of the x265 application.
94
Applications that integrate libx265 can now extract frame level
95
statistics for their encodes by exercising this option in the
96
library.
97
* Globals that track min and max CU sizes, number of slices, and
98
other parameters have now been moved into instance-specific
99
variables. Consequently, applications that invoke multiple
100
instances of x265 library are no longer restricted to use the
101
same settings for these parameter options across the multiple
102
instances.
103
* x265 can now generate a seprate library that exports the HDR10+
104
parsing API. Other libraries that wish to use this API may do
105
so by linking against this library. Enable ENABLE_HDR10_PLUS in
106
CMake options and build to generate this library.
107
* SEA motion search receives a 10% performance boost from AVX2
108
optimization of its kernels.
109
* The CSV log is now more elaborate with additional fields such
110
as PU statistics, average-min-max luma and chroma values, etc.
111
Refer to documentation of --csv for details of all fields.
112
* x86inc.asm cleaned-up for improved instruction handling.
113
API changes
114
* New API x265_encoder_ctu_info() introduced to specify suggested
115
partition sizes for various CTUs in a frame. To be used in
116
conjunction with --ctu-info to react to the specified
117
partitions appropriately.
118
* Rate-control statistics passed through the x265_picture object
119
for an incoming frame are now used by the encoder.
120
* Options to scale, reuse, and refine analysis for incoming
121
analysis shared through the x265_analysis_data field in
122
x265_picture for runs that use --analysis-reuse-mode load; use
123
options --scale, --refine-mv, --refine-inter, and
124
--refine-intra to explore.
125
* VBV now has a deterministic mode. Use --const-vbv to exercise.
126
Bug fixes
127
* Several fixes for HDR10+ parsing code including incompatibility
128
with user-specific SEI, removal of warnings, linking issues in
129
linux, etc.
130
* SEI messages for HDR10 repeated every keyint when HDR options
131
(--hdr-opt, --master-display) specified.
132
- soname bump to 130.
133
134
-------------------------------------------------------------------
135
Thu Apr 27 14:15:13 UTC 2017 - joerg.lorenzen@ki.tng.de
136
137
- Update to version 2.4
138
Encoder enhancements
139
* HDR10+ supported. Dynamic metadata may be either supplied as a
140
bitstream via the userSEI field of x265_picture, or as a json
141
jile that can be parsed by x265 and inserted into the bitstream;
142
use --dhdr10-info to specify json file name, and --dhdr10-opt
143
to enable optimization of inserting tone-map information only
144
at IDR frames, or when the tone map information changes.
145
* Lambda tables for 8, 10, and 12-bit encoding revised, resulting
146
in significant enhancement to subjective visual quality.
147
* Enhanced HDR10 encoding with HDR-specific QP optimzations for
148
chroma, and luma planes of WCG content enabled; use --hdr-opt
149
to activate.
150
* Ability to accept analysis information from other previous
151
encodes (that may or may not be x265), and selectively reuse
152
and refine analysis for encoding subsequent passes enabled with
153
the --refine-level option.
154
* Slow and veryslow presets receive a 20% speed boost at
155
iso-quality by enabling the --limit-tu option.
156
* The bitrate target for x265 can now be dynamically reconfigured
157
via the reconfigure API.
158
* Performance optimized SAO algorithm introduced via the
159
--limit-sao option; seeing 10% speed benefits at faster presets.
160
API changes
161
* x265_reconfigure API now also accepts rate-control parameters
162
for dynamic reconfiguration.
163
* Several additions to data fields in x265_analysis to support
164
--refine-level: see x265.h for more details.
165
Bug fixes
166
* Avoid negative offsets in x265 lambda2 table with SAO enabled.
167
* Fix mingw32 build error.
168
* Seek now enabled for pipe input, in addition to file-based input.
169
* Fix issue of statically linking core-utils not working in linux.
170
* Fix visual artifacts with --multi-pass-opt-distortion with VBV.
171
* Fix bufferFill stats reported in csv.
172
- soname bump to 116.
173
174
-------------------------------------------------------------------
175
Fri Feb 24 14:03:24 UTC 2017 - ismail@i10z.com
176
177
- Update to version 2.3
178
Encoder enhancements
179
* New SSIM-based RD-cost computation for improved visual quality,
180
and efficiency; use --ssim-rd to exercise.
181
* Multi-pass encoding can now share analysis information from
182
prior passes.
183
* A dedicated thread pool for lookahead can now be specified
184
with --lookahead-threads.
185
* option:–dynamic-rd dynamically increase analysis in areas
186
where the bitrate is being capped by VBV; works for both
187
CRF and ABR encodes with VBV settings.
188
* The number of bits used to signal the delta-QP can be
189
optimized with the --opt-cu-delta-qp option.
190
* Experimental feature option:–aq-motion adds new QP offsets
191
based on relative motion of a block with respect to the
192
movement of the frame.
193
API changes
194
* Reconfigure API now supports signalling new scaling lists.
195
* x265 application’s csv functionality now reports time
196
(in milliseconds) taken to encode each frame.
197
* --strict-cbr enables stricter bitrate adherence by adding
198
filler bits when achieved bitrate is lower than the target.
199
* --hdr can be used to ensure that max-cll and max-fall values
200
are always signaled (even if 0,0).
201
Bug fixes
202
* Fixed scaling lists support for 4:4:4 videos.
203
* Inconsistent output fix for --opt-qp-pss by removing last
204
slice’s QP from cost calculation.
205
206
-------------------------------------------------------------------
207
Sun Jan 1 20:32:07 UTC 2017 - ismail@i10z.com
208
209
- Update to version 2.2
210
Encoder enhancements
211
* Enhancements to TU selection algorithm with early-outs for
212
improved speed; use --limit-tu to exercise.
213
* New motion search method SEA (Successive Elimination Algorithm)
214
supported now as :option: –me 4
215
* Bit-stream optimizations to improve fields in PPS and SPS for
216
bit-rate savings through --[no-]opt-qp-pps,
217
--[no-]opt-ref-list-length-pps, and --[no-]multi-pass-opt-rps.
218
* Enabled using VBV constraints when encoding without WPP.
219
* All param options dumped in SEI packet in bitstream when info
220
selected.
221
API changes
222
* Options to disable SEI and optional-VUI messages from bitstream
223
made more descriptive.
224
* New option --scenecut-bias to enable controlling bias to mark
225
scene-cuts via cli.
226
* Support mono and mono16 color spaces for y4m input.
227
* --min-cu-size of 64 no-longer supported for reasons of
228
visual quality.
229
* API for CSV now expects version string for better integration
230
of x265 into other applications.
231
Bug fixes
232
* Several fixes to slice-based encoding.
233
* --log2-max-poc-lsb‘s range limited according to HEVC spec.
234
* Restrict MVs to within legal boundaries when encoding.
235
236
-------------------------------------------------------------------
237
Thu Dec 22 12:59:47 UTC 2016 - scarabeus@opensuse.org
238
239
- Add conditional for the numa-devel again it was not ment to be dropped
240
- Add patch x265.pkgconfig.patch to fix pkgconfig
241
242
-------------------------------------------------------------------
243
Tue Dec 20 12:02:33 UTC 2016 - scarabeus@opensuse.org
244
245
- Switch to use cmake macros
246
247
-------------------------------------------------------------------
248
Thu Sep 29 12:26:59 UTC 2016 - ismail@i10z.com
249
250
- Update to version 2.1
251
Encoder enhancements
252
* Support for qg-size of 8
253
* Support for inserting non-IDR I-frames at scenecuts and when
254
running with settings for fixed-GOP (min-keyint = max-keyint)
255
* Experimental support for slice-parallelism.
256
API changes
257
* Encode user-define SEI messages passed in through x265_picture
258
object.
259
* Disable SEI and VUI messages from the bitstream
260
* Specify qpmin and qpmax
261
* Control number of bits to encode POC.
262
Bug fixes
263
* QP fluctuation fix for first B-frame in mini-GOP for 2-pass
264
encoding with tune-grain.
265
* Assembly fix for crashes in 32-bit from dct_sse4.
266
* Threadpool creation fix in windows platform.
267
268
-------------------------------------------------------------------
269
Sun Aug 28 11:51:23 UTC 2016 - joerg.lorenzen@ki.tng.de
270
271
- Update to version 2.0
272
API and Key Behavior Changes
273
* x265_rc_stats added to x265_picture, containing all RC decision
274
points for that frame.
275
* PTL: high tier is now allowed by default, chosen only if
276
necessary.
277
* multi-pass: First pass now uses slow-firstpass by default,
278
enabling better RC decisions in future passes.
279
* pools: fix behaviour on multi-socketed Windows systems, provide
280
more flexibility in determining thread and pool counts.
281
* ABR: improve bits allocation in the first few frames, abr reset,
282
vbv and cutree improved.
283
New Features
284
* uhd-bd: Enforce Ultra-HD Blu-ray Disc parameters
285
(overrides any other settings).
286
* rskip: Enables skipping recursion to analyze lower CU sizes
287
using heuristics at different rd-levels. Provides good visual
288
quality gains at the highest quality presets.
289
* rc-grain: Enables a new rate control mode specifically for
290
grainy content. Strictly prevents QP oscillations within and
291
between frames to avoid grain fluctuations.
292
* tune grain: A fully refactored and improved option to encode
293
film grain content including QP control as well as analysis
294
options.
295
* asm: ARM assembly is now enabled by default, native or cross
296
compiled builds supported on armv6 and later systems.
297
Misc
298
* An SSIM calculation bug was corrected
299
- soname bump to 87.
300
- Fixed arm.patch.
301
- Added libnuma-devel as buildrequires for arch x86_64 (except
302
for openSUSE 13.1 because libnuma-devel >= 2.0.9 is required).
303
304
-------------------------------------------------------------------
305
Wed Feb 3 13:22:42 UTC 2016 - ismail@i10z.com
306
307
- Update to version 1.9
308
API Changes:
309
* x265_frame_stats returns many additional fields: maxCLL, maxFALL,
310
residual energy, scenecut and latency logging
311
* --qpfile now supports frametype 'K"
312
* x265 now allows CRF ratecontrol in pass N (N greater than or equal to 2)
313
* Chroma subsampling format YUV 4:0:0 is now fully supported and tested
314
New Features:
315
* Quant offsets: This feature allows block level quantization offsets
316
to be specified for every frame. An API-only feature.
317
* --intra-refresh: Keyframes can be replaced by a moving column
318
of intra blocks in non-keyframes.
319
* --limit-modes: Intelligently restricts mode analysis.
320
* --max-luma and --min-luma for luma clipping, optional for HDR use-cases
321
* Emergency denoising is now enabled by default in very low bitrate,
322
VBV encodes
323
Presets and Performance:
324
* Recently added features lookahead-slices, limit-modes, limit-refs
325
have been enabled by default for applicable presets.
326
* The default psy-rd strength has been increased to 2.0
327
* Multi-socket machines now use a single pool of threads that can
328
work cross-socket.
329
330
-------------------------------------------------------------------
331
Fri Nov 27 18:21:04 UTC 2015 - aloisio@gmx.com
332
333
- Update to version 1.8:
334
API Changes:
335
* Experimental support for Main12 is now enabled. Partial
336
assembly support exists.
337
* Main12 and Intra/Still picture profiles are now supported.
338
Still picture profile is detected based on
339
x265_param::totalFrames.
340
* Three classes of encoding statistics are now available
341
through the API.
342
+ x265_stats - contains encoding statistics, available
343
through x265_encoder_get_stats()
344
+ x265_frame_stats and x265_cu_stats - contains frame
345
encoding statistics, available through recon x265_picture
346
* --csv
347
* x265_encoder_log() is now deprecated
348
* x265_param::csvfn is also deprecated
349
* --log-level now controls only console logging, frame
350
level console logging has been removed.
351
* Support added for new color transfer characteristic ARIB
352
STD-B67
353
New Features:
354
* limit-refs
355
+ This feature limits the references analysed for
356
individual CUS.
357
+ Provides a nice tradeoff between efficiency and
358
performance.
359
+ aq-mode 3
360
* A new aq-mode that provides additional biasing for
361
low-light conditions.
362
* An improved scene cut detection logic that allows
363
ratecontrol to manage visual quality at fade-ins and
364
fade-outs better.
365
Preset and Tune Options:
366
* tune grain
367
+ Increases psyRdoq strength to 10.0, and rdoq-level to 2.
368
+ qg-size
369
* Default value changed to 32.
370
- soname bump to 68
371
- Reworked arm.patch for 1.8
372
373
-------------------------------------------------------------------
374
Fri May 29 09:11:02 UTC 2015 - aloisio@gmx.com
375
376
- soname bump to 59
377
- Update to version 1.7
378
* large amount of assembly code optimizations
379
* some preliminary support for high dynamic range content
380
* improvements for multi-library support
381
* some new quality features
382
(full documentation at: http://x265.readthedocs.org/en/1.7)
383
* This release simplifies the multi-library support introduced
384
in version 1.6. Any libx265 can now forward API requests to
385
other installed libx265 libraries (by name) so applications
386
like ffmpeg and the x265 CLI can select between 8bit and 10bit
387
encodes at runtime without the need of a shim library or
388
library load path hacks. See --output-depth, and
389
http://x265.readthedocs.org/en/1.7/api.html#multi-library-interface
390
* For quality, x265 now allows you to configure the quantization
391
group size smaller than the CTU size (for finer grained AQ
392
adjustments). See --qg-size.
393
* x265 now supports limited mid-encode reconfigure via a new public
394
method: x265_encoder_reconfig()
395
* For HDR, x265 now supports signaling the SMPTE 2084 color transfer
396
function, the SMPTE 2086 mastering display color primaries, and the
397
content light levels. See --master-display, --max-cll
398
* x265 will no longer emit any non-conformant bitstreams unless
399
--allow-non-conformance is specified.
400
* The x265 CLI now supports a simple encode preview feature. See
401
--recon-y4m-exec.
402
* The AnnexB NAL headers can now be configured off, via x265_param.bAnnexB
403
This is not configurable via the CLI because it is a function of the
404
muxer being used, and the CLI only supports raw output files. See
405
--annexb
406
Misc:
407
* --lossless encodes are now signaled as level 8.5
408
* --profile now has a -P short option
409
* The regression scripts used by x265 are now public, and can be found at:
410
https://bitbucket.org/sborho/test-harness
411
* x265's cmake scripts now support PGO builds, the test-harness can be
412
used to drive the profile-guided build process.
413
414
-------------------------------------------------------------------
415
Tue Apr 28 20:08:06 UTC 2015 - aloisio@gmx.com
416
417
- soname bumped to 51
418
- Update to stable version 1.6
419
Perfomance changes:
420
* heavy improvements for AVX2 capable platforms
421
(Haswell and later Intel CPUs) and work efficiency
422
improvements for multiple-socket machines.
423
424
API changes:
425
* --threads N replaced by --pools N,N and --lookahead-slices N
426
* --[no-]rdoq-level N - finer control over RDOQ effort
427
* --min-cu-size N - trade-off compression for performance
428
* --max-tu-size N - trade-off compression for performance
429
* --[no-]temporal-layers - code unreferenced B frames in temporal
430
layer 1
431
* --[no-]cip aliases added for --[no-]constrained-intra
432
* Added support for new color transfer functions "smpte-st-2084"
433
and "smpte-st-428
434
* --limit-refs N was added, but not yet implemented
435
* Deprecated x265_setup_primitives() was removed from the public
436
API and is no longer exported DLLs
437
438
Threading changes:
439
* The x265 thread pool has been made NUMA aware.
440
* The --threads parameter, which used to specify a global
441
pool size, has been replaced with a --pools parameter which
442
allows you to specify a pool size per NUMA node (aka CPU socket
443
or package). The default is still to allocate one pool worker
444
thread per logical core on the machine, but with --pools one
445
can isolate those threads to a given socket.
446
* Other than socket isolation, the biggest visible change in the
447
NUMA aware thread pools is the increase in work efficiency.
448
The total utilization will generally decrease but the performance
449
will increase since worker threads spend less time context
450
switching. Also, the threading of the lookahead was made more
451
work-efficient. Each lookahead job is a much larger piece of work.
452
Before (1.5):
453
disable thread pool: --threads 1
454
default thread pool: --threads 0
455
restrict to 4 threads: --threads 4
456
After (1.6):
457
disable thread pools: --pools 0
458
default thread pools: --pools *
459
restrict to 4 threads: --pools 4
460
restrict to 4 threads on socket 1: --pools -,4
461
restrict to all threads on socket 0: --pools +,-
462
463
Multi-lib interface:
464
* In order to support runtime selection of a libx265
465
shared library, we have introduced an x265_api structure
466
and an x265_api_get() function. Applications which use
467
this interface to acquire the libx265 functional interface
468
will be able to use shim libraries to bind a particular build
469
of libx265 at run time. See the API documentation for full
470
details.
471
472
-------------------------------------------------------------------
473
Sun Feb 22 09:07:11 UTC 2015 - aloisio@gmx.com
474
475
- soname bump
476
- Update to stable version 1.5
477
* improvements in Main10 compression efficiency and performance
478
and psycho-visual optimizations now enabled by default
479
Feature additions:
480
* analysis re-use features have been completed
481
* rate control zones have been introduced
482
* --tune grain introduced
483
* deblocking tC and Beta offsets are now configurable
484
* denoise is seperately configurable for inter and intra CUs
485
* frame based CSV logging has been improved
486
* New support for VTune task profiles
487
Presets and defaults:
488
* ultrafast no longer disables the deblocking loop filter
489
* psy-rd defaults to 0.3 (was 0, disabled)
490
* psy-rdoq defaults to 1.0 (was 0, disabled)
491
* aq-mode defaults to 1 (was 2, auto-variance)
492
* 4:2:2 and 4:4:4 encodes no longer generate compliance warnings
493
API changes:
494
* param.rc.rateTolerance has been removed and replaced with a simpler
495
param.rc.bStrictCbr flag.
496
* --log-level debug is now --log-level 4 instead of --log-level 3.
497
A new 'frame' log level was inserted at level 3 in order to support
498
frame level CSV logging without also enabling frame level console
499
logging. Using the string name 'debug' is unambiguous as its
500
behavior has not changed.
501
502
- version 1.4
503
* large refactoring in the analysis code
504
Feature additions:
505
* --pmode (parallel mode decision)
506
* --pme (parallel motion estimation).
507
Presets and defaults:
508
* --amp is now respected in RD levels 2, 3, and 4 (previously only
509
in 5 and 6).
510
* --b-intra is now respected in all RD levels.
511
* --fast-cbf, which has only ever effective at RD levels 5 and 6,
512
is no longer enabled uselessly in the fastest presets.
513
* --weightb is now enabled by default at presets slower, veryslow,
514
and placebo.
515
* --cu-lossless was changed to only attempt a lossless encode of
516
the best lossy encode method. This made --cu-lossless a much less
517
expensive encode option to have enabled, and hopefully made the
518
feature more robust and maintainable.
519
* The upper threshold for --psy-rdoq was raised to 50 (from 10)
520
since the higher values were found to be beneficial for sources
521
with high frequency noise (film grain).
522
* The default thread pool size logic was updated to account for the
523
addition of --pmode and --pme (if WPP is disabled but --pmode or
524
--pme are enabled, a thread pool is still allocated).
525
526
-------------------------------------------------------------------
527
Mon Dec 8 04:53:31 UTC 2014 - crrodriguez@opensuse.org
528
529
- Ensure we use the proper CXXFLAGS, CFLAGS and therefore
530
debuginfo packages are generated correctly.
531
532
-------------------------------------------------------------------
533
Sat Oct 4 15:24:23 UTC 2014 - aloisio@gmx.com
534
535
- Bumped to version hg20140928
536
537
-------------------------------------------------------------------
538
Thu Jun 5 14:55:45 UTC 2014 - guillaume@opensuse.org
539
540
- Fix ARM build with arm.patch from Arch Linux:
541
https://github.com/archlinuxarm/PKGBUILDs/blob/master/extra/x265/arm.patch
542
543
-------------------------------------------------------------------
544
Thu May 08 00:00:00 UTC 2014 - Manfred.Tremmel@iiv.de
545
546
- added baselibs.conf
547
548
-------------------------------------------------------------------
549
Mon Mar 24 00:00:00 UTC 2014 - Manfred.Tremmel@iiv.de
550
551
- initial build of todays mercurial checkout
552