]> git.sesse.net Git - mlt/history - src/modules/opengl
Let Movit effects supply their own fingerprint.
[mlt] / src / modules / opengl /
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-15 Dan DennedyFix metadata registration of renamed movit filters.
2014-01-14 Steinar H. GundersonRemove now unused FBOInput.
2014-01-14 Steinar H. GundersonChange how the Movit chain is built.
2014-01-14 Steinar H. GundersonRename some Movit filter filenames, for consistency.
2014-01-12 Steinar H. GundersonAdd back automatic cleanup of OpenGL fences.
2014-01-12 Dan DennedyFix crash in glDeleteSync() called on wrong thread.
2014-01-12 Steinar H. GundersonReplace glFinish with OpenGL fences.
2014-01-12 Steinar H. GundersonMake the Movit converter use the correct color primaries.
2014-01-06 Steinar H. GundersonChange get_effect/add_effect to take in mlt_service.
2014-01-06 Steinar H. GundersonRename glsl_manager.h to filter_glsl_manager.h, to...
2014-01-01 Dan DennedyFix crash in release_texture() called in frame destructor.
2014-01-01 Dan DennedyPrevent sharing FBOs between contexts.
2013-12-31 Steinar H. GundersonWhen doing glReadPixels(), make sure we read from the...
2013-12-31 Dan DennedyRefactor movit.convert, movit.mix, and movit.overlay.
2013-12-31 Dan DennedyAdd thread locks around accessing GlslManager resources.
2013-12-30 Dan DennedyConvert backtick to $(shell) in Makefiles.
2013-12-30 Dan DennedyFix pbo->size uninitialized.
2013-12-30 Dan DennedyFix deadlock in movit.overlay transition.
2013-12-30 Dan DennedyFix title of movit.overlay transition.
2013-12-30 Dan DennedyConvert sRGB to linear in movit.white_balance filter.
2013-10-21 Dan DennedyFix memory leak converting image in RAM to GL texture.
2013-09-22 Dan DennedyMovit and glew pkg-config have 'GL' in includes.
2013-08-24 Dan DennedyAdd "close glsl" event to glsl.manager service.
2013-06-02 Dan DennedyRevmove unnecessary forward declaration.
2013-06-02 Dan DennedyRemove unused member (coverity-1026799).
2013-06-02 Dan DennedyFix tiny memory leak in GlslManager (coverity-1026795).
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-06-01 Dan DennedyConvert movit.rect to mlt_rect.
2013-06-01 Dan DennedyAdd property animation to the other movit services.
2013-06-01 Dan DennedyAdd property animation to movit.blur filter.
2013-03-27 Dan DennedyFix movit.white_balance metadata.
2013-03-24 Dan DennedyFix frames with test_image in opengl filters.
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-10 Dan DennedyFix type in movit.sharpen 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-03-08 Dan DennedyAdd locking to opengl services for thread protection.
2013-03-08 Dan DennedyMake opengl filters support attach, detach, and disable.
2013-02-25 Dan DennedyLet movit.convert suport non-glsl to glsl_texture.
2013-02-23 Dan DennedyFix OpenGL context cleanup on Windows.
2013-02-23 Dan DennedySome minor logging cleanup.
2013-02-21 Dan DennedyFix crash when stopping xgl consumer.
2013-02-21 Dan DennedyCleanup some logging from work in opengl branch.
2013-02-21 Dan DennedyAdd the new opengl module (opengl branch).