]> git.sesse.net Git - mlt/history - src/modules/core/filter_crop.c
Fix calloc() parameter ordering
[mlt] / src / modules / core / filter_crop.c
2012-07-25 Mikko RapeliFix calloc() parameter ordering
2012-03-05 Dan Dennedyreplace legacy real_width and _height with meta.media...
2012-03-05 Dan Dennedyremove consumer_aspect_ratio property - use profile...
2012-03-05 Dan Dennedyremove usage of normalised_width and _height properties...
2012-03-05 Dan Dennedyrename this to frame and filter
2012-02-20 Dan Dennedylet mlt_frame_set_alpha clear the get_alpha_mask functi...
2011-03-13 Dan DennedyAdd boolean use_profile property to crop filter.
2011-03-07 Dan DennedyRefactor to use mlt_image_format_size().
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)