Age | Commit message (Collapse) | Author |
|
|
|
It currently does not build with lto enabled.
|
|
It looks like that vmaf needs vim during build time for correctly
handling the built-in models, as it searchs for the 'xxd' command
(provided by vim) during the meson configuration. Without vim
('xxd' command), the test 'test_model' fails to run.
|
|
|
|
|
|
References
----------
https://github.com/Netflix/vmaf/commit/081604103e91c501afeb11491aad004240908f8b
|
|
The vmaf binary executables has changed.
References
----------
https://github.com/Netflix/vmaf/commit/10af8f245788a97c868f7ee6c52b2d838797cd41
https://github.com/Netflix/vmaf/commit/23aa467a619610e9b38f37b1ac42f797a6ee61fc
|
|
License changed from Apache to BSD (+ patents).
References
----------
https://github.com/Netflix/vmaf/commit/dedaa94dc73a0b8f3cbc5df4dd2b24d1375e037f
|
|
|
|
References
----------
https://github.com/Netflix/vmaf/commit/ee7bcc3c627e404896c38e3ab87106ec56609710
https://github.com/Netflix/vmaf/commit/a0a20f97c5fda7de2ad224431272e01322686e19
|
|
|
|
|
|
|
|
|
|
|
|
It seems that vmaf needs x86_64. At least, I could not get it
to compile on i686. If you need vmaf on i686, use the python
implementation by installing the package python2-vmaf.
|
|
|