[Mlt-devel] [PATCH] keep origin audio samples freq if audio_index=all is used

2013-07-04 Thread Maksym Veremeyenko
Hi, if option audio_index=all is specified for producer avformat it do not update samplerate. as result playback 44100 audio track is going faster and audio resampler do not activated. attached patch should fix this behavior -- Maksym Veremeyenko >Fr

[Mlt-devel] [PATCH] priority changing of decklink callback thread, ported from decklink consumer

2013-07-04 Thread Maksym Veremeyenko
Hi, this patch helps to set highest priority to decklink driver callback thread. it help to avoid dropped frames in some cases caused by multiple encoding thread with same standard priority. -- Maksym Veremeyenko >From 14269c11ac75b59da4cf0b14d0b8259

[Mlt-devel] [mltframework/mlt] eceaa4: Use avcodec_encode_audio2() with libavcodec v54 (S...

2013-07-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: eceaa40d6b3bef3866f8f4bf07df6b2cb0a58b3c https://github.com/mltframework/mlt/commit/eceaa40d6b3bef3866f8f4bf07df6b2cb0a58b3c Author: Dan Dennedy Date: 2013-07-04 (Thu, 04 Jul 2013) Changed paths:

Re: [Mlt-devel] [PATCH] keep origin audio samples freq if audio_index=all is used

2013-07-04 Thread Dan Dennedy
On Thu, Jul 4, 2013 at 4:35 AM, Maksym Veremeyenko wrote: > Hi, > > if option audio_index=all is specified for producer avformat it do not > update samplerate. as result playback 44100 audio track is going faster and > audio resampler do not activated. > > attached patch should fix this behavior

Re: [Mlt-devel] [PATCH] priority changing of decklink callback thread, ported from decklink consumer

2013-07-04 Thread Dan Dennedy
On Thu, Jul 4, 2013 at 4:37 AM, Maksym Veremeyenko wrote: > Hi, > > this patch helps to set highest priority to decklink driver callback thread. > it help to avoid dropped frames in some cases caused by multiple encoding > thread with same standard priority. This has been applied. Thank you. --

[Mlt-devel] [mltframework/mlt] 8c6c31: Add changing priority of decklink callback thread.

2013-07-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 8c6c31dd9674cdad00eebcb43bf6786b6df45890 https://github.com/mltframework/mlt/commit/8c6c31dd9674cdad00eebcb43bf6786b6df45890 Author: Maksym Veremeyenko Date: 2013-07-04 (Thu, 04 Jul 2013) Changed pa

Re: [Mlt-devel] [mltframework/mlt] eceaa4: Use avcodec_encode_audio2() with libavcodec v54 (S...

2013-07-04 Thread Peter Große
On 04.07.2013 21:06, GitHub wrote: > Commit: fb83cd55e7111826cc45ede380198daaff7ac60f > > https://github.com/mltframework/mlt/commit/fb83cd55e7111826cc45ede380198daaff7ac60f > Author: Dan Dennedy > Date: 2013-07-04 (Thu, 04 Jul 2013) > > Changed paths: > M src/modules/avforma