Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-17 Thread Jay Sorg
> First I wanted to thank you for all the great work on freerdp/xrdp. I think > freerdp/xrdp will become the standard for linux desktop remoting in the near > future once x11rdp is finalized and integrated into standard distrib. > > Currently I'm using mainly x2go for linux remoting at work, and

Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-17 Thread Denis Cardon
Hi Marc-André, > To put this back into context, I was at the Microsoft RemoteFX > Plug-Fest > this week, and I've suggested to the others present at the event the > idea > of supporting optimization libraries, either commercial or open > source, as > part of FreeRDP. There are potentially huge per

Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-14 Thread Marc-André Moreau
I wasn't thinking of making the code ugly with tons of #ifdefs everywhere. I was thinking of a technique very similar to what is currently used in libfreerdp-codec for RemoteFX optimizations. Here's the general idea: A data structure containing an array of callbacks to the functions to be optimiz

Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-14 Thread Daryl Poe
> > However, I would advise against adding an abstraction layer on top of > Intel IPP, Framewave, OpenMAX and anything in the like. Those > libraries are already an abstraction layer, and we want to use them in > places where performance is crucial. I think we are much better off > writing lib

Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-14 Thread Marc-André Moreau
Just a few comments on the intel development tools: Those who were at the dinner we had to discuss FreeRDP development have probably noticed my excitement for the intel development tools. There is definitely something to be extremely excited about, it does everything, from finely grained profiling

Re: [Freerdp-devel] Proposal: dataop utilities

2012-09-14 Thread Marc-André Moreau
Hi, To put this back into context, I was at the Microsoft RemoteFX Plug-Fest this week, and I've suggested to the others present at the event the idea of supporting optimization libraries, either commercial or open source, as part of FreeRDP. There are potentially huge performance gains to be made