Re: [Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-10 Thread Marc-André Lureau
On Tue, Apr 10, 2012 at 12:12 PM, Yonit Halperin wrote: > The message contains the destination rectangle of the data, and the width > and hight of the compressed image. I can add more details to the commit > message. The more details in the commit message, the better! thanks -- Marc-André Lure

Re: [Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-10 Thread Yonit Halperin
On 04/10/2012 01:12 PM, Christophe Fergeau wrote: On Sun, Apr 08, 2012 at 06:42:10PM +0300, Yonit Halperin wrote: Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message that also contains the size and destination box of the data. The server can send such messages only to clients with S

Re: [Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-10 Thread Christophe Fergeau
On Sun, Apr 08, 2012 at 06:42:10PM +0300, Yonit Halperin wrote: > Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message > that also contains the size and destination box of the data. > The server can send such messages only to clients with > SPICE_DISPLAY_CAP_SIZED_STREAM. Will every im

Re: [Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-10 Thread Yonit Halperin
On 04/10/2012 12:22 PM, Marc-André Lureau wrote: On Sun, Apr 8, 2012 at 5:42 PM, Yonit Halperin wrote: Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message that also contains the size and destination box of the data. The server can send such messages only to clients with SPICE_DISPL

Re: [Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-10 Thread Marc-André Lureau
On Sun, Apr 8, 2012 at 5:42 PM, Yonit Halperin wrote: > Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message > that also contains the size and destination box of the data. > The server can send such messages only to clients with > SPICE_DISPLAY_CAP_SIZED_STREAM. What is the image form

[Spice-devel] [PATCH spice-protocol 1/2] video streaming: add support for frames of different sizes

2012-04-08 Thread Yonit Halperin
Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message that also contains the size and destination box of the data. The server can send such messages only to clients with SPICE_DISPLAY_CAP_SIZED_STREAM. When playing a youtube video on Windows guest, the driver sometimes sends images whic