File x265.changes of Package x265 (Revision 33)

Currently displaying revision 33 , Show latest

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