]> git.sesse.net Git - mlt/history - src/modules/avformat/filter_swscale.c
Refactor to use mlt_frame_set_image/_alpha.
[mlt] / src / modules / avformat / filter_swscale.c
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-03 Dan DennedyRename 'this' in avformat module.
2011-01-24 Dan DennedyAdd service locks for parallelism.
2010-10-05 Dan DennedyFFmpeg build improvements (3078007).
2010-09-26 Dan DennedyRevert new image types.
2010-09-26 Dan DennedyImprove colorspace handling (work in progress)
2010-09-10 Dan DennedyMerge branch 'work' of git://github.com/gmarco/mlt
2010-09-08 Dan DennedyRefix alpha channel scaling memory leak (3060324).
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
2010-09-07 Dan DennedyFix memory leak regression introduced in commit 3a419b.
2010-08-29 Dan DennedyFix regression on scaling alpha channel.
2010-08-22 Dan DennedyUse caching for swscale contexts.
2010-08-22 Dan DennedyEnable swscale CPU flags.
2010-08-14 Dan DennedyImprove quality of libswscale conversions and scaling.
2010-02-28 Dan DennedyAdd resolution as init arg to libswscale filters.
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-05-08 Dan DennedyMerge ../mlt++
2009-03-10 ddennedyavformat: fix compilation due to recent PIX_FMT changes...
2009-01-29 j-b-mfilter_swscale.c: Fix compilation (typo introduced...
2009-01-29 ddennedyfilter_swscale.c: throw assert if creation of swscale...
2008-12-20 ddennedyavformat/filter_swscale.c: add support for scaling...
2008-12-20 ddennedyavformat/Makefile, avformat/factory.c, avformat/filter_...