File x265.changes of Package x265 (Revision 32)

Currently displaying revision 32 , Show latest

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