]> git.sesse.net Git - mlt/history - src/modules/core/filter_crop.c
Refactor to use mlt_frame_set_image/_alpha.
[mlt] / src / modules / core / filter_crop.c
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2010-09-22 Dan DennedyTest the function pointer to be safe.
2010-09-22 Dan DennedyRemove an extra debug log message.
2010-09-22 Dan DennedyFix crop making image black in a multitrack (kdenlive...
2010-09-14 Dan DennedyFix bug with crop always asking for RGB even when not...
2010-09-12 Dan DennedyFix bugs with odd width YUV processing.
2010-09-11 Dan DennedyFix sometimes tight crop causes a green line at bottom.
2010-09-11 Dan DennedyValidate alpha channel size before cropping and padding it.
2009-12-11 Dan DennedyAdd center_bias property to crop filter.
2009-12-02 Dan DennedyAdd center property to crop to automatically fill frame.
2009-12-02 Dan DennedyFix distorting aspect ratio of images with crop.
2009-12-02 Dan DennedyAdd support for cropping RGB(A).
2009-11-30 Dan DennedyRe-Fix bounds checking of crop filter (kdenlive-1148).
2009-10-12 Dan DennedyFix bounds checking of crop filter (kdenlive-1148).
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-05-28 Dan DennedyImprove performance of crop filter.
2009-05-08 Dan DennedyMerge ../mlt++
2009-04-03 ddennedyfilter_crop.c: bugfix chroma alignment
2009-02-14 ddennedyfilter_crop.c: add cropping filter (kdenlive-509)