[Mlt-devel] vdpau performance

2012-02-04 Thread Maksym Veremeyenko
Hi, i am trying to use vdpau for mpeg2 decoding. i did a test patch that enable vdpau init for mpeg2. it works, but it still high cpu load. enabling vdpau gives only 15% of cpu load decrease (81% with vdpau 96% without vdpau) am i doing something wrong? ps i am testing 1920x1080 4:2:0 mpe

Re: [Mlt-devel] vdpau performance

2012-02-04 Thread Dan Dennedy
2012/2/4 Maksym Veremeyenko : > Hi, > > i am trying to use vdpau for mpeg2 decoding. i did a test patch that enable > vdpau init for mpeg2. > > it works, but it still high cpu load. > > enabling vdpau gives only 15% of cpu load decrease (81% with vdpau 96% > without vdpau) > > am i doing something

Re: [Mlt-devel] vdpau performance

2012-02-04 Thread Dan Dennedy
On Sat, Feb 4, 2012 at 10:03 AM, Dan Dennedy wrote: > 2012/2/4 Maksym Veremeyenko : >> Hi, >> >> i am trying to use vdpau for mpeg2 decoding. i did a test patch that enable >> vdpau init for mpeg2. >> >> it works, but it still high cpu load. >> >> enabling vdpau gives only 15% of cpu load decrease

Re: [Mlt-devel] [PATCH] use sse2 instruction for line compositing

2012-02-04 Thread Dan Dennedy
2012/2/3 Maksym Veremeyenko : > 02.02.12 18:57, Maksym Veremeyenko написав(ла): > >> Hi, >> >> attached patch perform line compositing for SSE2+ARCH_X86_64 build. It >> works for a case where luma is not defined... > > > updated patch attached If I am not mistaken, this change reduces precision to

[Mlt-devel] Git: add null pointer check on return from mlt_frame_get_audio

2012-02-04 Thread Dan Dennedy
src/modules/avformat/consumer_avformat.c | 17 + src/modules/core/producer_consumer.c |1 + 2 files changed, 10 insertions(+), 8 deletions(-) New commits: commit 8f4eb957be40fcd90b469b68ad92dc44966b2a22 Author: Dan Dennedy Date: Sat Feb 4 12:58:48 2012 -0800 add

[Mlt-devel] Git: fix crash on private symbol when mmx disabled on libav 0.8 (3483629)

2012-02-04 Thread Dan Dennedy
src/modules/avformat/consumer_avformat.c|4 ++-- src/modules/avformat/filter_avdeinterlace.c | 13 - src/modules/avformat/producer_avformat.c|2 +- 3 files changed, 15 insertions(+), 4 deletions(-) New commits: commit 4d3a91b4e181b97f1ec4621626132057bb623287 Author: