]> git.sesse.net Git - mlt/history - src
Propertly refcount the GlslManager.
[mlt] / src /
2013-10-15 Dan DennedyMake xml non-seekable only if explicitly set.
2013-10-04 Dan DennedyFix possible divide by zero.
2013-10-04 Dan DennedyAlways init pthread mutexes regardless if locking.
2013-10-04 Dan DennedyDo not try to use open_mutex unless it has been init.
2013-10-04 Dan DennedyFix regression in commit f26c43f.
2013-09-28 Dan DennedyAdd a reference to the consumer on the frame.
2013-09-27 Dan DennedyFix regression in consumer sdl fullscreen=1.
2013-09-22 Dan DennedyGive Qt includes highest priority.
2013-09-22 Dan DennedyMovit and glew pkg-config have 'GL' in includes.
2013-09-22 Dan DennedyFix some race conditions in mlt_consumer.
2013-09-18 Dan DennedyFix compile warnings on string literal for default...
2013-09-13 Dan DennedyAdd producer xml-nogl to disable auto-qglsl creation.
2013-09-09 Dan DennedyFix muxing vorbis into webm/mkv with libavcodec < 55.
2013-09-09 Dan DennedyFix segfault on consumer-fatal-error event.
2013-09-07 Dan DennedyCheck for libswscale and libavdevice when configuring...
2013-09-07 Dan DennedyDo not try to build sox without sox.pc or libst-config...
2013-08-28 Maksym Veremeyenkofix division on 255 (v2)
2013-08-25 Dan DennedyFix building qimage module on Qt 5 on Windows.
2013-08-25 Dan DennedyFix qglsl on Qt 5 for OS X.
2013-08-24 Dan DennedyAdd "close glsl" event to glsl.manager service.
2013-08-24 Dan DennedyFix qglsl consumer for Qt 5.
2013-08-20 Dan DennedyCleanup x264 stats files when "passlogfile" supplied.
2013-08-08 Dan DennedyAdd support for Qt 5, drop support for Qt 3 and KDE 3.
2013-08-07 Dan DennedyMove the aspect ratio for multi consumer from mlt_frame.
2013-08-07 Dan DennedyAdd HTML escaping to metadata publishing script.
2013-08-07 Dan DennedyFix aspect ratio in resize filter with multi consumer.
2013-07-31 Dan DennedyLet DOUBLE_MLT_POSITION be defined in CFLAGS.
2013-07-30 Maksym Veremeyenkouse rational fps value to calc frames count
2013-07-30 Dan DennedyFix sample count and rate with audio_index=all.
2013-07-04 Dan DennedyDocument new priority property of decklink producer.
2013-07-04 Maksym VeremeyenkoAdd changing priority of decklink callback thread.
2013-07-04 Dan DennedyFix setting muxer-specific options (SF-197).
2013-07-04 Dan DennedyFix compile warning about planar_to_interleaved() unused.
2013-07-04 Dan DennedyUse avcodec_encode_audio2() with libavcodec v54 (SF...
2013-06-28 Dan DennedyMerge pull request #34 from agpanarin/master
2013-06-28 Alexey Panarinmlt_consumer.c: apply_profile_properties: display_aspec...
2013-06-24 Dan DennedyFix compile error on older versions of FFmepg 0.10...
2013-06-23 Dan DennedyFix compile error on older versions of FFmepg and Libav.
2013-06-22 Dan DennedyAdd consumer-stopping event fired before joining threads.
2013-06-20 Dan DennedyFix compressed video output in avformat.
2013-06-20 Dan DennedySet to interim version 0.9.1.
2013-06-16 Dan DennedyWorkaround to prevent qmelt on OS X from crashing at...
2013-06-13 Dan DennedyA minor win32 build fix noticed on webvfx/qmelt.
2013-06-05 Dan DennedyAdd exception handling around YAML parsing in metadata.rb.
2013-06-02 Dan DennedySet version to 0.9.0.
2013-06-02 Dan DennedyRevmove unnecessary forward declaration.
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026801).
2013-06-02 Dan DennedyFix valgrind errors in properties unit test.
2013-06-02 Dan DennedyFix superfluous assigment in initialization (coverity...
2013-06-02 Dan DennedyFix possible divide by zero (coverity-1026781).
2013-06-02 Dan DennedyFix possible null pointer dereferences (coverity-1026797).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026787).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026786).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026785).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-709349).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026784).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026783).
2013-06-02 Dan DennedyAdd missing lock in mlt_property:refresh_animation...
2013-06-02 Dan DennedyRemove unused member (coverity-1026799).
2013-06-02 Dan DennedyFix tiny memory leak in GlslManager (coverity-1026795).
2013-06-02 Dan DennedyUpdate the recommended FFmpeg/Libav versions.
2013-06-02 Dan DennedyFix memory leak in sdl_image producer (coverity-1026796).
2013-06-02 Dan DennedyFix minor possible memory leak (coverity-1026794).
2013-06-02 Dan DennedyFix audio_codec index out-of-bounds access (coverity...
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-06-02 Dan DennedyIndicate mlt_geometry is deprecated in API docs.
2013-06-01 Jean-Baptiste MardelleFix missing param in count producer yml
2013-06-01 Dan DennedyConvert movit.rect to mlt_rect.
2013-06-01 Dan DennedyAdd property animation to the other movit services.
2013-06-01 Dan DennedyAdd property animation to movit.blur filter.
2013-06-01 Dan DennedyCompile fixes for Windows after merging animation branch.
2013-06-01 Dan DennedyCompile fixes for Linux after merging animation branch.
2013-05-31 Dan DennedyUpdate mlt.vers symbol version script for C API additions.
2013-05-31 Dan DennedyVarious documentation and copyright fixes and updates.
2013-05-31 Dan DennedyDocument the new mlt_animation API.
2013-05-31 Dan DennedyDocument the property animation, rect, and color additions.
2013-05-31 Dan DennedyReorder the last commit of mlt_properties_get_animation().
2013-05-31 Dan DennedyAdd mlt_properties_get_animation(); it might come in...
2013-05-31 Dan DennedyAdd mlt_properties_set_color().
2013-05-31 Dan DennedyFix missing math.h include when lrint was added.
2013-05-31 Dan DennedyUpdate C++ symbol version script for new Properties...
2013-05-31 Dan DennedyReorder some property anim parameters for consistency.
2013-05-31 Dan DennedyMake animation length optional.
2013-05-31 Dan DennedyAdd mlt_color and mlt_properties_get_color().
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get() for string.
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get_double().
2013-05-31 Dan DennedyRename functions with _pos to anim_.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_rect_pos for rect animation.
2013-05-31 Dan DennedyAdd mlt_rect and mlt_properties_set/get_rect.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_int_pos and Properties:...
2013-05-31 Dan DennedyInterpret % after numeric string.
2013-05-31 Dan DennedyAdd mlt_property_set_double_pos() and mlt_property_set_...
2013-05-31 Dan DennedyAdd Catmull-Rom spline smooth animation interpolation.
2013-05-31 Dan DennedyAdd mlt_property_get_double_pos() and mlt_property_get_...
2013-05-31 Dan DennedyAdd support for discrete animation including strings.
2013-05-31 Dan DennedyAdd mlt_animation and mlt_property_interpolate().
2013-05-31 Dan DennedyMerge pull request #31 from j-b-m/master
2013-05-31 Jean-Baptiste MardelleFix consumer reconnection with rtaudio
2013-05-31 Jean-Baptiste MardelleFix missing newline
2013-05-30 Dan DennedyFix mlt++ symbol version script for int64_t on 64-bit.
next