vmaf/vmaf.changes
Jan Engelhardt 12b55d0e2b Accepting request 861398 from home:ecsos
- Update to 2.1.0
  * New features:
    - Per-model feature overloading via new API 
      vmaf_model_feature_overload().
    - Multiple unique configurations of the same feature extractor
      may be registered run at the same time.
    - --aom_ctc v1.0 preset, encompassing all metrics specified by
      the AOM CTC.
- Changes from 2.0.0
  * New features:
    - Add PSNR-HVS and CIEDE2000 metrics.
    - ci/actions: upload linux/macos artifacts (#738)
    - libvmaf/feature: deprecate daala_ssim (#735)
    - libvmaf: remove support for pkl models
    - libvmaf/psnr: rewrite using integer types, 2x speedup
    - vmaf: if no model is specified, enable v0.6.1 by default (#730)
    - libvmaf/x86: add AVX2/AVX-512 optimizations for adm, vif and
      motion
    - ci/actions: add xxd to build dependencies for Windows
    - libvmaf: add support for built-in models
    - libvmaf/integer_vif: use symmetrical mirroring on edges
    - Fix log2 by replacing log2f_approx with log2f
    - libvmaf_rc: provide a backwards compatible compute_vmaf(),
      link vmafossexec with libvmaf
    - libvmaf: add framework support for json models
    - libvmaf/libsvm: update libsvm to version 324
    - libvmaf/motion: add motion_force_zero to motion fex
    - return sha1 if Asset string is longer than 255
    - Add CID/iCID Matlab source code
    - build: unbreak x86 builds (Fixes: #374)
    - Add 12bit and 16bit support for python YUV reader; add tests.
    - Add PypsnrFeatureExtractor
    - Add processes to FeatureAssembler. (#662)
  * Fixed bugs:
    - fix motion flush for single frame input
    - Fixing the perf_metric for a single entry list input
- Drop 0001-build-unbreak-x86-builds.patch, because now in upstream.
- Remove data subpackage because models now build in.

OBS-URL: https://build.opensuse.org/request/show/861398
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=7
2021-01-07 21:44:58 +00:00

54 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Thu Jan 7 15:37:35 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 2.1.0
* New features:
- Per-model feature overloading via new API
vmaf_model_feature_overload().
- Multiple unique configurations of the same feature extractor
may be registered run at the same time.
- --aom_ctc v1.0 preset, encompassing all metrics specified by
the AOM CTC.
- Changes from 2.0.0
* New features:
- Add PSNR-HVS and CIEDE2000 metrics.
- ci/actions: upload linux/macos artifacts (#738)
- libvmaf/feature: deprecate daala_ssim (#735)
- libvmaf: remove support for pkl models
- libvmaf/psnr: rewrite using integer types, 2x speedup
- vmaf: if no model is specified, enable v0.6.1 by default (#730)
- libvmaf/x86: add AVX2/AVX-512 optimizations for adm, vif and
motion
- ci/actions: add xxd to build dependencies for Windows
- libvmaf: add support for built-in models
- libvmaf/integer_vif: use symmetrical mirroring on edges
- Fix log2 by replacing log2f_approx with log2f
- libvmaf_rc: provide a backwards compatible compute_vmaf(),
link vmafossexec with libvmaf
- libvmaf: add framework support for json models
- libvmaf/libsvm: update libsvm to version 324
- libvmaf/motion: add motion_force_zero to motion fex
- return sha1 if Asset string is longer than 255
- Add CID/iCID Matlab source code
- build: unbreak x86 builds (Fixes: #374)
- Add 12bit and 16bit support for python YUV reader; add tests.
- Add PypsnrFeatureExtractor
- Add processes to FeatureAssembler. (#662)
* Fixed bugs:
- fix motion flush for single frame input
- Fixing the perf_metric for a single entry list input
- Drop 0001-build-unbreak-x86-builds.patch, because now in upstream.
- Remove data subpackage because models now build in.
-------------------------------------------------------------------
Mon Oct 19 12:06:33 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Add missing BuildRequires: pkg-config. This is still needed
for rpm to pick up .pc and generate pkgconfig() symbols.
-------------------------------------------------------------------
Sat Oct 17 16:20:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 1.5.3) for build.opensuse.org
- Add 0001-build-unbreak-x86-builds.patch