Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: b539a54acfbe529c8a3ae178c83f8988b2386e7b https://github.com/mltframework/mlt/commit/b539a54acfbe529c8a3ae178c83f8988b2386e7b Author: Brian Matherly <c...@brianmatherly.com> Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths: M src/modules/plus/filter_text.c M src/modules/plus/filter_timer.c Log Message: ----------- Improve parallel processing for filter_timer. Copy the argument property and pass it to get_image() so that the mutex in get_image can be moved to allow parallel frame processing. Commit: d665ed5c08a9a6d10f4e3d9f196a7ee7a6e16653 https://github.com/mltframework/mlt/commit/d665ed5c08a9a6d10f4e3d9f196a7ee7a6e16653 Author: Brian Matherly <c...@brianmatherly.com> Date: 2018-11-30 (Fri, 30 Nov 2018) Changed paths: M src/modules/qt/Makefile M src/modules/qt/factory.c A src/modules/qt/filter_qtext.cpp A src/modules/qt/filter_qtext.yml Log Message: ----------- Add filter_qtext. This filter provides the same capabilities as filter_text, however, it draws directlly on the image rather than applying an encapsulated transition. Commit: c6c7c8b4e73cda35fd445528d34fe07583380dd9 https://github.com/mltframework/mlt/commit/c6c7c8b4e73cda35fd445528d34fe07583380dd9 Author: Brian Matherly <c...@brianmatherly.com> Date: 2018-11-30 (Fri, 30 Nov 2018) Changed paths: M src/modules/core/filter_resize.c Log Message: ----------- Implement resize_alpha for rbg24a. Commit: 8f531b630ff4ce955eb9bc06ea3938c11307fe5b https://github.com/mltframework/mlt/commit/8f531b630ff4ce955eb9bc06ea3938c11307fe5b Author: Brian Matherly <c...@brianmatherly.com> Date: 2018-11-30 (Fri, 30 Nov 2018) Changed paths: M src/modules/plus/filter_dynamictext.c M src/modules/plus/filter_timer.c Log Message: ----------- Use qtext for dynamictext and timer filters. The qtext filter has better performance than the text producer/affine transition combination. Both filters will fall back to the text_filter if qtext is not available. Compare: https://github.com/mltframework/mlt/compare/e05ced6fc44a...8f531b630ff4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel