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:
authorGeorg Martius <martius@mis.mpg.de>2013-04-19 03:49:27 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-24 20:30:42 +0400
commit4364e1f150971c3023db7981c01193b36c8f5b17 (patch)
treeaf7b4456b79f052387c7129036264a728a45d688 /Changelog
parent6f1716c4b6d4c73bf7c945af199cf5d3c99ace5b (diff)
lavfi: add video stabilization plugins using vid.stab library
vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3e8293f0ae..f71e0d8ce0 100644
--- a/Changelog
+++ b/Changelog
@@ -31,6 +31,8 @@ version <next>:
- asetrate filter
- interleave filter
- timeline editing with filters
+- vidstabdetect and vidstabtransform filters for video stabilization using
+ the vid.stab library
version 1.2: