]> git.sesse.net Git - mlt/history - src
Fix doc error for mlt_playlist_is_blank().
[mlt] / src /
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.
2013-12-30 Dan DennedyPropogate service-changed event to cut producer's parent.
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 DennedyReturn a sensible size for glsl image types.
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-30 Dan DennedyAdd mutex locks to mlt_property_anim_get functions.
2013-12-28 Dan DennedyDo not serialize tractor in/out if unset.
2013-12-23 Dan DennedyAdd disable property to mlt_transition.
2013-12-23 Dan DennedyMove "disable" property doc from service to filter.
2013-12-21 Dan DennedyFix bug passing serializable data property (SF-202).
2013-12-20 Dan DennedyFix concurrency bug in image producers.
2013-12-19 Dan DennedyDocument the store property of xml consumer.
2013-12-19 Dan DennedyFix mixer tractor missing profile reference.
2013-12-19 Dan DennedyAdd mlt_properties_frames_to_time() and mlt_properties_...
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-24 Dan DennedyDocument the playlist hide property.
2013-11-21 Dan DennedyWorkaround Win32 apps sometimes hang on exit.
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-25 Maksym Veremeyenkorace condition fix
2013-10-24 Dan DennedyFrei0r glow is not thread-safe.
2013-10-24 Dan DennedyFix crash removing filter attached to a service.
2013-10-21 Dan DennedyFix memory leak converting image in RAM to GL texture.
next