Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Singh <ashk43712@gmail.com>2017-07-15 19:42:33 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2017-07-16 15:21:32 +0300
commit615479d51c6a76275c114888b5600b929309f4c4 (patch)
tree9e662599aa917950a457bc64c80135611a1487dd /Changelog
parent4de4308d2aa3bfaa286ab566caf087d523cf9a85 (diff)
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--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 02ba786d1d..927cf1c858 100644
--- a/Changelog
+++ b/Changelog
@@ -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