diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-11 10:31:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-13 01:21:47 +0200 |
commit | dc5e26d67f5cdcfb9e9add7c1da3684d29532b34 (patch) | |
tree | b5aefc4b7ae0cc7d6fca1eee1d814fbd83bea03b /Changelog | |
parent | 0ec65aa1046a4417d5c7dfcf8faeecde60e3fe00 (diff) | |
download | ffmpeg-dc5e26d67f5cdcfb9e9add7c1da3684d29532b34.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ version <next>: - sab filter ported from libmpcodecs - ffprobe -show_chapters option - WavPack encoding through libwavpack +- rotate filter version 1.2: |