]> git.sesse.net Git - mlt/history - src/modules/avformat/filter_avcolour_space.c
Fix YUV to RGB conversion when profile colorspace not 601.
[mlt] / src / modules / avformat / filter_avcolour_space.c
2014-02-20 Dan DennedyFix YUV to RGB conversion when profile colorspace not...
2014-02-15 Dan DennedyFix regression in YUV/RGB luma scaling, commit 6834acd...
2014-01-21 Dan DennedyFix a few problems with YCbCr colorspace conversion.
2013-03-23 Dan DennedyDrop support for FFmpeg v0.5 and v0.6 and require swscale.
2013-03-23 Dan DennedyMake the arg to avcolor_space filter a pointer.
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-03-07 Dan DennedyShow the invalid format in the error message.
2013-02-21 Dan DennedyLet loader producer use new GLSL normalizing filters...
2012-11-09 Maksym Veremeyenkocalc image size as largest of two image size calculatio...
2012-02-20 Dan Dennedylet mlt_frame_set_alpha clear the get_alpha_mask functi...
2012-02-06 Dan DennedyMerge branch 'pez'
2012-02-05 Dan Dennedyfix color problem with libav (3483629)
2011-08-14 Dan DennedyCheck swscale context before using it.
2011-04-21 Dan DennedyFix regression initializing coefficients.
2011-04-21 Dan DennedyFix avformat compile warns on const and 64-bit string...
2011-03-07 Dan DennedyDefine out this unused code.
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.
2010-10-21 Dan DennedyDisable colorspace normalization - not working yet.
2010-10-05 Dan DennedyFFmpeg build improvements (3078007).
2010-09-27 Dan DennedySet default colorspace (from profile) on frames.
2010-09-26 Dan DennedyRename variables and properties around luma range for...
2010-09-26 Dan DennedyAdd conversion to profile colorspace.
2010-09-26 Dan DennedyRename yuv_std to colorspace.
2010-09-26 Dan DennedyAdd input YUV colorspace (601 vs 709) handling.
2010-09-26 Dan DennedyRevert new image types.
2010-09-26 Dan DennedyGet initial skipping of luma scaling to work.
2010-09-26 Dan DennedyImprove colorspace handling (work in progress)
2010-09-13 Dan DennedyEnhance image conversion logging.
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
2010-09-07 Dan DennedyFix regression in commit f9dbf1.
2010-09-06 Dan DennedyApply alpha on frame to rgba image (kdenlive-1786).
2010-08-24 Dan DennedyFix regression in avcolorspace filter.
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-04-18 Dan DennedyOnly use newish version of libswcale.
2010-02-28 Dan DennedyAdd resolution as init arg to libswscale filters.
2010-02-26 Dan DennedyMake FFmpeg the primary image converter if available.
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...
2008-02-02 ddennedyframework: remove global profile, rather share one...
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2007-03-04 ddennedyadd support for ffmpeg libswscale
2006-05-04 lilo_booter+ Big endian patch courtesy of Goncalo Carvalho (glslan...
2005-09-29 lilo_booter+ Extracts alpha from rgb24a images
2005-09-23 lilo_booterfilter_avcolour_space.c
2005-09-07 lilo_bootersrc/framework/mlt_consumer.c
2005-06-04 lilo_booterSanity checks for normalising filters
2005-06-01 lilo_booterSanity checks
2004-12-01 lilo_booterBig modification - switch to macros for parent class...
2004-08-10 lilo_booterColour space filter