[Mlt-devel] [PATCH] reorder frame initialization call, cleanup useless parts

2014-06-22 Thread Maksym Veremeyenko
Hi, attached patch reorder mlt frame initialization to avoid additional mlt_frame_close for some cases. -- Maksym Veremeyenko From 85c892311c19099189147b616ff50177988a0c97 Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko ve...@m1.tv Date: Sun, 22 Jun

[Mlt-devel] [PATCH] fix playlist items move

2014-06-22 Thread Maksym Veremeyenko
Hi, attached patch fix playlist item movement and setting new indexes. -- Maksym Veremeyenko From eff949aeec2ffbe5299ebd21b0163dbd1d1f1ab5 Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko ve...@m1.tv Date: Sun, 22 Jun 2014 17:13:10 +0300 Subject: [PATCH

Re: [Mlt-devel] [PATCH] implement timecode barrier - skip all frames with VITC

2014-06-22 Thread Dan Dennedy
On Sun, Jun 22, 2014 at 6:24 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, attached patch implement kind of timecode barrier i.e. skip frames if their timecode less then specified. this patch makes possible a frame-accurate capturing from VTR sources. I like it, but you need to

Re: [Mlt-devel] [PATCH] convert yuv422 image rgb24 only if left position is odd

2014-06-22 Thread Dan Dennedy
On Sun, Jun 22, 2014 at 6:27 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, crop filter seems always want to convert to rgb24 but IMHO it is required only of left offset is odd, am i correct? Since we coerce the output to an even width, yes, it is correct. However, your change should

[Mlt-devel] [mltframework/mlt] 5b05e1: Set timecode and userbits to output frame

2014-06-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 5b05e1954f607e3f4f02d07435eba592c105d6be https://github.com/mltframework/mlt/commit/5b05e1954f607e3f4f02d07435eba592c105d6be Author: Maksym Veremeyenko ve...@m1.tv Date: 2014-06-22 (Sun, 22 Jun 2014)

Re: [Mlt-devel] [PATCH] Set timecode and userbits to output frame

2014-06-22 Thread Dan Dennedy
On Sun, Jun 22, 2014 at 6:28 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, attached patch implement setting VITC timecode and userbits to output frame. Thanks, I applied this. -- +-DRD-+ -- HPCC Systems Open

[Mlt-devel] [mltframework/mlt] a523e1: convert yuv422 image rgb24 only if left position i...

2014-06-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: a523e1bbf69d61ffa4b9957dd3f6ea8a1b962d8c https://github.com/mltframework/mlt/commit/a523e1bbf69d61ffa4b9957dd3f6ea8a1b962d8c Author: Maksym Veremeyenko ve...@m1.tv Date: 2014-06-22 (Sun, 22 Jun 2014)

Re: [Mlt-devel] [PATCH] convert yuv422 image rgb24 only if left position is odd

2014-06-22 Thread Dan Dennedy
On Sun, Jun 22, 2014 at 11:48 AM, Dan Dennedy d...@dennedy.org wrote: On Sun, Jun 22, 2014 at 6:27 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, crop filter seems always want to convert to rgb24 but IMHO it is required only of left offset is odd, am i correct? Since we coerce the

[Mlt-devel] [mltframework/mlt] 9c6ae2: Fix current position adjustment when moving a play...

2014-06-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 9c6ae2bd2979eba6d55424b195ec88ee8f376993 https://github.com/mltframework/mlt/commit/9c6ae2bd2979eba6d55424b195ec88ee8f376993 Author: Maksym Veremeyenko ve...@m1.tv Date: 2014-06-22 (Sun, 22 Jun 2014)

Re: [Mlt-devel] [PATCH] fix playlist items move

2014-06-22 Thread Dan Dennedy
On Sun, Jun 22, 2014 at 11:14 AM, Dan Dennedy d...@dennedy.org wrote: On Sun, Jun 22, 2014 at 6:19 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, attached patch fix playlist item movement and setting new indexes. If you want me to apply your patch with your authorship information and