]> git.sesse.net Git - mlt/shortlog
mlt
2012-05-20 Dan Dennedyfix decklink build for OS X
2012-04-19 Dan Dennedyfix decklink build on Windows
2012-04-11 Dan Dennedyfix distortion handling alpha channel in affine transition
2012-04-11 Dan Dennedyfix background alpha channel of affine filter
2012-04-11 Dan Dennedyremove remap functions and document interpolation param...
2012-04-07 Dan Dennedyfix color:black
2012-04-07 Dan Dennedyfix regression due to alpha channels of A and B swapped
2012-04-07 Dan Dennedyfix the alpha channel to be opaque on empty string
2012-04-07 Dan Dennedyfix regressions during refactorization
2012-04-03 Dan Dennedyfix jack-stopped event with some JACK clients
2012-04-02 Dan Dennedyfix build for OS X
2012-04-02 Dan Dennedyadd support for parsing time(code) values to xml producer
2012-04-02 Dan Dennedyadd time_format property to xml consumer
2012-04-02 Dan Dennedyadd mlt_producer_get_length_time()
2012-04-02 Dan Dennedyadd support for timecode and clock time strings to...
2012-04-02 Dan Dennedymake speed of editing AVCHD tolerable
2012-03-28 Dan Dennedyrequire configure --enable-gpl3 for GPLv3 services...
2012-03-26 Dan Dennedyfix resource leak regression in image producers
2012-03-20 Dan Dennedyenumerate DeckLink devices when list_devices property...
2012-03-20 Maksym VeremeyenkoInitialize all decklink interface pointers and reset...
2012-03-19 Dan DennedyMerge https://github.com/pez4brian/mlt
2012-03-18 Brian MatherlyFix incorrect precompiler conditionals for libav/ffmpeg...
2012-03-17 Dan Dennedyadd gdk-pixbuf-2.0 dependency to pango producer
2012-03-17 Dan Dennedyfix build on OS X 10.6
2012-03-15 Dan Dennedyenumerate available devices in decklink module
2012-03-15 Dan Dennedyfix segfault on failure to decode with multi-threaded...
2012-03-14 Maksym Veremeyenkofix playing audio with 0 channels
2012-03-12 Brian MatherlyFix broken pixbuf and qimage producer metadata.
2012-03-08 Dan Dennedyindicate image producers seekable
2012-03-07 Dan Dennedyupdate service metadata for pixbuf and qimage
2012-03-06 Dan Dennedyallow %u in image sequence pattern containing begin...
2012-03-06 Dan Dennedyadd image sequences where scanf format contains begin...
2012-03-06 Dan Dennedyrefactor load_filenames in qimage
2012-03-06 Dan Dennedyrefactor load_filenames in pixbuf
2012-03-05 Dan Dennedyremove a couple more remnants of legacy real_width...
2012-03-05 Dan Dennedyremove deprecated source_fps property
2012-03-05 Dan Dennedyreplace legacy real_width and _height with meta.media...
2012-03-05 Dan Dennedyremove consumer_aspect_ratio property - use profile...
2012-03-05 Dan Dennedyremove output_ratio property - use profile instead
2012-03-05 Dan Dennedyremove usage of normalised_width and _height properties...
2012-03-05 Dan Dennedyrename this to transition and affine
2012-03-05 Dan Dennedyrename this to self in composite transition
2012-03-05 Dan Dennedyrename this to frame and filter
2012-03-05 Dan Dennedyrename this to frame and filter
2012-03-05 Dan Dennedyrename this to filter
2012-03-05 Dan Dennedyrename this to frame and filter
2012-03-05 Dan Dennedyremove normalised_width and _height properties from...
2012-03-05 Dan Dennedyfix regression with adding image conversion to image...
2012-03-02 Dan Dennedyconvert to and cache requested format in qimage
2012-03-02 Dan Dennedysplit refresh_qimage() into refresh_qiamge() and refres...
2012-03-02 Dan Dennedyfix regression in pixbuf setting _real_width and _heigh...
2012-03-02 Dan Dennedyfactorize out exif reorientation in qimage producer
2012-03-02 Dan Dennedyremove the cache property from qimage
2012-03-01 Dan Dennedyfix QObject::connect of type QTextCursor errors
2012-03-01 Dan Dennedyfix regressions caused by refactoring and format conversion
2012-03-01 Dan Dennedyconvert to and cache requested format in pixbuf
2012-03-01 Dan Dennedysplit refresh_image() into refresh_pixbuf() and refresh...
2012-03-01 Dan Dennedycouple of small service metadata fixes
2012-03-01 Dan Dennedyfactorize out exif reorientation
2012-03-01 Dan Dennedyremove the cache property from pixbuf
2012-02-29 Dan Dennedychange priority of producers for swf files (3494517)
2012-02-27 Dan Dennedythe audio also stutters on Linux when paused
2012-02-26 j-b-mfix some audio codecs not detected with newer libavcodec
2012-02-23 Dan Dennedyfix Mlt::Profile::set_frame_rate setting incorrect...
2012-02-23 Dan Dennedyfix segfault on stop in avformat consumer
2012-02-23 Dan Dennedyadd meta.media.codec.width and .height
2012-02-23 Dan Dennedyfix regression when using producer 'consumer' with...
2012-02-22 Dan Dennedyfix asm compilation on some versions of gcc
2012-02-20 Maksym Veremeyenkoallow start decklink producer from pause
2012-02-20 Dan Dennedylet mlt_frame_set_alpha clear the get_alpha_mask functi...
2012-02-20 Dan Dennedyfix avformat build on older versions (YUVA444P is new)
2012-02-20 Maksym Veremeyenkoalpha extracting from planar formats
2012-02-20 Maksym Veremeyenkoclone alpha on whan cloning image
2012-02-20 Dan Dennedyprevent audio from stuttering when paused on Windows
2012-02-20 Dan Dennedyrename this to self
2012-02-20 Dan Dennedyset interim version 0.7.9
2012-02-17 Dan Dennedyrefactor dissolve_yuv() to use composite_line_yuv()
2012-02-17 Dan Dennedymake composite_line_yuv() available to other services
2012-02-17 Maksym Veremeyenkofix rounding causes by -ffast-math
2012-02-17 Maksym Veremeyenkouse sse2 instruction for line compositing
2012-02-14 Dan Dennedyupdate ChangeLog for v0.7.8
2012-02-14 Dan Dennedyset version to 0.7.8
2012-02-14 Dan Dennedyadd release notes for v0.7.8
2012-02-13 Brian MatherlyDetect video codecs that use the new libavcodec "encode...
2012-02-12 Dan Dennedydeprecate sdl_image
2012-02-12 Dan Dennedyrename this to self
2012-02-12 Dan Dennedyrename this to self
2012-02-12 Dan Dennedymake Frame::get_position() retrun type consistent
2012-02-12 Simon A. EugsterAdd get_position to Mlt::Frame
2012-02-11 Dan Dennedyfix transition vqm build on mingw32
2012-02-11 Dan Dennedysupport non-explicit abnormal producer usage
2012-02-11 Ryan RixPatch to build with GCC 4.7
2012-02-11 Dan DennedyEnsure thread cleanup upon stop when an error occurs.
2012-02-10 Dan Dennedyfix possible mem corruption in filter_restricted()
2012-02-10 Dan Dennedyscale size and position of rendered text with resolution
2012-02-10 Dan Dennedyadd vqm metrics to frame properties
2012-02-10 Dan Dennedyfix build warning in vqm
2012-02-10 Dan Dennedyfix swfdec/configure appending to config.mak
2012-02-10 Brian MatherlyExit make with error if any yml validation fails.
2012-02-09 Dan Dennedyadd rendering to vqm and yaml service metadata
next