Page 1 of 1

vmem pitch ?

Posted: 09 Dec 2008 06:02
by d3x0r
I saw programattic routines for setting the width and height of the output, I assume this would in turn reflect the width/height of the vmem surface written to... so on the next lock I could return a different sized array than before. However, vmem really works off of pitch, how can I change the surface that vmem is updating?

Re: vmem pitch ?

Posted: 22 Dec 2008 03:07
by d3x0r
I need to change the parameters that vmem is using on the fly... can I set media player width/height? and I definatly need to change the pitch on the fly... is there an explaination of how to talk to modules?

Re: vmem pitch ?

Posted: 23 Dec 2008 13:16
by Jean-Baptiste Kempf
vmem is very new, so I don't really know. Ask on the mailing lists!

Re: vmem pitch ?

Posted: 24 May 2009 00:13
by d3x0r
:) I did ask in the mailing list - but I think sometimes that my comments get lost in git-commits :)

so - it's been a while... how do I get the attention of someone working on vmem?

does the swscaler always load even if the output is 1:1 of the input? (vlc-1.0.0-rc1 LOL it doesn't even remotely work under windows... it's got some null buffer, and noone updated documentation of libvlc for what we're supposed to do now)

Re: vmem pitch ?

Posted: 24 May 2009 09:23
by RĂ©mi Denis-Courmont
vmem does not implement "hot" resizing at the moment.