summaryrefslogtreecommitdiffstats
path: root/spice1.proto
Commit message (Collapse)AuthorAgeFilesLines
* proto: Remove space before tabChristophe Fergeau2015-07-201-1/+1
| | | | | | There are 3 lines in spice.proto/spice1.proto which start with spaces and then contain a tab. This commit removes the spaces and only keep the tab.
* Add support for the Opus codec.Jeremy White2014-01-021-0/+1
| | | | Signed-off-by: Jeremy White <jwhite@codeweavers.com>
* support seamless migrationYonit Halperin2012-08-271-3/+7
| | | | | see spice-protocol for more details commit 3838ad140a046c4ddf42fef58c9727ecfdc09f9f
* video streaming: add support for frames of different sizesYonit Halperin2012-05-021-2/+6
| | | | | | | | | rhbz #813826, #815426 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.
* spice-client migration: fix minor for old migration support.Uri Lublin2012-03-201-4/+4
| | | | | | | For not too old spice-migration, minor is 1. For older (ancient) spice-migration, minor is 0. Affects only VM migration while a spice client is connected.
* Don't send padding over the network with video dataAlexander Larsson2012-03-201-2/+2
|
* codegen: Various cleanupsAlexander Larsson2012-03-201-8/+8
| | | | | | | | | | | | Remove all uses of @end in the marshaller, instead just using the C struct array-at-end-of-struct. To make this work we also remove all use of @end for switches (making them C unions). We drop the zero member of the notify message so that we can avoid this use of @end for a primitive in the marshaller (plus its useless to send over the wire). We change the offsets and stuff in the migration messages to real pointers.
* Fix various misspellingsAlexander Larsson2012-03-201-1/+1
| | | | | | | | | | | | | letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
* codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson2012-03-201-12/+12
|
* Properly parse QXLLineAttrs.styleAlexander Larsson2012-03-201-1/+1
|
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2012-03-201-33/+36
| | | | | SpiceImage now replaces RedImage and has all image types in it. All image data are now chunked (and as such not copied when demarshalling).
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2012-03-201-2/+2
|
* Properly parse and marshall SpiceStringGerd Hoffmann2012-03-201-4/+4
|
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2012-03-201-5/+5
| | | | Also in new protocol don't send style data if not needed.
* Store SpicePath segment count rather than sizeAlexander Larsson2012-03-201-2/+2
| | | | | | | | | | | | | | | | | | | Internally and in the network protocol (for the new version) we now store the actual number of segments rather than the size of the full segments array in bytes. This change consists of multiple changes to handle this: * Make the qxl parser calculate num_segments * Make the canvas stroke code handle the new SpicePath layout. * Fix up is_equal_path in red_worker.c for the new layout * replace multiple calls to spice_marshall_PathSegment with a single spice_marshall_Path call * Make the byte_size() array size handling do the conversion from network size to number of elements when marshalling/demarshalling. * Update the current spice protocol to send the segment count rather than the size * Update the old spice protocol to use the new byte_size functionallity to calculate the size sent and the number of elements recieved
* Update client and protocol to support the new SpiceClipRectsAlexander Larsson2012-03-201-1/+1
|
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2012-03-201-2/+2
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* qxl abi: parse QXLOpaque.Gerd Hoffmann2012-03-201-1/+1
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* qxl abi: parse QXLFill.Gerd Hoffmann2012-03-201-1/+1
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* Remove support for clip by pathAlexander Larsson2012-03-201-7/+4
| | | | This is not supported currently anyway and was not generated before.
* Add spice1.proto describing the 0.4 version of the network protocolxAlexander Larsson2012-03-201-0/+934