]> git.sesse.net Git - mlt/shortlog
mlt
2012-09-30 Maksym Veremeyenkofix array index out of range
2012-09-25 Dan Dennedyfix first few frames with "aspect" property on avformat...
2012-09-25 Dan Dennedyfix yadif deinterlacer on streams with progressive...
2012-09-25 Dan Dennedyfix hang/crash using yadif deinterlace with image producer
2012-09-23 Dan Dennedyfix build against libav master
2012-09-23 Dan Dennedyindicate in some presets codecs which do not support...
2012-09-22 Dan Dennedyfix letting xml playlist load like virtual clip
2012-09-22 Dan Dennedyfix crash on melt pango:+foo (without .txt)
2012-09-22 Dan Dennedyfix pango producer in XML with no resource filename
2012-09-22 j-b-mfix crash in pixbuf producer (kdenlive-2747)
2012-09-20 Dan Dennedyfix regression due to not setting resource property...
2012-09-19 Dan Dennedyfix build due to removal of deprecated encode() from...
2012-09-16 Dan Dennedyfix image corruption with uncompressed video
2012-09-16 Dan Dennedycleanup sys/param.h include on FreeBSD
2012-09-16 Dan Dennedybetter deinterlace regression fix
2012-09-16 Dan Dennedyfix regression on deinterlace in a multitrack with...
2012-09-14 Dan Dennedyrevert setting mlt_image_format to yuv420p
2012-09-14 Dan DennedyRevert "change sdl consumer to use yuv420p"
2012-09-14 Dan Dennedyremove unnecessary image conversion in deinterlace...
2012-09-14 Dan Dennedysdl_audio and sdl_preview also do not care about field...
2012-09-14 Dan Dennedyadd ability to ignore field order as used by sdl consumer
2012-09-14 Dan Dennedychange sdl consumer to use yuv420p
2012-09-13 Dan Dennedyreplace this with frame and filter
2012-09-13 Dan Dennedyfix incorrect pointer comparisons in legacy code
2012-09-10 Dan Dennedyadd Mlt::Profile::colorspace()
2012-09-09 Dan Dennedyallow env CC to override hard-coded gcc in configure...
2012-09-09 Dan Dennedyfix frame cache to use the original producer position...
2012-09-09 Dan Dennedychange producers to use mlt_frame_original_position()
2012-09-09 Dan Dennedyadd mlt_frame_original_position()
2012-09-09 Dan Dennedyxlocale was backported to FreeBSD 9-STABLE
2012-09-07 Dan DennedyMerge pull request #11 from gmarco/changes
2012-09-05 Marco Gittlerfix possible segfault on borders, used >= for
2012-09-04 Dan Dennedyfix synchronizing consumer properties with the profile
2012-09-04 Dan Dennedyadd Mlt::Service::set_profile()
2012-09-04 Dan Dennedyadd mlt_service_set_profile()
2012-09-04 Dan Dennedyadd Mlt::Profile::is_explicit()
2012-09-04 j-b-mfix 100% opacity to be truly opaque (kdenlive-2708)
2012-08-31 Dan Dennedycleanup doc for consumer-frame-render and -show event...
2012-08-31 Dan Dennedyextend Ruby API with PlaylistNextListner and show how...
2012-08-31 Dan Dennedyadd playlist-next event to mlt_playlist
2012-08-31 Dan Dennedyset interim version to 0.8.3
2012-08-28 Dan Dennedyupdate ChangeLog for v0.8.2
2012-08-28 Dan Dennedyadd acodec to webm preset and rename MPEG-4 ASP preset
2012-08-28 Dan Dennedyset version to 0.8.2
2012-08-28 Dan Dennedychange recommended versions of ffmpeg/libav
2012-08-28 Dan Dennedyadd release notes for v0.8.2
2012-08-27 Dan Dennedyadd meta.preset.extension to image sequence presets
2012-08-27 Dan Dennedyadd preset metadata such as alternate name, filename...
2012-08-26 Dan Dennedychange profile to vprofile in presets
2012-08-26 Dan Dennedyadd vorbis and prores encode presets
2012-08-26 Dan Dennedyadd a bunch of new encoding presets
2012-08-25 Dan Dennedyfix seeking on some formats (HDV) after a/v sync improv...
2012-08-25 Dan Dennedythe recent A/V sync overhaul needed some additional...
2012-08-21 Brian MatherlyUpdate src/modules/avformat/producer_avformat.c
2012-08-20 Dan Dennedyfix melt.c build on windows due to previous commit
2012-08-20 Dan Dennedyfix build on ffmpeg v0.5 (no CODEC_ID_VP8)
2012-08-20 Dan Dennedyremove printf added in previous commit
2012-08-19 Dan Dennedyfix possible null pointer with strdup()
2012-08-19 Dan Dennedylet melt be stopped gracefully by signal
2012-08-18 Dan Dennedywebm works better with use_pts=1 as well (3559115)
2012-08-17 Dan Dennedyfix null pointer check (coverity-709396)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-714581)
2012-08-17 Dan Dennedyfix possible null pointer dereferences (coverity-714581)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-714580)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-710882)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-710870)
2012-08-17 Dan Dennedyfix possible null pointer dereferences (coverity-709399)
2012-08-17 Dan Dennedyfix possible null pointer dereferences (coverity-709395)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-709394)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-709393)
2012-08-17 Dan Dennedyfix memory leak if fail to alloc/init filter (coverity...
2012-08-17 Dan Dennedyfix memory leak if fail to alloc/init filter (coverity...
2012-08-17 Dan Dennedyfix resource leak on iconv (coverity-714582)
2012-08-15 Dan Dennedyfix A/V synch on more H.264 files (without B-frames)
2012-08-14 Brian MatherlyIncrease libavutil version required to use PIX_FMT_YUVA...
2012-08-12 Dan Dennedyfix reading properties file without trailing newline
2012-08-12 Dan Dennedyfix melt progress display on Windows
2012-08-11 Dan Dennedyfix -progress2 with pipe input
2012-08-11 Dan Dennedyfix melt progress indication on Windows with MELT_NOSDL
2012-08-10 Dan Dennedylet melt be built without SDL on Windows
2012-08-08 Dan Dennedyrelay first nested consumer's frame-show event instead...
2012-08-08 Dan Dennedyfix integrity of images with multi consumer
2012-08-07 Dan Dennedyfix seeking jack clients when seeking while paused
2012-08-07 Dan DennedyMerge pull request #10 from mcfrisk/coverity_review_fix...
2012-08-06 Mikko Rapelivideostab/filter_videostab2.c: check for null
2012-08-06 Mikko Rapelivideostab/filter_videostab*.c: check return value from...
2012-08-06 Mikko Rapelivideostab/filter_videostab*.c: check for null
2012-08-06 Mikko Rapelisdl/consumer_sdl_still.c: use mutex when changing sdl_s...
2012-08-06 Mikko Rapelisdl/consumer_sdl_preview.c: use mutex when changing...
2012-08-06 Mikko Rapelisdl/consumer_sdl_preview.c: check for null pointer
2012-08-06 Mikko Rapelisdl/consumer_sdl_audio.c: use mutex when changing refre...
2012-08-06 Mikko Rapelisdl/consumer_sdl.c: use mutex when changing sdl_screen
2012-08-06 Mikko Rapelirtaudio/consumer_rtaudio.cpp: use mutex when changing...
2012-08-06 Mikko Rapelirtaudio/consumer_rtaudio.cpp: initialize variables
2012-08-06 Mikko Rapelirtaudio/RtAudio.h: initialize variables
2012-08-06 Mikko Rapelirtaudio/RtAudio.h: initialize variable
2012-08-06 Mikko Rapelirtaudio/RtAudio.cpp: check for null pointer
2012-08-06 Mikko Rapeliqimage/producer_kdenlivetitle.c: add error handling
2012-08-06 Mikko Rapeliqimage/kdenlivetitle_wrapper.cpp: check for division...
2012-08-06 Mikko Rapeliplus/filter_affine.c: check for null pointer
next