]> git.sesse.net Git - mlt/history - src/modules/core
Fix parsing mixed XML documents and svg.mlt example.
[mlt] / src / modules / core /
2010-12-01 Dan DennedyLoad .xml file as MLT XML.
2010-11-08 Dan DennedyAdd swfdec producer.
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 DennedyCheck for colorspace change on profile.
2010-10-08 Dan DennedyMove logic for when to auto-insert consumer producer.
2010-10-07 Dan DennedyDo not let consumer producer alter the profile when...
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-14 Dan DennedyFix bug with crop always asking for RGB even when not...
2010-09-13 Dan DennedyEnable filter avcolor_space on OS X.
2010-09-13 Dan DennedyEnhance image conversion logging.
2010-09-13 Dan DennedyRevert "Fix a stride and chroma-alignment bug in imagec...
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-06 Dan DennedyApply alpha on frame to rgba image (kdenlive-1786).
2010-08-31 Dan DennedyFix positioning bugs in filter luma.
2010-08-21 Dan DennedyEnhance luma filter to work with animated filters.
2010-08-19 Dan DennedyAdd audiowave filter.
2010-08-17 Dan DennedyConvert panner to use range [0, 1].
2010-08-16 Dan DennedyAdd a panning filter.
2010-08-16 Dan DennedyFix ramping the mix level in mix transition.
2010-08-16 Dan DennedyOnly do channelcopy/swap if there is valid work.
2010-08-16 Dan DennedyAdd filter channelswap.
2010-08-15 Dan DennedyMake it easier to switch between scaled and unscaled...
2010-08-13 Dan DennedyCleanup existing native color space conversions.
2010-08-07 Dan DennedyFix scaling method on B frames of some transitions.
2010-06-08 Dan DennedyFix infinite loop when obscure blocking <1.
2010-04-26 Dan DennedyFix regression in previous commit.
2010-04-26 Dan DennedyFix bad stride in yuv422 due to non-even width requests.
2010-04-18 Dan DennedyFix color producer not setting real_wdith and _height.
2010-04-07 Dan DennedyBugfix memory leak with producer consumer (2976110).
2010-03-03 Dan DennedyFix recent regression on failure to load file.
2010-02-28 Dan DennedyMake swscale the preferred rescale filter.
2010-02-28 Dan DennedyAdd resolution as init arg to libswscale filters.
2010-02-27 Dan DennedyReport scaling method in debug logging.
2010-02-26 Dan DennedyMake FFmpeg the primary image converter if available.
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-02-08 Dan DennedySafer to use the image from get_image and to compute...
2010-02-05 Dan DennedyFix progressive property on frames in the consumer...
2010-01-20 Dan DennedyReturn and handle errors on failure to produce image...
2010-01-20 Dan DennedyFix incorrect comment about yuv422 only in resize filter.
2009-12-11 Dan DennedyAdd center_bias property to crop filter.
2009-12-09 Dan DennedyFix audioconvert setting frame audio on no conversion.
2009-12-08 Dan DennedyFix some cases image and audio formats not converting...
2009-12-08 Dan DennedyFix crash in composite-on-composite (kdenlive-1315).
2009-12-02 Dan DennedyAdd center property to crop to automatically fill frame.
2009-12-02 Dan DennedyFix distorting aspect ratio of images with crop.
2009-12-02 Dan DennedyAdd support for cropping RGB(A).
2009-12-02 Dan DennedyOnly correct field order if the source is interlaced.
2009-11-30 Dan DennedyRe-Fix bounds checking of crop filter (kdenlive-1148).
2009-10-12 Dan DennedyFix bounds checking of crop filter (kdenlive-1148).
2009-09-13 Dan DennedyInvert position of normalization filters with framebuff...
2009-09-10 Dan DennedyRestore performance characteristics of recent composite...
2009-09-10 Dan DennedyFix composite regression with no luma.
2009-09-10 Dan DennedyMerge branch 'mlt_framebuffer' of git://github.com...
2009-09-10 Dan DennedyFix abruptness when using a luma with softness in compo...
2009-09-09 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-09-09 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2009-09-09 Dan DennedyFix core scaler regression.
2009-08-16 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-04 Dan DennedyRefactor audio conversion and mixing.
2009-07-26 Marco GittlerMerge branch 'master' into kdenlivetitle
2009-07-19 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-07-18 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-07-14 Marco GittlerMerge branch 'master' into kdenlivetitle
2009-07-14 Dan DennedyFix build on OS X and possibly others.
2009-07-14 Marco GittlerMerge branch 'master' into kdenlivetitle
2009-07-10 Marco Gittlerkdenlivetitle_wrapper: interpolate from start-> end...
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-06-16 Dan DennedyAdd datadir and mandir options to configure.
2009-06-07 Dan DennedyAdd invert boolean property to composite transition.
2009-06-03 Dan DennedyImprove alpha scaling conditional logic.
2009-05-28 Dan DennedyImprove performance of crop filter.
2009-05-28 Dan DennedyBugfix (kdenlive-791) crash when using crop filter.
2009-05-09 Dan DennedyFix over- and under-linking.
2009-05-09 Dan DennedyComplete reorganization and renaming to usable state.
2009-05-08 Dan DennedyFix the build afer the reorg.
2009-05-08 Dan DennedyRename inigo, fezzik, and westley.
2009-05-08 Dan DennedyMerge ../mlt++
2009-05-03 ddennedyApply cosmetic cleanup part of ldflags_order patch...
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-10 ddennedyMerge branch 'review-1' of git://github.com/rayl/mlt
2009-04-07 Ray LehtiniemiConstness changes
2009-04-07 Ray LehtiniemiConstness changes
2009-04-07 Ray LehtiniemiConstness changes
2009-04-03 ddennedyfilter_crop.c: bugfix chroma alignment
2009-03-15 j-b-mtransition_composite.c: allow removing of luma file...
2009-03-14 ddennedytransition_composite.c: make luma and luma_invert prope...
2009-02-24 ddennedyproducer_colour.c: improve previous patch
2009-02-24 ddennedyproducer_colour.c: bugfix reading color value after...
2009-02-20 ddennedyproducer_colour.c: update to use new property-based...
2009-02-14 ddennedyfilter_crop.c: add cropping filter (kdenlive-509)
next