File x265.changes of Package x265 (Revision 41)

Currently displaying revision 41 , Show latest

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