]> git.sesse.net Git - mlt/history - src/modules/opengl/filter_movit_convert.cpp
Hide the movit.parms properties from serialization.
[mlt] / src / modules / opengl / filter_movit_convert.cpp
2014-04-05 Dan DennedyHide the movit.parms properties from serialization.
2014-04-04 Steinar H. GundersonUse the shared ResourcePool also for ad-hoc EffectChains.
2014-03-26 Dan DennedyAdd movit.luma transition.
2014-02-12 Steinar H. GundersonAdjust for Movit moving into namespace movit.
2014-01-30 Steinar H. GundersonTake MltInput out of the EffectChain.
2014-01-26 Steinar H. GundersonCall invalidate_pixel_data() after frame rendering.
2014-01-26 Steinar H. GundersonUse the new ResourcePool Movit functionality.
2014-01-26 Steinar H. GundersonPropertly refcount the GlslManager.
2014-01-17 Steinar H. GundersonLet Movit effects supply their own fingerprint.
2014-01-17 Steinar H. GundersonStop special-casing the disable parameter for setting.
2014-01-15 Dan DennedyConvert a printf to mlt_log_debug.
2014-01-14 Steinar H. GundersonChange how the Movit chain is built.
2014-01-12 Steinar H. GundersonMake the Movit converter use the correct color primaries.
2014-01-06 Steinar H. GundersonRename glsl_manager.h to filter_glsl_manager.h, to...
2013-12-31 Dan DennedyRefactor movit.convert, movit.mix, and movit.overlay.
2013-10-21 Dan DennedyFix memory leak converting image in RAM to GL texture.
2013-03-23 Dan DennedyMake the arg to avcolor_space filter a pointer.
2013-03-23 Dan DennedyFix crash when using melt with qglsl on Windows.
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-03-09 Dan DennedyLet the app set a flag to get existing GL texture.
2013-03-08 Dan DennedyCache the Movit chain used for RAM->GL texture conversion.
2013-02-25 Dan DennedyLet movit.convert suport non-glsl to glsl_texture.
2013-02-21 Dan DennedyCleanup some logging from work in opengl branch.
2013-02-21 Dan DennedyAdd the new opengl module (opengl branch).