]> git.sesse.net Git - mlt/shortlog
mlt
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... Fix 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 animated movit.blur presets.
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... Fix consumer reconnection with rtaudio
2013-05-31 Jean-Baptiste... Fix missing newline
2013-05-30 Dan DennedyFix mlt++ symbol version script for int64_t on 64-bit.
2013-05-29 Dan DennedyFix libvorbis encoding on recent versions of libavcodec.
2013-05-26 Dan DennedyCompletely flush audio in avformat consumer.
2013-05-26 Dan DennedyFix string formatting warnings in decklink consumer.
2013-05-26 Dan DennedyFix compile warning (pointer-to-int-cast) in framebuffe...
2013-05-26 Dan DennedyFix compile warning (pointer-to-int-cast) in avformat...
2013-05-26 Dan DennedyFix default type for mlt_position regression in commit...
2013-05-26 Dan DennedyFix compile errors when mlt_position is double.
2013-05-25 Maksym Veremeyenkomake mlt_position type double
2013-05-25 Dan Dennedylibavcodec's vorbis encoder is also experimental.
2013-05-25 Dan DennedyUpdate avcodec flags for XDCAM preset.
2013-05-23 Dan DennedyAdd exit_on_disconnect property to avformat producer.
2013-05-22 Dan DennedyRename frei0r param_name_map filename and install it.
2013-05-22 Dan DennedyFix int overflow in force_fps handling.
2013-05-22 Dan DennedyAdd reconnect property to avformat producer.
2013-05-12 Dan DennedyFix mlt++ symbol version script for int64_t on 32-bit.
2013-05-12 Dan DennedyCleanup 64 bit int property tests.
2013-05-12 Dan DennedyFix segfault in mlt_frame_get_image. (kdenlive-3087)
2013-05-10 Dan DennedyFix crash regression in commit 44be0cb (SF-195).
2013-05-08 Dan DennedyFix some compile warnings raised by clang.
2013-05-08 Dan DennedyMake a bunch of fields of mlt_consumer_s truly private.
2013-05-06 Brian MatherlyCast to correct int types.
2013-05-04 Dan DennedyAdd more properties unit tests.
2013-05-03 Dan DennedyAdd more unit tests for mlt_property.
2013-05-03 Dan DennedyAdd to gitignore.
2013-05-02 Dan DennedyFix crash when VDPAU fails init (kdenlive-3079).
2013-05-02 Dan DennedyFix inaccurate seeking in consumer producer.
2013-05-01 Dan DennedyAdd the start of a unit test suite using QtTest.
2013-05-01 Dan DennedyRemove old files in src/tests to make way for new ones.
2013-04-28 Dan DennedyFix compile errors on ffmpeg v0.7 - 0.11.
2013-04-28 Dan DennedyImprove pause in melt.
2013-04-28 Dan DennedyImplement mlt_consumer.purge in multi consumer.
2013-04-28 Dan DennedyImplement mlt_consumer.purge in rtaudio consumer.
2013-04-28 Dan DennedyCleanup and improve aspect ratio selection.
2013-04-28 Dan DennedyCleanup and improve frame rate selection.
2013-04-27 Dan DennedyFix race condition in mlt_consumer_stop().
2013-04-27 Dan DennedyFix crash purging closed queue.
2013-04-26 Dan DennedyFix regression rewind or fast forward playback stalling.
2013-04-26 Dan DennedyMake mlt_consumer_purge() more thorough. (SF-187)
2013-04-26 Dan DennedyRename this to self in sdl_preview consumer.
2013-04-26 Dan DennedyRename this to self in consumer sdl.
2013-04-20 Dan DennedyFix test frame image crashing GLSL.
2013-04-13 Dan DennedyAdd alpha channel support to avformat consumer.
2013-04-12 Dan DennedySet interim version 0.8.9.
2013-04-08 Brian MatherlyMisc YAML fixes
2013-04-07 Dan DennedyFire service-changed event in mlt_service_move_filter().
2013-04-07 Dan DennedyAdd mlt_service_move_filter() and Mlt::Service::move_fi...
2013-04-05 Brian MatherlyAdd new count producer
2013-04-04 Dan DennedyMerge pull request #29 from j-b-m/master
next