]> git.sesse.net Git - mlt/shortlog
mlt
2010-05-28 Dan DennedyFix compilation warning undeclared av_get_pix_fmt().
2010-05-28 Dan DennedyFix a memory leak registering frei0r services.
2010-05-20 Dan DennedyFix build on non-OSX due to missing parameter name.
2010-05-18 Dan DennedyFix leaking OS X Cocoa objects in SDL consumers.
2010-05-18 Dan DennedyFix leaking OS X Cocoa objects in SDL consumers.
2010-05-17 Dan DennedyMerge branch 'interlaced_title' of git://github.com...
2010-05-17 Dan DennedyEnable flushing the encoder buffers.
2010-05-17 Dan DennedyFix deprecated function and remove unused variable.
2010-05-16 Dan DennedyMultitrack audio encoding continued.
2010-05-13 Dan DennedyAdd multitrack audio encoding.
2010-05-07 Marco Gittlerinterlaced titles
2010-05-02 Dan DennedyRemove hardcoded 32-bit arch in Perl binding (2995474).
2010-05-02 Dan DennedyFix missing PIC flags for bindings (2931009)
2010-04-26 Dan DennedyFix white artifacts in image (2972137)
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-20 Dan DennedyUpdate ChangeLog for v0.5.4.
2010-04-20 Dan DennedySet version to 0.5.4.
2010-04-20 Dan DennedyAdd v0.5.4 release notes.
2010-04-20 Dan DennedyImprove error handling on video decode failure (kdenliv...
2010-04-18 Dan DennedyOnly use newish version of libswcale.
2010-04-18 Dan DennedyFix color producer not setting real_wdith and _height.
2010-04-16 Dan Dennedy--disable-mmx, --disable-sse should also disable sse2.
2010-04-08 Dan DennedyAdd C# bindings.
2010-04-08 Dan DennedyAdd automatic driver configuration to sdi consumer.
2010-04-07 Dan DennedyBugfix memory leak with producer consumer (2976110).
2010-04-07 Dan DennedyBetter signal previous/next frames not needed.
2010-03-11 Dan DennedyFix version number in release notes :(
2010-03-11 Dan DennedyUpdate ChangeLog for v0.5.2.
2010-03-11 Dan DennedySet version to 0.5.2.
2010-03-11 Dan DennedyAdd v0.5.2 release notes.
2010-03-11 Dan DennedyImprove performance of sdi consumer (patch from BCE).
2010-03-11 Dan DennedyFix MltFilteredProducer not building.
2010-03-03 Dan DennedyFix regressions playing all frames at end (kdenlive...
2010-03-03 Dan DennedyFix recent regression on failure to load file.
2010-03-01 Dan DennedyFix minor regression on previous commit to sdl_preview.
2010-02-28 Dan DennedyMake swscale the preferred rescale filter.
2010-02-28 Dan DennedyAdd resolution as init arg to libswscale filters.
2010-02-28 Dan DennedyFix a couple of compile warnings.
2010-02-27 Dan DennedyFix crash on reading uncompressed (rawvideo).
2010-02-27 Dan DennedyReport scaling method in debug logging.
2010-02-27 Dan DennedyFix offset to alpha component on OS X.
2010-02-26 Dan DennedyMake FFmpeg the primary image converter if available.
2010-02-26 Dan DennedyFix avcolor_space alias.
2010-02-26 Dan DennedyFix endianness of the palette in burningtv.
2010-02-26 Dan DennedyFix playing all frames at end of project (kdenlive...
2010-02-25 Dan DennedyFix build on --disable-sse(2) or non-sse(2) architectures.
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
next