]> git.sesse.net Git - mlt/shortlog
mlt
2010-02-23 Dan DennedyFix video glitches when switching still and normal...
2010-02-16 Dan DennedyUpdate ChangeLog for 0.5.0 release.
2010-02-16 Dan DennedySet version to 0.5.0.
2010-02-16 Dan DennedyAdd v0.5.0 release notes.
2010-02-16 Dan DennedyMerge branch 'master' of xtremedia:git/mltframework...
2010-02-15 Dan DennedyFix mlt_sample_calculator returning negative result.
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-02-14 Dan DennedySimplify some of the cache locking and less flip-flop.
2010-02-14 Dan DennedyAdd a reference to avformat producer on the frame when...
2010-02-12 Dan DennedyAdd HD-SDI support to Linsys SDI module.
2010-02-12 Dan DennedyAdd --linsys-with-jpeg configure option.
2010-02-12 Dan DennedyChange linssys_sdi consumer to just "sdi"
2010-02-11 Dan DennedyMake avformat producer less chatty in verbose mode.
2010-02-11 Dan DennedyRevise Hz->fps in profiles and add more ATSC profiles.
2010-02-10 Dan DennedyLook for libvdpau.so in /usr/lib64 as well.
2010-02-09 Dan DennedyAdd support for unspecified out points in XML.
2010-02-09 Dan DennedyAdd support for only negative out in mlt_pplaylist_appe...
2010-02-09 Dan DennedyAdd support for negative out in mlt_producer_set_in_and...
2010-02-09 Dan DennedyChange -1 handling for in/out points to be any negative...
2010-02-09 Dan DennedyFix short forward seeking in vorbis producer.
2010-02-08 Dan DennedyFix audio muxing when downsampling >2 channels.
2010-02-08 Dan DennedySafer to use the image from get_image and to compute...
2010-02-08 Dan DennedyFix crash in filter resize with cached images (kdenlive...
2010-02-05 Dan DennedySometimes x264 is crashing on single or first pass...
2010-02-05 Dan DennedyFix progressive property on frames in the consumer...
2010-02-05 Dan DennedyDefault SDL to use the onefield deinterlace filter.
2010-02-05 Dan DennedyAdd YADIF methods in deinterlace filter.
2010-02-05 Dan DennedyHide need_previous_next property from serialization.
2010-02-05 Dan DennedyFix setting resolution and format in avformat image...
2010-02-05 Dan DennedyAdd SSE2_FLAGS and --disable-sse2 to configure.
2010-02-05 Dan DennedyAdd fetching previous and next frames in producers.
2010-02-05 Dan DennedyPrefer the API over setting property.
2010-02-05 Dan DennedyFix force_progressive=0 on avformat producer.
2010-02-05 Dan DennedyAdd image caching to avformat producer.
2010-01-28 Dan DennedySort members in doxygen docs.
2010-01-27 Dan DennedyFix segfault when using audio_index=all on file with...
2010-01-23 j-b-mFix vignette filter position
2010-01-22 j-b-mRound corners in titles for rectangle borders (Patch...
2010-01-22 j-b-mFix typo in autotrack filter
2010-01-22 Dan DennedyLet environment variable MLT_NO_VDPAU=1 disable VDPAU.
2010-01-20 Dan DennedyMake realtime (streaming) avformat consumer less bursty.
2010-01-20 Dan DennedyAdd support for libavdevice (v4l/v4l2).
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.
2010-01-19 Dan DennedyFix muxing when encoding with x264 and B frames (2928953).
2010-01-19 Dan DennedyRemove deprecation warnings on guess_format.
2010-01-19 Dan DennedyOnly report video encode error when truly error result.
2010-01-19 Dan DennedyAdd apre, fpre, and vpre properties to avformat consumer.
2010-01-17 Dan DennedyRefactor mlt_sample_calculator to reuse mlt_sample_calc...
2010-01-17 Dan DennedyAdd mlt_frame doxygen docs.
2010-01-13 Dan DennedyFix detection of aspect ratio of DV in AVI.
2010-01-13 Dan DennedyFix A/V sync after seeking on some files (2892086).
2010-01-11 j-b-mFix memleak in freeze filter - Kdenlive issue 1379
2010-01-11 Dan DennedyFix setting progressive property on repeated frames...
2010-01-08 gmarcoround outline pen
2010-01-06 Marco Gittleroutline text possible (with use of font-outline/font...
2010-01-06 Marco Gittleruser array with 100 values
2010-01-06 Marco Gittlerunevendevelop effect
2009-12-21 j-b-mFix crash when opening a kdenlive document with titles
2009-12-17 Dan DennedyAdd force_channels to sdi consumer for troubleshooting.
2009-12-17 Dan DennedyFix crash at end of some files with audio_index=all.
2009-12-17 Dan DennedyThis lock makes kdenlive start more reliably in the...
2009-12-17 Dan DennedyAdd mlt_service_cache_purge and remove purge in mlt_ser...
2009-12-17 Dan DennedyRedo avformat producer locking - less off-and-on.
2009-12-15 Dan DennedyBump to unreleased version.
2009-12-15 Dan DennedyRevert a bunch of changes made to SDL for VDPAU.
2009-12-15 Dan DennedyMake VDPAU independent of SDL X11 Display.
2009-12-14 Dan DennedyFix for when actual channels does not match requested.
2009-12-14 Dan DennedyDo not compile vdpau_close() until it can be used.
2009-12-14 Dan DennedyAdd producer variant avformat-novalidate.
2009-12-13 Dan DennedyFix audio_index=all when stream not stereo.
2009-12-13 Dan DennedyFix segfault in vdpau_init when x11_display not set.
2009-12-13 Dan DennedySome B.C.E. sample files need more audio streams.
2009-12-13 Dan DennedyFix regression with addition of mlt_cache.
2009-12-12 Dan DennedyAdd cache support to avformat producer.
2009-12-12 Dan DennedyAdd mlt_service_cache_set_size() to limit the cache...
2009-12-12 Dan DennedyAdd mlt_cache_set_size() to limit the amount of caching.
2009-12-11 Dan DennedyAdd support for decoding H.264 with VDPAU.
2009-12-11 Dan DennedySDL must not close X11 while VDPAU is still using it.
2009-12-11 Dan DennedyMake the SDL consumer cooperate with VDPAU.
2009-12-11 Dan DennedyAdd center_bias property to crop filter.
2009-12-09 Dan DennedyUpdate ChangeLog for 0.4.10 release.
2009-12-09 Dan DennedySet version to 0.4.10 and update release notes.
2009-12-09 Dan DennedyFix audioconvert setting frame audio on no conversion.
2009-12-09 Dan DennedyFix underlinking libm by removing math function.
2009-12-08 Dan DennedyUpdate ChangeLog for 0.4.8 release.
2009-12-08 Dan DennedySet version to 0.4.8.
2009-12-08 Dan DennedyAdd v0.4.8 release notes.
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-07 Dan DennedyFix crash in x264 on second pass of multi-threaded...
2009-12-07 Dan DennedyDisable multi-threaded audio encoding (not useful).
2009-12-07 Dan DennedyFix encoding PCM on some recent FFmpeg change (kdenlive...
2009-12-07 Dan DennedyFix regression causing writing beyond end of buffer...
2009-12-06 Dan DennedyFix build (CFLAGS) of Ruby binding.
2009-12-03 Dan DennedyFix audio buffer overflow on large resampling (2902193).
2009-12-03 Dan DennedyFix regression converting mono to stereo.
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).
next