notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/vmaf/Makefile
SVNWeb

Number of commits found: 18

Fri, 7 Apr 2023
[ 18:36 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:49084ddd4a80b83716666e53dd964262540c611b  commit hash:49084ddd4a80b83716666e53dd964262540c611b  commit hash:49084ddd4a80b83716666e53dd964262540c611b  49084dd 
multimedia/vmaf: reduce BUILD_DEPENDS after de841b40d24d
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 11 Apr 2022
[ 20:49 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:517f99831f59ea304d8a72dd47680736437f99bc  commit hash:517f99831f59ea304d8a72dd47680736437f99bc  commit hash:517f99831f59ea304d8a72dd47680736437f99bc  517f998 
multimedia/vmaf: update to 2.3.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.3.1
Reported by:	GitHub (watch releases)
Mon, 8 Nov 2021
[ 17:33 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:355579c2ebff93c22fe8d3bb1004103c4e2154b7  commit hash:355579c2ebff93c22fe8d3bb1004103c4e2154b7  commit hash:355579c2ebff93c22fe8d3bb1004103c4e2154b7  355579c 
multimedia/vmaf: unbreak built-in models after 1868dedecc9a

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf WARNING no such built-in model: "vmaf_v0.6.1"
[Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version:
vmaf_v0.6.1
[AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf'
[ 17:33 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8  commit hash:7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8  commit hash:7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8  7f163c2 
multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9a

$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame    1/0          0B       0 us 0.00 fpm [ETA  unknown] libvmaf
ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future
libvmaf version
libvmaf ERROR could not read model from path:
"/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for
details
Sat, 16 Oct 2021
[ 21:58 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:31f242f5ea54b74fb758466ec4ffd89bed652123  commit hash:31f242f5ea54b74fb758466ec4ffd89bed652123  commit hash:31f242f5ea54b74fb758466ec4ffd89bed652123  31f242f 
multimedia/vmaf: update to 2.3.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.3.0
Reported by:	GitHub (watch releases)
Tue, 21 Sep 2021
[ 04:24 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b98d710c4ea7d5de6367e2511043137ba5cbc665  commit hash:b98d710c4ea7d5de6367e2511043137ba5cbc665  commit hash:b98d710c4ea7d5de6367e2511043137ba5cbc665  b98d710 
multimedia/vmaf: update to 2.2.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.2.1
Reported by:	GitHub (watch releases)
Fri, 2 Jul 2021
[ 22:05 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:77c14f23c56836d473c4589c0bd665862740ad74  commit hash:77c14f23c56836d473c4589c0bd665862740ad74  commit hash:77c14f23c56836d473c4589c0bd665862740ad74  77c14f2 
multimedia/vmaf: update to 2.2.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.2.0
Reported by:	GitHub (watch releases)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 14 Jan 2021
[ 08:35 jbeich search for other commits by this committer ] Original commit   Revision:561544
multimedia/vmaf: update to 2.1.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.1.1
Reported by:	GitHub (watch releases)
Thu, 31 Dec 2020
[ 00:31 jbeich search for other commits by this committer ] Original commit   Revision:559689
multimedia/vmaf: update to 2.1.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.1.0
Reported by:	GitHub (watch releases)
Mon, 7 Dec 2020
[ 20:51 jbeich search for other commits by this committer ] Original commit   Revision:557247
multimedia/vmaf: update to 2.0.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by:	GitHub (watch releases)
Tue, 25 Aug 2020
[ 00:42 jbeich search for other commits by this committer ] Original commit   Revision:546132
multimedia/vmaf: update to 1.5.3

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.3
Changes:	https://github.com/Netflix/vmaf/compare/v1.5.2...v1.5.3
Reported by:	GitHub (watch releases)
Thu, 2 Jul 2020
[ 00:54 jbeich search for other commits by this committer ] Original commit   Revision:541004
multimedia/vmaf: update to 1.5.2

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.2
Changes:	https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2
Reported by:	GitHub (watch releases)
Sat, 29 Feb 2020
[ 17:47 jbeich search for other commits by this committer ] Original commit   Revision:527448
multimedia/vmaf: replace patch with upstream version

Git hash is different due to cherry-pick.
[ 15:53 jbeich search for other commits by this committer ] Original commit   Revision:527426 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
multimedia/vmaf: update to 1.5.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by:	GitHub (watch releases)
Tue, 8 Oct 2019
[ 04:48 jbeich search for other commits by this committer ] Original commit   Revision:514029 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
multimedia/vmaf: add new port

VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.

https://github.com/Netflix/vmaf

Number of commits found: 18