File x265.changes of Package x265 (Revision 39)
Currently displaying revision 39 , Show latest
855
1
-------------------------------------------------------------------
2
Mon Jun 1 17:51:22 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
3
4
- Update to version 3.4
5
New features:
6
* Edge-aware quadtree partitioning to terminate CU depth
7
recursion based on edge information. --rskip level 2 enables
8
the feature and --rskip-edge-threshold denotes the minimum
9
expected edge-density percentage within the CU, below which
10
the recursion is skipped. Experimental feature.
11
* Application-level feature --abr-ladder for automating
12
efficient ABR ladder generation. Shows ~65% savings in the
13
over-all turn-around time required for the generation of a
14
typical Apple HLS ladder in Intel(R) Xeon(R) Platinum 8280
15
CPU @ 2.70GHz over a sequential ABR-ladder generation
16
approach that leverages save-load architecture.
17
Enhancements to existing features:
18
* Improved efficiency in 2-pass rate-control algorithm. The
19
savings in the bitrate is ~1.72% with visual improvement in
20
quality in the initial 1-2 secs.
21
Encoder enhancements:
22
* Faster ARM64 encodes enabled by ASM contributions from
23
Huawei. The speed-up over no-asm version for 1080p encodes @
24
medium preset is ~15% in a 16 core H/W.
25
* Strict VBV conformance in zone encoding.
26
Bug fixes:
27
* Multi-pass encode failures with --frame-dup.
28
* Corrupted bitstreams with --hist-scenecut when input depth
29
and internal bit-depth differ.
30
* Incorrect analysis propagation in multi-level save-load
31
architecture.
32
* Failure in detecting NUMA packages installed in non-standard
33
directories.
34
35
- Refreshed arm.patch
36
37
-------------------------------------------------------------------
38
Sat Mar 28 14:28:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
39
40
- Update to version 3.3
41
New features:
42
* Adaptive frame duplication** to identify and skip encoding
43
of near-identical frames and signal the duplication info to the
44
decoder via pic_struct SEI. :option:`frame-dup` to enable frame
45
duplication and :option:`--dup-threshold` to set the threshold
46
for frame similarity (optional).
47
* Boundary aware quantization** to cut off bits from frames
48
following scene-cut. This leverages the inability of HVS to
49
perceive fine details during scene changes and saves bits.
50
:option:`--scenecut-aware-qp` , :option:`--scenecut-window` and
51
:option:`--max-qp-delta` to enable boundary aware frame
52
quantization, to set window size (optional) and to set QP offset
53
(optional).
54
* Improved scene-cut detection** using edge and chroma
55
histograms. :option:`--hist-scenecut` to enable the feature and
56
:option:`--hist-threshold` (optional) to provide threshold for
57
determining scene cuts.
58
Enhancements to existing features:
59
* :option:`--hme-range` to modify search range for HME levels
60
L0, L1, and L2.
61
* Improved performance of AQ mode 4 by reducing memory foot
62
print.
63
* Introduced :option:`--analysis-save-reuse-level` and
64
:option:`--analysis-load-reuse-level` to de-couple reuse levels
65
of :option:`--analysis-save` and :option:`--analysis-load`.
66
Turnaround time of ABR encoding can be reduced by properly
67
leveraging these options.
68
Encoder enhancements:
69
* Improved VBV lookahead to eliminate blocky artifacts in
70
Intra frames coming towards end of the title.
71
API changes:
72
* New API function **x265_encoder_reconfig_zone()** to invoke
73
zone reconfiguration dynamically.
74
* Renamed :option:`--hdr` to :option:`--hdr10`.
75
:option:`--hdr` will be deprecated in the upcoming major
76
release.
77
* Renamed :option:`--hdr-opt` to :option:`--hdr10-opt`.
78
:option:`--hdr-opt` will be deprecated in the upcoming major
79
release.
80
* Additions to **x265_param** structure to support the newly
81
added features and encoder enhancements.
82
Bug fixes:
83
* Output change in :option:`--analysis-load` at inter-refine
84
levels 2 and 3.
85
* Encoder crash with zones.
86
* Integration issues with SVT v1.4.1.
87
* Fixed bug in :option:`--limit-tu` 3 and 4 while loading
88
co-located CU's TU depth.
89
90
-------------------------------------------------------------------
91
Sun Dec 1 10:44:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
92
93
- Update to version 3.2.1
94
* Fix output change in analysis load
95
* Fix encoder crash with zones and add test for zones
96
* Fix: Performance drop in aq-mode 4 This patch moves the
97
memory handling part of the edge information required for
98
aq-mode 4 to the Frame class-level in that way it can be
99
reused by the threads.
100
* Fix: Performance drop in aq-mode 4 This patch moves the
101
memory handling part of the edge information required for
102
aq-mode 4 to the Frame class-level in that way it can be
103
reused by the threads.
104
* Fix output change observed during analysis-load for
105
inter-refine levels 2 and 3.
106
* Adaptive Frame duplication This patch does the following. 1.
107
Replaces 2-3 near-identical frames with one frame and sets
108
pic_struct based on frame doubling / tripling. 2. Add option
109
"--frame-dup" and "--dup-threshold' to enable frame
110
duplication and to set threshold for frame similarity
111
(optional).
112
* Fix: AQ mode 4 commit (21db162) introduces slowdown even is
113
not used AQ mode 4.
114
115
-------------------------------------------------------------------
116
Tue Oct 01 12:21:19 UTC 2019 - enzokiel@kabelmail.de
117
118
- Update to version 3.2
119
New features
120
* 3-level hierarchical motion estimation using --hme and
121
--hme-search.
122
* New AQ mode (--aq-mode 4) with variance and edge information.
123
* selective-sao to selectively enable SAO at slice level.
124
Enhancements to existing features
125
* New implementation of --refine-mv with 3 refinement levels.
126
Encoder enhancements
127
* Improved quality in the frames following dark scenes in ABR
128
mode.
129
API changes
130
* Additions to x265_param structure to support the newly added
131
features --hme, --hme-search and selective-sao.
132
Bug fixes
133
* Fixed encoder crash with --zonefile during failures in
134
encoder_open().
135
* Fixed JSON11 build errors with HDR10+ on MacOS high sierra.
136
* Signalling out of range scaling list data fixed.
137
* Inconsistent output fix for 2-pass rate-control with cutree ON.
138
Known issues
139
* Build dependency on changeset cf37911 of SVT-HEVC.
140
141
-------------------------------------------------------------------
142
Sun Aug 11 09:32:37 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
143
144
- Update to version 3.1.2
145
* No changelog available
146
147
- Spec cleanup
148
149
-------------------------------------------------------------------
150
Thu Jul 18 13:17:22 UTC 2019 - enzokiel@kabelmail.de
151
152
- Update to version 3.1.1
153
- No changelog available.
154
155
- Version 3.1
156
New features
157
* x265 can invoke SVT-HEVC library for encoding through --svt.
158
* x265 can now accept interlaced inputs directly (no need to
159
separate fields), and sends it to the encoder with proper fps
160
and frame-size through --field.
161
* --fades can detect and handle fade-in regions. This option will
162
force I-slice and initialize RC history for the brightest frame
163
after fade-in.
164
API changes
165
* A new flag to signal MasterDisplayParams and maxCll/Fall
166
separately
167
Encoder enhancements
168
* Improved the performance of inter-refine level 1 by skipping
169
the evaluation of smaller CUs when the current block is decided
170
as “skip” by the save mode.
171
* New AVX2 primitives to improve the performance of encodes that
172
enable --ssim-rd.
173
* Improved performance in medium preset with negligible loss in
174
quality.
175
Bug fixes
176
* Bug fixes for zones.
177
* Fixed wrap-around from MV structure overflow occurred around 8K
178
pixels or over.
179
* Fixed issues in configuring cbQpOffset and crQpOffset for 444
180
input
181
* Fixed cutree offset computation in 2nd pass encodes.
182
Known issues
183
* AVX512 main12 asm disabling.
184
* Inconsistent output with 2-pass due to cutree offset sharing.
185
186
-------------------------------------------------------------------
187
Fri Feb 1 00:32:50 UTC 2019 - antonio.larrosa@gmail.com
188
189
- Support 10 and 12 bit color depths
190
191
- Update to version 3.0
192
New features
193
* option:: '--dolby-vision-profile <integer|float>' generates
194
bitstreams confirming to the specified Dolby Vision profile.
195
Currently profile 5, profile 8.1 and profile 8.2 enabled,
196
Default 0 (disabled)
197
* option:: '--dolby-vision-rpu' File containing Dolby Vision RPU
198
metadata. If given, x265's Dolby Vision metadata parser will
199
fill the RPU field of input pictures with the metadata read
200
from the file. The library will interleave access units with
201
RPUs in the bitstream. Default NULL (disabled).
202
* option:: '--zonefile <filename>' specifies a text file which
203
contains the boundaries of the zones where each of zones are
204
configurable.
205
* option:: '--qp-adaptation-range' Delta-QP range by QP
206
adaptation based on a psycho-visual model. Default 1.0.
207
* option:: '--refine-ctu-distortion <0/1>' store/normalize ctu
208
distortion in analysis-save/load. Default 0.
209
* Experimental feature option:: '--hevc-aq' enables adaptive
210
quantization. It scales the quantization step size according
211
to the spatial activity of one coding unit relative to frame
212
average spatial activity. This AQ method utilizes the minimum
213
variance of sub-unit in each coding unit to represent the
214
coding unit's spatial complexity.
215
Encoder enhancements
216
* Preset: change param defaults for veryslow and slower preset.
217
Replace slower preset with defaults used in veryslow preset
218
and change param defaults in veryslow preset as per
219
experimental results.
220
* AQ: change default AQ mode to auto-variance
221
* Cutree offset reuse: restricted to analysis reuse-level 10 for
222
analysis-save -> analysis-load
223
* Tune: introduce --tune animation option which improves encode
224
quality for animated content
225
* Reuse CU depth for B frame and allow I, P frame to follow
226
x265 depth decision
227
Bug fixes
228
* RC: fix rowStat computation in const-vbv
229
* Dynamic-refine: fix memory reset size.
230
* Fix linking issue on non x86 platform
231
* Encoder: Do not include CLL SEI message if empty
232
* Fix build error in VMAF lib
233
- Rebase x265-fix_enable512.patch
234
235
-------------------------------------------------------------------
236
Tue Oct 9 20:03:53 UTC 2018 - aloisio@gmx.com
237
238
- Update to version 2.9
239
New features:
240
* Support for chunked encoding
241
+ :option:`--chunk-start and --chunk-end`
242
+ Frames preceding first frame of chunk in display order
243
will be encoded, however, they will be discarded in the
244
bitstream.
245
+ Frames following last frame of the chunk in display order
246
will be used in taking lookahead decisions, but, they will
247
not be encoded.
248
+ This feature can be enabled only in closed GOP structures.
249
Default disabled.
250
* Support for HDR10+ version 1 SEI messages.
251
Encoder enhancements:
252
* Create API function for allocating and freeing
253
x265_analysis_data.
254
* CEA 608/708 support: Read SEI messages from text file and
255
encode it using userSEI message.
256
Bug fixes:
257
* Disable noise reduction when vbv is enabled.
258
* Support minLuma and maxLuma values changed by the
259
commandline.
260
version 2.8
261
New features:
262
* :option:`--asm avx512` used to enable AVX-512 in x265.
263
Default disabled.
264
+ For 4K main10 high-quality encoding, we are seeing good
265
gains; for other resolutions and presets, we don't
266
recommend using this setting for now.
267
* :option:`--dynamic-refine` dynamically switches between
268
different inter refine levels. Default disabled.
269
+ It is recommended to use :option:`--refine-intra 4' with
270
dynamic refinement for a better trade-off between encode
271
efficiency and performance than using static refinement.
272
* :option:`--single-sei`
273
+ Encode SEI messages in a single NAL unit instead of
274
multiple NAL units. Default disabled.
275
* :option:`--max-ausize-factor` controls the maximum AU size
276
defined in HEVC specification.
277
+ It represents the percentage of maximum AU size used.
278
Default is 1.
279
* VMAF (Video Multi-Method Assessment Fusion)
280
+ Added VMAF support for objective quality measurement of a
281
video sequence.
282
+ Enable cmake option ENABLE_LIBVMAF to report per frame and
283
aggregate VMAF score. The frame level VMAF score does not
284
include temporal scores.
285
+ This is supported only on linux for now.
286
Encoder enhancements:
287
* Introduced refine-intra level 4 to improve quality.
288
* Support for HLG-graded content and pic_struct in SEI message.
289
Bug Fixes:
290
* Fix 32 bit build error (using CMAKE GUI) in Linux.
291
* Fix 32 bit build error for asm primitives.
292
* Fix build error on mac OS.
293
* Fix VBV Lookahead in analysis load to achieve target bitrate.
294
295
- Added x265-fix_enable512.patch
296
297
-------------------------------------------------------------------
298
Fri May 4 22:21:57 UTC 2018 - zaitor@opensuse.org
299
300
- Build with nasm >= 2.13 for openSUSE Leap 42.3 and SLE-12, since
301
new enough nasm is now available for them.
302
303
-------------------------------------------------------------------
304
Thu Mar 1 23:14:47 UTC 2018 - zaitor@opensuse.org
305
306
- Update to version 2.7:
307
* New features:
308
- option:`--gop-lookahead` can be used to extend the gop
309
boundary(set by `--keyint`). The GOP will be extended, if a
310
scene-cut frame is found within this many number of frames.
311
- Support for RADL pictures added in x265.
312
- option:`--radl` can be used to decide number of RADL pictures
313
preceding the IDR picture.
314
* Encoder enhancements:
315
- Moved from YASM to NASM assembler. Supports NASM assembler
316
version 2.13 and greater.
317
- Enable analysis save and load in a single run. Introduces two
318
new cli options `--analysis-save <filename>` and
319
`--analysis-load <filename>`.
320
- Comply to HDR10+ LLC specification.
321
- Reduced x265 build time by more than 50% by re-factoring
322
ipfilter.asm.
323
* Bug fixes:
324
- Fixed inconsistent output issue in deblock filter and
325
--const-vbv.
326
- Fixed Mac OS build warnings.
327
- Fixed inconsistency in pass-2 when weightp and cutree are
328
enabled.
329
- Fixed deadlock issue due to dropping of BREF frames, while
330
forcing slice types through qp file.
331
- Bump soname to 151, also in baselibs.conf following upstream
332
changes.
333
- Replace yasm with nasm BuildRequires following upstreams changes.
334
335
-------------------------------------------------------------------
336
Fri Dec 01 16:40:13 UTC 2017 - joerg.lorenzen@ki.tng.de
337
338
- Update to version 2.6
339
New features
340
* x265 can now refine analysis from a previous HEVC encode (using
341
options --refine-inter, and --refine-intra), or a previous AVC
342
encode (using option --refine-mv-type). The previous encode’s
343
information can be packaged using the x265_analysis_data_t data
344
field available in the x265_picture object.
345
* Basic support for segmented (or chunked) encoding added with
346
--vbv-end that can specify the status of CPB at the end of a
347
segment. String this together with --vbv-init to encode a title
348
as chunks while maintaining VBV compliance!
349
* --force-flush can be used to trigger a premature flush of the
350
encoder. This option is beneficial when input is known to be
351
bursty, and may be at a rate slower than the encoder.
352
* Experimental feature --lowpass-dct that uses truncated DCT for
353
transformation.
354
Encoder enhancements
355
* Slice-parallel mode gets a significant boost in performance,
356
particularly in low-latency mode.
357
* x265 now officially supported on VS2017.
358
* x265 now supports all depths from mono0 to mono16 for Y4M
359
format.
360
API changes
361
* Options that modified PPS dynamically (--opt-qp-pps and
362
--opt-ref-list-length-pps) are now disabled by default to
363
enable users to save bits by not sending headers. If these
364
options are enabled, headers have to be repeated for every GOP.
365
* Rate-control and analysis parameters can dynamically be
366
reconfigured simultaneously via the x265_encoder_reconfig API.
367
* New API functions to extract intermediate information such as
368
slice-type, scenecut information, reference frames, etc. are
369
now available. This information may be beneficial to
370
integrating applications that are attempting to perform
371
content-adaptive encoding. Refer to documentation on
372
x265_get_slicetype_poc_and_scenecut, and
373
x265_get_ref_frame_list for more details and suggested usage.
374
* A new API to pass supplemental CTU information to x265 to
375
influence analysis decisions has been added. Refer to
376
documentation on x265_encoder_ctu_info for more details.
377
Bug fixes
378
* Bug fixes when --slices is used with VBV settings.
379
* Minor memory leak fixed for HDR10+ builds, and default x265
380
when pools option is specified.
381
* HDR10+ bug fix to remove dependence on poc counter to select
382
meta-data information.
383
384
-------------------------------------------------------------------
385
Thu Jul 27 08:33:52 UTC 2017 - joerg.lorenzen@ki.tng.de
386
387
- Update to version 2.5
388
Encoder enhancements
389
* Improved grain handling with --tune grain option by throttling
390
VBV operations to limit QP jumps.
391
* Frame threads are now decided based on number of threads
392
specified in the --pools, as opposed to the number of hardware
393
threads available. The mapping was also adjusted to improve
394
quality of the encodes with minimal impact to performance.
395
* CSV logging feature (enabled by --csv) is now part of the
396
library; it was previously part of the x265 application.
397
Applications that integrate libx265 can now extract frame level
398
statistics for their encodes by exercising this option in the
399
library.
400
* Globals that track min and max CU sizes, number of slices, and
401
other parameters have now been moved into instance-specific
402
variables. Consequently, applications that invoke multiple
403
instances of x265 library are no longer restricted to use the
404
same settings for these parameter options across the multiple
405
instances.
406
* x265 can now generate a seprate library that exports the HDR10+
407
parsing API. Other libraries that wish to use this API may do
408
so by linking against this library. Enable ENABLE_HDR10_PLUS in
409
CMake options and build to generate this library.
410
* SEA motion search receives a 10% performance boost from AVX2
411
optimization of its kernels.
412
* The CSV log is now more elaborate with additional fields such
413
as PU statistics, average-min-max luma and chroma values, etc.
414
Refer to documentation of --csv for details of all fields.
415
* x86inc.asm cleaned-up for improved instruction handling.
416
API changes
417
* New API x265_encoder_ctu_info() introduced to specify suggested
418
partition sizes for various CTUs in a frame. To be used in
419
conjunction with --ctu-info to react to the specified
420
partitions appropriately.
421
* Rate-control statistics passed through the x265_picture object
422
for an incoming frame are now used by the encoder.
423
* Options to scale, reuse, and refine analysis for incoming
424
analysis shared through the x265_analysis_data field in
425
x265_picture for runs that use --analysis-reuse-mode load; use
426
options --scale, --refine-mv, --refine-inter, and
427
--refine-intra to explore.
428
* VBV now has a deterministic mode. Use --const-vbv to exercise.
429
Bug fixes
430
* Several fixes for HDR10+ parsing code including incompatibility
431
with user-specific SEI, removal of warnings, linking issues in
432
linux, etc.
433
* SEI messages for HDR10 repeated every keyint when HDR options
434
(--hdr-opt, --master-display) specified.
435
- soname bump to 130.
436
437
-------------------------------------------------------------------
438
Thu Apr 27 14:15:13 UTC 2017 - joerg.lorenzen@ki.tng.de
439
440
- Update to version 2.4
441
Encoder enhancements
442
* HDR10+ supported. Dynamic metadata may be either supplied as a
443
bitstream via the userSEI field of x265_picture, or as a json
444
jile that can be parsed by x265 and inserted into the bitstream;
445
use --dhdr10-info to specify json file name, and --dhdr10-opt
446
to enable optimization of inserting tone-map information only
447
at IDR frames, or when the tone map information changes.
448
* Lambda tables for 8, 10, and 12-bit encoding revised, resulting
449
in significant enhancement to subjective visual quality.
450
* Enhanced HDR10 encoding with HDR-specific QP optimzations for
451
chroma, and luma planes of WCG content enabled; use --hdr-opt
452
to activate.
453
* Ability to accept analysis information from other previous
454
encodes (that may or may not be x265), and selectively reuse
455
and refine analysis for encoding subsequent passes enabled with
456
the --refine-level option.
457
* Slow and veryslow presets receive a 20% speed boost at
458
iso-quality by enabling the --limit-tu option.
459
* The bitrate target for x265 can now be dynamically reconfigured
460
via the reconfigure API.
461
* Performance optimized SAO algorithm introduced via the
462
--limit-sao option; seeing 10% speed benefits at faster presets.
463
API changes
464
* x265_reconfigure API now also accepts rate-control parameters
465
for dynamic reconfiguration.
466
* Several additions to data fields in x265_analysis to support
467
--refine-level: see x265.h for more details.
468
Bug fixes
469
* Avoid negative offsets in x265 lambda2 table with SAO enabled.
470
* Fix mingw32 build error.
471
* Seek now enabled for pipe input, in addition to file-based input.
472
* Fix issue of statically linking core-utils not working in linux.
473
* Fix visual artifacts with --multi-pass-opt-distortion with VBV.
474
* Fix bufferFill stats reported in csv.
475
- soname bump to 116.
476
477
-------------------------------------------------------------------
478
Fri Feb 24 14:03:24 UTC 2017 - ismail@i10z.com
479
480
- Update to version 2.3
481
Encoder enhancements
482
* New SSIM-based RD-cost computation for improved visual quality,
483
and efficiency; use --ssim-rd to exercise.
484
* Multi-pass encoding can now share analysis information from
485
prior passes.
486
* A dedicated thread pool for lookahead can now be specified
487
with --lookahead-threads.
488
* option:–dynamic-rd dynamically increase analysis in areas
489
where the bitrate is being capped by VBV; works for both
490
CRF and ABR encodes with VBV settings.
491
* The number of bits used to signal the delta-QP can be
492
optimized with the --opt-cu-delta-qp option.
493
* Experimental feature option:–aq-motion adds new QP offsets
494
based on relative motion of a block with respect to the
495
movement of the frame.
496
API changes
497
* Reconfigure API now supports signalling new scaling lists.
498
* x265 application’s csv functionality now reports time
499
(in milliseconds) taken to encode each frame.
500
* --strict-cbr enables stricter bitrate adherence by adding
501
filler bits when achieved bitrate is lower than the target.
502
* --hdr can be used to ensure that max-cll and max-fall values
503
are always signaled (even if 0,0).
504
Bug fixes
505
* Fixed scaling lists support for 4:4:4 videos.
506
* Inconsistent output fix for --opt-qp-pss by removing last
507
slice’s QP from cost calculation.
508
509
-------------------------------------------------------------------
510
Sun Jan 1 20:32:07 UTC 2017 - ismail@i10z.com
511
512
- Update to version 2.2
513
Encoder enhancements
514
* Enhancements to TU selection algorithm with early-outs for
515
improved speed; use --limit-tu to exercise.
516
* New motion search method SEA (Successive Elimination Algorithm)
517
supported now as :option: –me 4
518
* Bit-stream optimizations to improve fields in PPS and SPS for
519
bit-rate savings through --[no-]opt-qp-pps,
520
--[no-]opt-ref-list-length-pps, and --[no-]multi-pass-opt-rps.
521
* Enabled using VBV constraints when encoding without WPP.
522
* All param options dumped in SEI packet in bitstream when info
523
selected.
524
API changes
525
* Options to disable SEI and optional-VUI messages from bitstream
526
made more descriptive.
527
* New option --scenecut-bias to enable controlling bias to mark
528
scene-cuts via cli.
529
* Support mono and mono16 color spaces for y4m input.
530
* --min-cu-size of 64 no-longer supported for reasons of
531
visual quality.
532
* API for CSV now expects version string for better integration
533
of x265 into other applications.
534
Bug fixes
535
* Several fixes to slice-based encoding.
536
* --log2-max-poc-lsb‘s range limited according to HEVC spec.
537
* Restrict MVs to within legal boundaries when encoding.
538
539
-------------------------------------------------------------------
540
Thu Dec 22 12:59:47 UTC 2016 - scarabeus@opensuse.org
541
542
- Add conditional for the numa-devel again it was not ment to be dropped
543
- Add patch x265.pkgconfig.patch to fix pkgconfig
544
545
-------------------------------------------------------------------
546
Tue Dec 20 12:02:33 UTC 2016 - scarabeus@opensuse.org
547
548
- Switch to use cmake macros
549
550
-------------------------------------------------------------------
551
Thu Sep 29 12:26:59 UTC 2016 - ismail@i10z.com
552
553
- Update to version 2.1
554
Encoder enhancements
555
* Support for qg-size of 8
556
* Support for inserting non-IDR I-frames at scenecuts and when
557
running with settings for fixed-GOP (min-keyint = max-keyint)
558
* Experimental support for slice-parallelism.
559
API changes
560
* Encode user-define SEI messages passed in through x265_picture
561
object.
562
* Disable SEI and VUI messages from the bitstream
563
* Specify qpmin and qpmax
564
* Control number of bits to encode POC.
565
Bug fixes
566
* QP fluctuation fix for first B-frame in mini-GOP for 2-pass
567
encoding with tune-grain.
568
* Assembly fix for crashes in 32-bit from dct_sse4.
569
* Threadpool creation fix in windows platform.
570
571
-------------------------------------------------------------------
572
Sun Aug 28 11:51:23 UTC 2016 - joerg.lorenzen@ki.tng.de
573
574
- Update to version 2.0
575
API and Key Behavior Changes
576
* x265_rc_stats added to x265_picture, containing all RC decision
577
points for that frame.
578
* PTL: high tier is now allowed by default, chosen only if
579
necessary.
580
* multi-pass: First pass now uses slow-firstpass by default,
581
enabling better RC decisions in future passes.
582
* pools: fix behaviour on multi-socketed Windows systems, provide
583
more flexibility in determining thread and pool counts.
584
* ABR: improve bits allocation in the first few frames, abr reset,
585
vbv and cutree improved.
586
New Features
587
* uhd-bd: Enforce Ultra-HD Blu-ray Disc parameters
588
(overrides any other settings).
589
* rskip: Enables skipping recursion to analyze lower CU sizes
590
using heuristics at different rd-levels. Provides good visual
591
quality gains at the highest quality presets.
592
* rc-grain: Enables a new rate control mode specifically for
593
grainy content. Strictly prevents QP oscillations within and
594
between frames to avoid grain fluctuations.
595
* tune grain: A fully refactored and improved option to encode
596
film grain content including QP control as well as analysis
597
options.
598
* asm: ARM assembly is now enabled by default, native or cross
599
compiled builds supported on armv6 and later systems.
600
Misc
601
* An SSIM calculation bug was corrected
602
- soname bump to 87.
603
- Fixed arm.patch.
604
- Added libnuma-devel as buildrequires for arch x86_64 (except
605
for openSUSE 13.1 because libnuma-devel >= 2.0.9 is required).
606
607
-------------------------------------------------------------------
608
Wed Feb 3 13:22:42 UTC 2016 - ismail@i10z.com
609
610
- Update to version 1.9
611
API Changes:
612
* x265_frame_stats returns many additional fields: maxCLL, maxFALL,
613
residual energy, scenecut and latency logging
614
* --qpfile now supports frametype 'K"
615
* x265 now allows CRF ratecontrol in pass N (N greater than or equal to 2)
616
* Chroma subsampling format YUV 4:0:0 is now fully supported and tested
617
New Features:
618
* Quant offsets: This feature allows block level quantization offsets
619
to be specified for every frame. An API-only feature.
620
* --intra-refresh: Keyframes can be replaced by a moving column
621
of intra blocks in non-keyframes.
622
* --limit-modes: Intelligently restricts mode analysis.
623
* --max-luma and --min-luma for luma clipping, optional for HDR use-cases
624
* Emergency denoising is now enabled by default in very low bitrate,
625
VBV encodes
626
Presets and Performance:
627
* Recently added features lookahead-slices, limit-modes, limit-refs
628
have been enabled by default for applicable presets.
629
* The default psy-rd strength has been increased to 2.0
630
* Multi-socket machines now use a single pool of threads that can
631
work cross-socket.
632
633
-------------------------------------------------------------------
634
Fri Nov 27 18:21:04 UTC 2015 - aloisio@gmx.com
635
636
- Update to version 1.8:
637
API Changes:
638
* Experimental support for Main12 is now enabled. Partial
639
assembly support exists.
640
* Main12 and Intra/Still picture profiles are now supported.
641
Still picture profile is detected based on
642
x265_param::totalFrames.
643
* Three classes of encoding statistics are now available
644
through the API.
645
+ x265_stats - contains encoding statistics, available
646
through x265_encoder_get_stats()
647
+ x265_frame_stats and x265_cu_stats - contains frame
648
encoding statistics, available through recon x265_picture
649
* --csv
650
* x265_encoder_log() is now deprecated
651
* x265_param::csvfn is also deprecated
652
* --log-level now controls only console logging, frame
653
level console logging has been removed.
654
* Support added for new color transfer characteristic ARIB
655
STD-B67
656
New Features:
657
* limit-refs
658
+ This feature limits the references analysed for
659
individual CUS.
660
+ Provides a nice tradeoff between efficiency and
661
performance.
662
+ aq-mode 3
663
* A new aq-mode that provides additional biasing for
664
low-light conditions.
665
* An improved scene cut detection logic that allows
666
ratecontrol to manage visual quality at fade-ins and
667
fade-outs better.
668
Preset and Tune Options:
669
* tune grain
670
+ Increases psyRdoq strength to 10.0, and rdoq-level to 2.
671
+ qg-size
672
* Default value changed to 32.
673
- soname bump to 68
674
- Reworked arm.patch for 1.8
675
676
-------------------------------------------------------------------
677
Fri May 29 09:11:02 UTC 2015 - aloisio@gmx.com
678
679
- soname bump to 59
680
- Update to version 1.7
681
* large amount of assembly code optimizations
682
* some preliminary support for high dynamic range content
683
* improvements for multi-library support
684
* some new quality features
685
(full documentation at: http://x265.readthedocs.org/en/1.7)
686
* This release simplifies the multi-library support introduced
687
in version 1.6. Any libx265 can now forward API requests to
688
other installed libx265 libraries (by name) so applications
689
like ffmpeg and the x265 CLI can select between 8bit and 10bit
690
encodes at runtime without the need of a shim library or
691
library load path hacks. See --output-depth, and
692
http://x265.readthedocs.org/en/1.7/api.html#multi-library-interface
693
* For quality, x265 now allows you to configure the quantization
694
group size smaller than the CTU size (for finer grained AQ
695
adjustments). See --qg-size.
696
* x265 now supports limited mid-encode reconfigure via a new public
697
method: x265_encoder_reconfig()
698
* For HDR, x265 now supports signaling the SMPTE 2084 color transfer
699
function, the SMPTE 2086 mastering display color primaries, and the
700
content light levels. See --master-display, --max-cll
701
* x265 will no longer emit any non-conformant bitstreams unless
702
--allow-non-conformance is specified.
703
* The x265 CLI now supports a simple encode preview feature. See
704
--recon-y4m-exec.
705
* The AnnexB NAL headers can now be configured off, via x265_param.bAnnexB
706
This is not configurable via the CLI because it is a function of the
707
muxer being used, and the CLI only supports raw output files. See
708
--annexb
709
Misc:
710
* --lossless encodes are now signaled as level 8.5
711
* --profile now has a -P short option
712
* The regression scripts used by x265 are now public, and can be found at:
713
https://bitbucket.org/sborho/test-harness
714
* x265's cmake scripts now support PGO builds, the test-harness can be
715
used to drive the profile-guided build process.
716
717
-------------------------------------------------------------------
718
Tue Apr 28 20:08:06 UTC 2015 - aloisio@gmx.com
719
720
- soname bumped to 51
721
- Update to stable version 1.6
722
Perfomance changes:
723
* heavy improvements for AVX2 capable platforms
724
(Haswell and later Intel CPUs) and work efficiency
725
improvements for multiple-socket machines.
726
727
API changes:
728
* --threads N replaced by --pools N,N and --lookahead-slices N
729
* --[no-]rdoq-level N - finer control over RDOQ effort
730
* --min-cu-size N - trade-off compression for performance
731
* --max-tu-size N - trade-off compression for performance
732
* --[no-]temporal-layers - code unreferenced B frames in temporal
733
layer 1
734
* --[no-]cip aliases added for --[no-]constrained-intra
735
* Added support for new color transfer functions "smpte-st-2084"
736
and "smpte-st-428
737
* --limit-refs N was added, but not yet implemented
738
* Deprecated x265_setup_primitives() was removed from the public
739
API and is no longer exported DLLs
740
741
Threading changes:
742
* The x265 thread pool has been made NUMA aware.
743
* The --threads parameter, which used to specify a global
744
pool size, has been replaced with a --pools parameter which
745
allows you to specify a pool size per NUMA node (aka CPU socket
746
or package). The default is still to allocate one pool worker
747
thread per logical core on the machine, but with --pools one
748
can isolate those threads to a given socket.
749
* Other than socket isolation, the biggest visible change in the
750
NUMA aware thread pools is the increase in work efficiency.
751
The total utilization will generally decrease but the performance
752
will increase since worker threads spend less time context
753
switching. Also, the threading of the lookahead was made more
754
work-efficient. Each lookahead job is a much larger piece of work.
755
Before (1.5):
756
disable thread pool: --threads 1
757
default thread pool: --threads 0
758
restrict to 4 threads: --threads 4
759
After (1.6):
760
disable thread pools: --pools 0
761
default thread pools: --pools *
762
restrict to 4 threads: --pools 4
763
restrict to 4 threads on socket 1: --pools -,4
764
restrict to all threads on socket 0: --pools +,-
765
766
Multi-lib interface:
767
* In order to support runtime selection of a libx265
768
shared library, we have introduced an x265_api structure
769
and an x265_api_get() function. Applications which use
770
this interface to acquire the libx265 functional interface
771
will be able to use shim libraries to bind a particular build
772
of libx265 at run time. See the API documentation for full
773
details.
774
775
-------------------------------------------------------------------
776
Sun Feb 22 09:07:11 UTC 2015 - aloisio@gmx.com
777
778
- soname bump
779
- Update to stable version 1.5
780
* improvements in Main10 compression efficiency and performance
781
and psycho-visual optimizations now enabled by default
782
Feature additions:
783
* analysis re-use features have been completed
784
* rate control zones have been introduced
785
* --tune grain introduced
786
* deblocking tC and Beta offsets are now configurable
787
* denoise is seperately configurable for inter and intra CUs
788
* frame based CSV logging has been improved
789
* New support for VTune task profiles
790
Presets and defaults:
791
* ultrafast no longer disables the deblocking loop filter
792
* psy-rd defaults to 0.3 (was 0, disabled)
793
* psy-rdoq defaults to 1.0 (was 0, disabled)
794
* aq-mode defaults to 1 (was 2, auto-variance)
795
* 4:2:2 and 4:4:4 encodes no longer generate compliance warnings
796
API changes:
797
* param.rc.rateTolerance has been removed and replaced with a simpler
798
param.rc.bStrictCbr flag.
799
* --log-level debug is now --log-level 4 instead of --log-level 3.
800
A new 'frame' log level was inserted at level 3 in order to support
801
frame level CSV logging without also enabling frame level console
802
logging. Using the string name 'debug' is unambiguous as its
803
behavior has not changed.
804
805
- version 1.4
806
* large refactoring in the analysis code
807
Feature additions:
808
* --pmode (parallel mode decision)
809
* --pme (parallel motion estimation).
810
Presets and defaults:
811
* --amp is now respected in RD levels 2, 3, and 4 (previously only
812
in 5 and 6).
813
* --b-intra is now respected in all RD levels.
814
* --fast-cbf, which has only ever effective at RD levels 5 and 6,
815
is no longer enabled uselessly in the fastest presets.
816
* --weightb is now enabled by default at presets slower, veryslow,
817
and placebo.
818
* --cu-lossless was changed to only attempt a lossless encode of
819
the best lossy encode method. This made --cu-lossless a much less
820
expensive encode option to have enabled, and hopefully made the
821
feature more robust and maintainable.
822
* The upper threshold for --psy-rdoq was raised to 50 (from 10)
823
since the higher values were found to be beneficial for sources
824
with high frequency noise (film grain).
825
* The default thread pool size logic was updated to account for the
826
addition of --pmode and --pme (if WPP is disabled but --pmode or
827
--pme are enabled, a thread pool is still allocated).
828
829
-------------------------------------------------------------------
830
Mon Dec 8 04:53:31 UTC 2014 - crrodriguez@opensuse.org
831
832
- Ensure we use the proper CXXFLAGS, CFLAGS and therefore
833
debuginfo packages are generated correctly.
834
835
-------------------------------------------------------------------
836
Sat Oct 4 15:24:23 UTC 2014 - aloisio@gmx.com
837
838
- Bumped to version hg20140928
839
840
-------------------------------------------------------------------
841
Thu Jun 5 14:55:45 UTC 2014 - guillaume@opensuse.org
842
843
- Fix ARM build with arm.patch from Arch Linux:
844
https://github.com/archlinuxarm/PKGBUILDs/blob/master/extra/x265/arm.patch
845
846
-------------------------------------------------------------------
847
Thu May 08 00:00:00 UTC 2014 - Manfred.Tremmel@iiv.de
848
849
- added baselibs.conf
850
851
-------------------------------------------------------------------
852
Mon Mar 24 00:00:00 UTC 2014 - Manfred.Tremmel@iiv.de
853
854
- initial build of todays mercurial checkout
855