Commit Graph

13 Commits

Author SHA256 Message Date
3e69ab05fb Accepting request 1146767 from home:mimi_vx:branches:multimedia:libs
- fix dependency on xxd

OBS-URL: https://build.opensuse.org/request/show/1146767
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=26
2024-02-15 11:52:46 +00:00
afcf27acad - Update to release 3.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=23
2023-12-07 20:44:00 +00:00
4aabb704e8 Accepting request 1072485 from home:onlyJak0b:Stable
When using libvmaf with ffmpeg, you always get errors/warnings like "no such built-in model" and "could not load libvmaf model" because the model is not actually built into the library. As mentioned in https://github.com/Netflix/vmaf/issues/989, xxd is required to include the model.

OBS-URL: https://build.opensuse.org/request/show/1072485
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=20
2023-03-16 21:59:01 +00:00
8279cbfd86 Build model data into the library, since make install does not
do anything by default. [boo#1189023]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=18
2022-11-09 10:31:06 +00:00
bf520426c2 - Drop recommends on vmaf-data, the package is gone since vmaf 2.x.
[boo#1189023]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=17
2022-11-09 10:26:40 +00:00
5f88fbf9ee - Update to release 2.3.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=15
2022-04-11 21:25:18 +00:00
860b671c11 - Update to release 2.3.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=14
2021-10-16 21:44:35 +00:00
268b85975f - Update to release 2.2.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=13
2021-09-21 19:20:15 +00:00
7bbdaee7f4 - Update to release 2.2.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=12
2021-07-02 19:02:10 +00:00
aa4f169809 Accepting request 877708 from home:dirkmueller:Factory
- update to 2.1.1:
  * Fixes a SSIM/MS-SSIM precision bug where a lossless comparison did not
    always result in a perfect 1.0 score. (#796).
  * Adds feature extractor options to clip the dB scores for both PSNR/SSIM.
    --aom_ctc v1.0 has been updated to use these clipping options according to
    the AOM CTC. (#802). 
- disable LTO build (fails at least since 2.1.0)

OBS-URL: https://build.opensuse.org/request/show/877708
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=10
2021-03-08 12:49:57 +00:00
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
2363ce8f80 - Add missing BuildRequires: pkg-config. This is still needed
for rpm to pick up .pc and generate pkgconfig() symbols.
(15.2 does not have libxcrypt-devel / TW does / which caused
pkgconfig to be always present in TW)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=3
2020-10-19 12:15:09 +00:00
915d33f401 Accepting request 842317 from home:jengelh:dev
OBS-URL: https://build.opensuse.org/request/show/842317
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=1
2020-10-18 17:19:40 +00:00