]> git.sesse.net Git - mlt/history - src
Merge pull request #37 from jliljebl/luma-lift-gain-gamma
[mlt] / src /
2014-02-26 Dan DennedyMerge pull request #37 from jliljebl/luma-lift-gain...
2014-02-25 Janne LiljebladSome fixes to lumaliftgaingamma.yml
2014-02-25 Dan DennedyAdd alpha property to movit.opacity filter.
2014-02-24 Janne LiljebladAdd lumaliftgaingamma filter to plusgpl
2014-02-20 Dan DennedyFix YUV to RGB conversion when profile colorspace not...
2014-02-17 Maksym Veremeyenkofix samples number calculation for 24 and 32 bit output
2014-02-17 Dan DennedyFix compiler warnings due to non-virtual destructors.
2014-02-17 Dan DennedyFix compile error on Windows.
2014-02-16 Dan DennedyFix asm compilation on some versions of gcc.
2014-02-16 Dan DennedyMove rotoscoping filter into plusgpl module.
2014-02-16 Dan DennedyMove burningtv into plusgpl module.
2014-02-16 Dan DennedyStart new plusgpl module from dgraft.
2014-02-16 Maksym Veremeyenkocheck result of header write
2014-02-16 Maksym Veremeyenkoimplement SSE optimized swab function
2014-02-16 Maksym Veremeyenkoadd frame drop explanation
2014-02-15 Dan DennedyRefactor producer color to use mlt_properties_get_color().
2014-02-15 Dan DennedyFix regression in YUV/RGB luma scaling, commit 6834acd...
2014-02-12 Dan DennedyFix closing the render thread.
2014-02-12 Dan DennedySet glsl_supported property to result of init_movit().
2014-02-12 Steinar H. GundersonAdjust for Movit moving into namespace movit.
2014-02-12 Dan DennedyMerge pull request #36 from jliljebl/rgblut
2014-02-11 Janne LiljebladUse filter properties instead of frame properties
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-11 Dan DennedyOn Windows, ensure consumer-thread-create fires on...
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-02-01 Dan DennedyIf LC_NUMERIC unsupported do not inadvertently change...
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 Dan DennedyFix doc error for mlt_playlist_is_blank().
2014-01-26 Steinar H. GundersonRemove pessimization in mlt_properties.
2014-01-26 Steinar H. GundersonReduce collisions in the mlt_properties hash function.
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-24 Brian MatherlyFix crash for mlt_audio_f32le and other formats that...
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-19 Dan DennedyFix crash on null eof string.
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 Brian MatherlyFix animation serialization when length is not specified
2014-01-15 Dan DennedyConvert a printf to mlt_log_debug.
2014-01-15 Dan DennedyFix metadata registration of renamed movit filters.
2014-01-15 Dan DennedyFix movit.convert.fence frame property when using tractor.
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-14 Dan DennedyFix bug parsing rect string with %.
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-05 Dan DennedyFix compilation error in previous commit.
2014-01-04 Dan DennedyChange param name "length" to "out" in mlt_playlist_ins...
2014-01-03 Dan DennedyOn Qt 5, use QThread, QOpenGLContext, and QOffscreenSur...
2014-01-02 Dan DennedyAdd consumer-thread-create and consumer-thread-join...
2014-01-02 Dan DennedyLet mlt_events_fire() return the number of listeners.
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 DennedyReturn firing consumer-thread-stopped to the render...
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.
next