[Mlt-devel] Git: Add use_normalised to affine filter.
Brought to you by:
ddennedy,
lilo_booter
|
From: Dan D. <da...@de...> - 2011-01-12 02:10:50
|
src/modules/plus/filter_affine.c | 9 ++++++
src/modules/plus/interp.h | 53 ++++++++++++++++++++--------------
src/modules/plus/transition_affine.c | 18 +++++++++--
3 files changed, 54 insertions(+), 26 deletions(-)
New commits:
commit 7406f5658b0be0a57477b34f53607ac008482bca
Author: Dan Dennedy <da...@de...>
Date: Tue Jan 11 18:10:33 2011 -0800
Add use_normalised to affine filter.
commit 8f146027366028e301729f8dacd6797907a8f14a
Author: Dan Dennedy <da...@de...>
Date: Tue Jan 11 17:53:47 2011 -0800
Fix some regressions in affine.
Crashing on null rescale.interp and still some incorrect handling of
sample aspect ratios.
commit 6a901f027d2b93b6a328dab54c0d23fe3c807c50
Author: Dan Dennedy <da...@de...>
Date: Mon Jan 10 21:57:56 2011 -0800
Add geometry opacity interpretation to affine.
Also, fixes interpolation method selection and removes a redundant
bounds test.
|