File x265.changes of Package x265 (Revision 34)

Currently displaying revision 34 , Show latest

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