diff options
author | Ashish Singh <ashk43712@gmail.com> | 2017-07-15 22:12:33 +0530 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2017-07-16 08:21:32 -0400 |
commit | 615479d51c6a76275c114888b5600b929309f4c4 (patch) | |
tree | 9e662599aa917950a457bc64c80135611a1487dd /Changelog | |
parent | 4de4308d2aa3bfaa286ab566caf087d523cf9a85 (diff) | |
download | ffmpeg-615479d51c6a76275c114888b5600b929309f4c4.tar.gz |
avfilter: add LIBVMAF filter
This one changes the previous vmaf patch to libvmaf to keep it separate from the
native implementation of vmaf inside ffmpeg later.
Signed-off-by: Ashish Singh <ashk43712@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ version <next>: - additional frame format support for Interplay MVE movies - support for decoding through D3D11VA in ffmpeg - limiter video filter +- libvmaf video filter version 3.3: - CrystalHD decoder moved to new decode API |