]> git.sesse.net Git - mlt/shortlog
mlt
2010-11-07 Dan DennedyAdd Blackmagic Design DeckLink consumer.
2010-10-28 Dan DennedyAnother apsect ratio fix in affine.
2010-10-28 Dan DennedyFix aspect- and size-related issues in affine.
2010-10-22 Dan DennedyFix edit points when using auto-profile.
2010-10-22 Dan DennedyFix frame rate detection when the muxer rate is 0/0.
2010-10-21 Dan DennedyAdd support for frei0r string parameter.
2010-10-21 Dan DennedyDisable colorspace normalization - not working yet.
2010-10-19 Dan DennedyFkx crash converting string property with null value.
2010-10-18 j-b-mFix serializing xmldata in kdenlivetitle (kdenlive...
2010-10-18 Dan DennedyFix including SDL headers (3087522).
2010-10-14 Dan DennedyDo not serialize profile when consumer profile is null.
2010-10-14 Dan DennedyFix regression using codec frame rate.
2010-10-14 Dan DennedyAdd null pointer checks around profile in consumer...
2010-10-14 Dan DennedyAdd colorspace to auto-profile.
2010-10-14 Dan Dennedy(De)serialize colorspace in profile.
2010-10-14 Dan DennedyFix version support for AVCodec:colorspace.
2010-10-14 Dan DennedyAdd --avformat-no-vdpau configure option.
2010-10-13 Dan DennedyAdd math header for lrint().
2010-10-13 Dan DennedyAdd #frame# variable substitution in data_show filter.
2010-10-13 Dan DennedyFix timecode conversion with non-integral framerate.
2010-10-11 Dan DennedyFix consumer producer not updating frames in Kdenlive.
2010-10-10 Dan DennedyHandle consumer properties that alter the profile.
2010-10-10 Dan DennedyCheck for colorspace change on profile.
2010-10-08 Dan DennedyMove logic for when to auto-insert consumer producer.
2010-10-08 Dan DennedyAdd mlt_profile_clone().
2010-10-07 Dan DennedyFix compile errors in latest commits to melt.c.
2010-10-07 Dan DennedyUse denominators as the litmus test for generating...
2010-10-07 Dan DennedyFactor out usage help from main() processing.
2010-10-07 Dan DennedyFactor out processing -consumer option.
2010-10-07 Dan DennedyFix some framerate-related issues on playback.
2010-10-07 Dan DennedyFix crash on invalid and audio only clips.
2010-10-07 Dan DennedyImprove some media attributes detection.
2010-10-07 Dan DennedyAdd an automatic profile feature to melt.
2010-10-07 Dan DennedyAdd immutable meta.media-prefixed properties.
2010-10-07 Dan DennedyDo not let consumer producer alter the profile when...
2010-10-07 Dan DennedyAdd (de)serialization of profile to XML.
2010-10-05 Dan DennedyAdd support for short-hand vpre to avformat consumer.
2010-10-05 Dan DennedyFFmpeg build improvements (3078007).
2010-10-05 j-b-mFix TextColor+Outline+Typewriter=wrong color in titler...
2010-09-29 Dan DennedyFix race conditions in SDL (kdenlive-1711).
2010-09-29 j-b-mFix crash in SDL with new kdenlive audio VU meter.
2010-09-27 Dan DennedySet default colorspace (from profile) on frames.
2010-09-27 Dan DennedyFix indentation in producer_framebuffer.c.
2010-09-27 Dan DennedyAdd mlt_cache.h to set of all mlt headers.
2010-09-27 Dan DennedyDocument new colorspace and force_full_luma frame prope...
2010-09-27 Dan DennedyTractor needs to pass along new frame properties.
2010-09-27 Dan DennedySet libdv producer to Rec 601 colorspace.
2010-09-26 Dan DennedyAdd colorspace to all profile presets.
2010-09-26 Dan DennedyParse colorspace profile property and add hardcoded...
2010-09-26 Dan DennedyRename variables and properties around luma range for...
2010-09-26 Dan DennedyAdd conversion to profile colorspace.
2010-09-26 Dan DennedyExpand colorspace support to explicit 601.
2010-09-26 Dan DennedySet colorspace in codec context.
2010-09-26 Dan DennedyMap profile colorspace to consumer property.
2010-09-26 Dan DennedyRemove hardcoded luma scaling and passing skip_luma_sca...
2010-09-26 Dan DennedyRename yuv_std to colorspace.
2010-09-26 Dan DennedyRequire skip_luma_scale explicitly <> 0.
2010-09-26 Dan DennedyAdd input YUV colorspace (601 vs 709) handling.
2010-09-26 Dan DennedyRevert new image types.
2010-09-26 Dan DennedyGet initial skipping of luma scaling to work.
2010-09-26 Dan DennedyImprove colorspace handling (work in progress)
2010-09-22 Dan DennedyTest the function pointer to be safe.
2010-09-22 Dan DennedyRemove an extra debug log message.
2010-09-22 Dan DennedyFix crop making image black in a multitrack (kdenlive...
2010-09-21 Dan DennedyFix field order correction on cached image.
2010-09-20 Dan DennedyBump to interim version.
2010-09-20 j-b-mImprove fps detection in avformat producer.
2010-09-14 Dan DennedyUpdate ChangeLog for v0.5.10.
2010-09-14 Dan DennedySet version to 0.5.10.
2010-09-14 Dan DennedyUpdate year in copyright notice.
2010-09-14 Dan DennedyUpdate release notes for v0.5.10
2010-09-14 Dan DennedyFix bug with crop always asking for RGB even when not...
2010-09-14 Dan DennedyOnly build SSE2 version of YADIF on x86-64 (2984003).
2010-09-13 Dan DennedyEnable filter avcolor_space on OS X.
2010-09-13 Dan DennedyUse linearblend as the C fallback to xine deinterlacers.
2010-09-13 Dan DennedyRevert "Use linearblend as the C fallback to xine deint...
2010-09-13 Dan DennedyUpdate ChangeLog for v0.5.8.
2010-09-13 Dan DennedySet version to 0.5.8.
2010-09-13 Dan DennedyAdd v0.5.8 release notes.
2010-09-13 Dan DennedyEnhance image conversion logging.
2010-09-13 Dan DennedyRevert "Fix a stride and chroma-alignment bug in imagec...
2010-09-13 Dan DennedyUse linearblend as the C fallback to xine deinterlacers.
2010-09-13 Dan DennedyValidate that swscale supports the resolution in avform...
2010-09-12 Dan DennedyFix bugs with odd width YUV processing.
2010-09-11 Dan DennedyFix sometimes tight crop causes a green line at bottom.
2010-09-11 Dan DennedyFix a stride and chroma-alignment bug in imageconvert...
2010-09-11 Dan DennedyValidate alpha channel size before cropping and padding it.
2010-09-11 Dan DennedySet the alpha channel size more reliably in imageconvert.
2010-09-11 Dan DennedyBase alpha channel on width and height.
2010-09-10 Dan DennedyFix a segfault if one tries to use deinterlace explicitly.
2010-09-10 Dan DennedyFix returning last bit of audio samples from avformat.
2010-09-10 Dan DennedyMerge branch 'work' of git://github.com/gmarco/mlt
2010-09-09 Marco Gittlerparent the svgrenderer, to destruct on exit
2010-09-08 Marco Gittlerload inline images
2010-09-08 Dan DennedyRefix alpha channel scaling memory leak (3060324).
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
2010-09-07 Dan DennedyFix regression in commit f9dbf1.
2010-09-07 Dan DennedyFix memory leak regression introduced in commit 3a419b.
2010-09-06 Dan DennedyApply alpha on frame to rgba image (kdenlive-1786).
2010-09-05 Dan DennedyFix a regression in the yadif deinterlace filter.
next