]> git.sesse.net Git - mlt/shortlog
mlt
2013-04-04 Dan DennedyExtend samples-per-frame fix to multi audio stream...
2013-04-04 Dan DennedyFix regression in most recent commit d658f9b.
2013-04-03 Dan DennedyFix handling filenames in XML with leading or trailing...
2013-04-02 Dan DennedyMerge pull request #28 from j-b-m/master
2013-03-31 Jean-Baptiste... Fix maxangle param in vstab transcode
2013-03-30 Dan DennedyFix compilation error introduced in previous commit.
2013-03-30 Dan DennedyExtend recent fix for samples-per-frame to the flush...
2013-03-30 Dan DennedyFix A/V sync error accumulation in avformat consumer.
2013-03-30 Dan DennedyFix A/V sync error accumulation regression in avformat...
2013-03-28 Dan DennedyFix applying ffmpeg-like options to mlt_profile.
2013-03-27 Dan DennedyFix movit.white_balance metadata.
2013-03-24 Dan DennedyFix frames with test_image in opengl filters.
2013-03-24 Dan DennedyDo not deinterlace framw with test_image.
2013-03-24 Dan DennedyFix swscale to take init size arg as pointer.
2013-03-24 Dan DennedyImprove frame rate detection with libav master.
2013-03-23 Dan DennedyRestore avresample filter when build against FFmpeg.
2013-03-23 Dan DennedyAdd support for libavformat and libavcodec major versio...
2013-03-23 Dan DennedyDrop support for FFmpeg v0.5 and v0.6 and require swscale.
2013-03-23 Dan DennedyRemove audio resampling from avformat producer.
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-22 Dan DennedyCleaner fix for segfault at exit on av_lockmgr_regiter...
2013-03-22 Dan DennedyAdd frei0r lenscorrection and pixeliz0r to param_name_map.
2013-03-22 Dan DennedyRevert recent change to format of version in metadata.
2013-03-22 Dan DennedyAdd a frei0r param name mapping system.
2013-03-22 Dan DennedyMake avformat_lockmgr() safer by setting mutex pointer...
2013-03-22 Nicolas BoichatFix Segmentation fault at exit by calling av_lockmgr_re...
2013-03-22 Dan DennedyAdd input pointer checks to mlt_properties (SF-191).
2013-03-17 Dan DennedyImprove frei0r metadata with sanitized defaults.
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-03-17 Dan DennedySwitch to indexed propery names for frei0r params.
2013-03-14 Dan DennedyAdd python WebVfx-to-SDI web service.
2013-03-14 Dan DennedyTell loader how to use WebVfx.
2013-03-13 Dan DennedyCorrect maximum for maxangle (SF-189).
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-09 Brian MatherlyFix typo in logic
2013-03-09 Dan DennedyImprove refresh handling for sdl_audio consumer.
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-03-07 Dan DennedyShow the invalid format in the error message.
2013-03-04 Dan DennedyAdd mlt_service_filter_count and Mlt::Service::filter_c...
2013-02-26 Brian MatherlyAdd new avsync module
2013-02-25 Dan DennedyLet qglsl multi consumer work with more consumers.
2013-02-25 Dan DennedyLet movit.convert suport non-glsl to glsl_texture.
2013-02-25 Dan DennedyFix assert in libavformat using force_fps with AVI...
2013-02-25 Dan DennedyFix crash on missing NULL at end of mlt_events_fire().
2013-02-23 Dan DennedyFix OpenGL context cleanup on Windows.
2013-02-23 Dan DennedyCleanup the OpenGL context when consumer stops.
2013-02-23 Dan DennedySome minor logging cleanup.
2013-02-23 Dan DennedyQApplication::processEvents is not needed in qglsl.
2013-02-22 Dan DennedyMerge pull request #27 from j-b-m/master
2013-02-22 Jean-Baptiste... Fix crash in Kdenlive title producer (kdenlive-2987)
2013-02-21 Brian MatherlyUse raise() instead of kill() for portability.
2013-02-21 Dan DennedyForgot macro name in previous commit!
2013-02-21 Dan DennedyFix melt compilation on Windows (kill not available).
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 DennedyFix syntax error in mlt++ symbol version script.
2013-02-21 Dan DennedyLet melt and xml producer use qglsl consumer (opengl...
2013-02-21 Dan DennedyAdd qglsl multi consumer (opengl branch).
2013-02-21 Dan DennedyLet loader producer use new GLSL normalizing filters...
2013-02-21 Dan DennedyAdd the new opengl module (opengl branch).
2013-02-21 Dan DennedyAdd consumer-thread-started and -stopped events (opengl...
2013-02-21 Dan DennedyAdd mlt_image_glsl and _glsl_texture (opengl branch).
2013-02-21 Dan DennedyAdd Mlt::Deque::peek() (opengl branch).
2013-02-20 Brian MatherlyRestore the terminal when melt exits abnormally
2013-02-19 Brian MatherlyMerge branch 'master' of git://github.com/mltframework...
2013-02-19 Brian MatherlyFix typo in filter_dynamictext.c
2013-02-15 Brian MatherlyAdd ladspa producer
2013-02-13 Dan DennedyAdd switcher.py SDI switcher example script.
2013-02-13 Brian MatherlyMerge pull request #26 from RedDwarf69/fix_osx_symver
2013-02-13 Cristian Morales... Fix OSX buld which broke when adding Linux symbols...
2013-02-13 Dan DennedyMerge pull request #25 from RedDwarf69/versioned_symbols
2013-02-12 Dan DennedyMerge pull request #24 from RedDwarf69/versioned_dirs
2013-02-10 Dan DennedyFix SDL resize regression in last commit. (SF-186)
2013-02-10 Dan DennedyRemove local references to SDL_Surface. (SF-186)
2013-02-09 Cristian Morales... Use symbol versioning
2013-02-08 Cristian Morales... Make the versioning opt-in
2013-02-07 Cristian Morales... Version modules and data directories, and melt
2013-02-03 Dan DennedyFix rightmost column flicker in composite transition...
2013-02-02 Dan DennedyMerge pull request #23 from j-b-m/master
2013-02-02 Jean-Baptiste... Fix wrong type causing bug in titler (kdenlive-2971)
2013-01-30 Dan DennedyFix YAML parser not tracking sequence index per tree...
2013-01-27 Dan DennedyImprove field order indication on rawvideo output.
2013-01-22 Brian MatherlyConvert dynamictext to use pango and composite directly...
2013-01-21 Dan DennedyUpdate ChangeLog for v0.8.8.
2013-01-21 Dan DennedySet version to 0.8.8.
2013-01-21 Dan DennedyAdd release notes for v0.8.8.
2013-01-21 Dan DennedyFix audio seeking when no first video pts available.
2013-01-21 Dan DennedyFix interlace flags in rawvideo output.
2013-01-08 Dan DennedyContinue A/V sync fix when splitting audio and video...
2013-01-08 Dan DennedyFix A/V sync when splitting audio and video (kdenlive...
2012-12-31 Dan DennedyFix build against FFmepg 0.5 and 0.6.
2012-12-28 Dan DennedyMerge pull request #22 from j-b-m/master
2012-12-28 Jean-Baptiste... Force text item width and height with typewriter effect,
2012-12-27 Dan DennedyMerge pull request #21 from inaes-tic/master
2012-12-26 Niv Sardipixbuf producer: loop option to loop sequence selectively
2012-12-23 Brian MatherlyFix to properly align multiline text
next