File x265.changes of Package x265

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