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