summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-06-11 10:31:59 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-06-13 01:21:47 +0200
commitdc5e26d67f5cdcfb9e9add7c1da3684d29532b34 (patch)
treeb5aefc4b7ae0cc7d6fca1eee1d814fbd83bea03b /Changelog
parent0ec65aa1046a4417d5c7dfcf8faeecde60e3fe00 (diff)
lavfi: add rotate filter
Based on the libavfilter SOC filter by Vitor Sessak, with the following additions: * integer arithmetic * bilinear interpolation * RGB path * configurable parametric angle, output width and height Address trac issue #1500. See thread: Subject: [FFmpeg-devel] [WIP] rotate filter(s) Date: 2010-10-03 17:35:49 GMT
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 18e7c79f2a..2a52317d26 100644
--- a/Changelog
+++ b/Changelog
@@ -66,6 +66,7 @@ version <next>:
- sab filter ported from libmpcodecs
- ffprobe -show_chapters option
- WavPack encoding through libwavpack
+- rotate filter
version 1.2: