]> git.sesse.net Git - mlt/history - src/modules
Change this to frame or filter as appropriate
[mlt] / src / modules /
2014-02-11 Janne LiljebladChange this to frame or filter as appropriate
2014-02-11 Janne LiljebladChange expression half-comma to semicolon and fix typos
2014-02-10 Janne LiljebladAdd rgblut filter
2014-02-06 Dan DennedyFix build against libav master.
2014-02-06 Brian MatherlyMake program property mutable
2014-02-05 Dan DennedyFix build on Windows due to missing queue macros.
2014-02-05 Brian MatherlyFix COPYING file
2014-02-05 Brian MatherlyAdd new audio loudness filter based on EBU R128
2014-02-01 Dan DennedyIf LC_NUMERIC unsupported on OS, serialize XML with...
2014-01-30 Steinar H. GundersonRemove the glsl_texture freelist.
2014-01-30 Steinar H. GundersonRemove the FBO freelist.
2014-01-30 Steinar H. GundersonTake MltInput out of the EffectChain.
2014-01-29 Brian MatherlySave vidstab results to file.
2014-01-29 Dan DennedyRemove a debug line.
2014-01-29 Dan DennedyAdd xml_retain property support to xml module.
2014-01-28 Dan DennedyFix Windows build against latest Movit.
2014-01-27 Dan DennedyFix underlinking opengl module needs pthread.
2014-01-27 Steinar H. GundersonUse GL_RBGA8 as internal format.
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-25 Dan DennedyFix crash on audio only clip using uninialized mutex.
2014-01-22 Brian MatherlyWork around for vid.stab chroma skew when using 4:2:2
2014-01-21 Dan DennedyFix aspect ratio if width or height are set after aspec...
2014-01-21 Dan DennedyFix a few problems with YCbCr colorspace conversion.
2014-01-20 Brian MatherlyFix configure script
2014-01-20 Brian MatherlyUpdates to vid.stab module.
2014-01-18 Brian MatherlyAdd support for more image formats to vid.stab
2014-01-17 Steinar H. GundersonMake movit_mix ignore empty "mix" parameter strings.
2014-01-17 Steinar H. GundersonGive movit_mix's reverse parameter the same metadata...
2014-01-17 Steinar H. GundersonCorrect maximum matrix size for DeconvolutionSharpenEffect.
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-16 Brian MatherlyUpdates to vid.stab module.
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. GundersonProducer color hack for Movit.
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-12 Brian MatherlyMerge branch 'master' of github.com:mltframework/mlt
2014-01-12 Brian MatherlyFix kwalify effor for vidstab service metadata
2014-01-12 Brian MatherlyFile header consistency
2014-01-12 Brian MatherlyFix version detection in vid.stab configure
2014-01-12 Brian MatherlyFix vid.stab configure script
2014-01-12 Brian MatherlyMerge filter_detect and filter_transform into filter_vi...
2014-01-10 Jakub KsiezniakAdded a fourth filter, that combines both detect and...
2014-01-07 Brian MatherlyMark vid.stab module as GPL
2014-01-07 Jakub KsiezniakUpdate module to work with the latest vid.stab version...
2014-01-07 Jakub KsiezniakCreated a new module to support vid.stab library.
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-03 Dan DennedyOn Qt 5, use QThread, QOpenGLContext, and QOffscreenSur...
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 DennedyFix Windows build.
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 DennedyFix misspelling in consumer_xml.yml.
2013-12-30 Dan DennedyConvert backtick to $(shell) in Makefiles.
2013-12-30 Dan DennedyFix pbo->size uninitialized.
2013-12-30 Dan DennedySet the return format for default case in color producer.
2013-12-30 Dan DennedyFix build on Freetype 2.5.
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-12-28 Dan DennedyDo not serialize tractor in/out if unset.
2013-12-20 Dan DennedyFix concurrency bug in image producers.
2013-12-19 Dan DennedyDocument the store property of xml consumer.
2013-12-18 Brian MatherlyFix capitalization of Qt
2013-12-18 Brian MatherlyFix pause for noise producer.
2013-12-17 Brian MatherlyFinalize qimage->qt rename
2013-12-17 Brian MatherlyRename 'qimage' module to 'qt'
2013-12-08 Brian MatherlyFix clock hand for down direction
2013-12-08 Brian MatherlyCount uses qtext first and falls back to pango
2013-12-08 Brian MatherlyDynamic text uses qtext first and falls back to pango
2013-12-08 Brian MatherlyImprovements to qtext to improve the use of cached...
2013-12-05 Brian MatherlyAdd qtext to loader for .txt files
2013-12-05 Brian MatherlyMove blipflash, dynamictext and count into plus module
2013-12-04 Brian MatherlyInitial implementation of producer_qtext
2013-11-17 Dan DennedyDocument sepia filter.
2013-11-10 Dan DennedyMake xml consumer respect video_off and audio_off.
2013-11-08 Dan DennedyAdd a refresh property to videostab2 filter.
2013-11-06 Dan DennedyAdd analysis_level property to sox filter.
2013-11-06 Dan DennedyFix audio distortion in float -> int32 conversion.
2013-10-28 Dan DennedyFix videostab2 interpolation.
2013-10-24 Dan DennedyFrei0r glow is not thread-safe.
2013-10-21 Dan DennedyFix memory leak converting image in RAM to GL texture.
2013-10-19 Maksym Veremeyenkoframe leak fix
2013-10-17 Dan DennedyAdd filter_panner.yml metadata.
2013-10-17 Dan DennedyAdd 'boolean' and 'argument' to service metadata schema.
2013-10-16 Dan DennedyFix crash when LADSPA_PATH is empty string.
2013-10-16 Dan DennedyFix serializing an xml producer by itself.
2013-10-15 Dan DennedyMake xml non-seekable only if explicitly set.
2013-10-04 Dan DennedyFix possible divide by zero.
next