| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
61274193e3 |
avfilter/vf_rotate: use vsub for output plane height calculation
Output plane height used horizontal instead of vertical subsampling. This is just cosmetic change as filter does not support formats where vertical subsampling does not match horizontal one. Signed-off-by: Paul B Mahol <onemda@gmail.com> |
12 years ago |
|
|
d2382903d6 |
avfilter/vf_rotate: fix 'oh' option description
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
12 years ago |
|
|
19c8f22714 |
lavfi/rotate: switch to new drawutils
Get rid of ugly hacks, also add support for more pixel formats. Signed-off-by: Paul B Mahol <onemda@gmail.com> |
12 years ago |
|
|
e0135a4bcd | lavfi/rotate: add angle command | 12 years ago |
|
|
dc5e26d67f |
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 |
12 years ago |