On Wed, May 18, 2016 at 8:20 PM, Uri Lublin wrote:
> Following commit e8017dd366afabbd099a13d7d455a37fd50be124 here
> are some more ifdef simplification.
>
> For PIXEL_ID and PIXEL_DIST macros,
> the ifndef LZ_PLT defines are special cases of the LZ_PLT
> (#else) defines, when pix_per_byte is 1
>
Following commit e8017dd366afabbd099a13d7d455a37fd50be124 here
are some more ifdef simplification.
For PIXEL_ID and PIXEL_DIST macros,
the ifndef LZ_PLT defines are special cases of the LZ_PLT
(#else) defines, when pix_per_byte is 1
Now do_match can accept pix_per_byte param for all different
def
Hi,
I'm pleased to announce the public availability of launcher-mobile, a
GPLv2 licensed cross-platform mobile client for both iOS and Android.
Though it is mainly intended to be used as a client for flexVDI Virtual
Desktops, it can also connect to conventional SPICE sessions, so we
think it coul
On Wed, May 18, 2016 at 12:46:03PM +0300, Uri Lublin wrote:
>
> In man cmsg examples I see they use a pointer:
> int *pi = (int*) CMSG_DATA(cmsg);
> *fd = *pi;
It seems to work this way, but I'm not sure why this works ;)
Christophe
signature.asc
Description: PGP signature
On 05/17/2016 07:43 PM, Frediano Ziglio wrote:
On Tue, May 17, 2016 at 04:44:04PM +0100, Frediano Ziglio wrote:
With my compile switches (which are mostly derived from RedHat spec
file) I'm getting this warning:
stream-test.c: In function 'sock_fd_read':
stream-test.c:66:43: warning: dereferen
On Tue, May 17, 2016 at 12:28:30PM -0400, Frediano Ziglio wrote:
> >
> > Acked-by: Christophe Fergeau
> >
> > though it took me a bit to understand what this was about, the commit
> > log could probably be a bit clearer.
> >
> > Christophe
> >
>
> I was going to open the commit with a "spice-
On Tue, May 17, 2016 at 12:42:22PM -0400, Frediano Ziglio wrote:
> No (simple solutions). I know the may_alias attribute but after checking for
> __GNUC__ and other stuff
> looks like memcpy looks better.
This matches what is done in reds_stream_send_msgfd, os ACK to the
memcpy version.
Christop
Hi Francois,
I pushed the spice-gtk part upstream.
Thanks!
Pavel
On Wed, 2016-05-04 at 11:40 +0200, Francois Gouget wrote:
> This patch series adds support for using GStreamer to encode andÂ
> decode the video streams, adding support for VP8 and h264 codecs.
>
> As before the patches can also b