summaryrefslogtreecommitdiff
path: root/spice-common
AgeCommit message (Collapse)AuthorFilesLines
2014-01-02Add support for the Opus codecJeremy White1-0/+0
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
2014-01-02Revise the spice client and server to use the new snd_codec functions in ↵Jeremy White1-0/+0
spice-common. This makes celt optional, and paves the way to readily add additional codecs. Signed-off-by: Jeremy White <jwhite@codeweavers.com>
2013-10-07Update spice-commonMarc-André Lureau1-0/+0
2013-09-30update spice-commonMarc-André Lureau1-0/+0
2013-09-17build-sys: fix some automake warningMarc-André Lureau1-0/+0
client/Makefile.am:199: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') server/tests/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2013-07-17Update spice-common submodule (get spice-protocol 0.12.6)Uri Lublin1-0/+0
2013-04-22snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCYYonit Halperin1-0/+0
also update spice-common submodule
2013-04-22red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORTYonit Halperin1-0/+0
update mjpeg_encoder with reports from the client about the playback quality. The patch also updates the spice-common submodule.
2013-04-10spice-common: UpdateHans de Goede1-0/+0
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2013-03-07Update spice-commonHans de Goede1-0/+0
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-12-05update spice-commonMarc-André Lureau1-0/+0
2012-11-04update spice-common (was broken)Alon Levy1-0/+0
2012-10-25update spice-commonAlon Levy1-0/+0
2012-09-13update spice-common moduleAlon Levy1-0/+0
For qxl client_monitors_config support.
2012-09-10Update spice-common to get A8 surface definitionsChristophe Fergeau1-0/+0
Latest spice needs these definitions from spice-protocol
2012-08-27inputs: handle SPICE_MSGC_INPUTS_KEY_SCANCODEMarc-André Lureau1-0/+0
Handle SPICE_MSGC_INPUTS_KEY_SCANCODE message, allowing arbitrary keyboard scancode sequence.
2012-08-27support automake >= 1.12Alon Levy1-0/+0
Requires a single line (sans comments) change to configure.ac in spice-common too, to define the new AM_PROG_AR.
2012-08-27seamless-migration: update spice-common submoduleYonit Halperin1-0/+0
Also Update server and client according to the change of SpiceMsgMainMigrationBegin: it now holds all the fields inside SpiceMigrationDstInfo.
2012-08-27agent: reset client tokens when notifying on agent connectionYonit Halperin1-0/+0
send SPICE_MSG_MAIN_AGENT_CONNECTED_TOKENS
2012-08-24Add support for LZ compression of A8 imagesSøren Sandmann Pedersen1-0/+0
Graduality is irrelevant for A8 images, so instead of using RGB-ness as a short-cut, add a new macro BITMAP_FMT_HAS_GRADUALITY() that returns true for the existing RGB images, but false for A8.
2012-08-09Update spice-commonMarc-André Lureau1-0/+0
2012-07-16Update spice-commonMarc-André Lureau1-0/+0
2012-07-05update spice-common for spice_infoAlon Levy1-0/+0
2012-07-02update spice-commonAlon Levy1-0/+0
Includes using the same spice.proto as spice-gtk now, with smartcard fixes, more verbose output when SSL verification fails, and some warnings fixes. shortlog: Alon Levy (6): python_modules/ptypes.py/EnumBaseType.c_enumname: add missing return to fix broken enums generation smartcard: build fixes for spice server updated spice-protocol for smartcard enums non conflict with libcacard Makefile.am: fix .gitignore not being generated in spice-protocol/spice Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in root update spice-protocol for smartcard enums fix Christophe Fergeau (1): ssl: more verbose output when SSL verification fails Marc-André Lureau (3): ssl-verify: add a bit of run-time checks Fix invalid macro usage Fix a gcc warning
2012-06-27Revert "update spice-common for multiple monitor in single display channel ↵Alon Levy1-0/+0
support" This reverts commit 3baf290be79cfb1872b90f7724efa50aa343d74b.
2012-06-21update spice-common for multiple monitor in single display channel supportAlon Levy1-0/+0
2012-05-03Update the spice-common submoduleYonit Halperin1-0/+0
spice-common changes: STREAM_DATA_SIZED message was added in order to support video streams with frames that their size is different from the initial size that the stream was created with. This patch also includes server and client adjustments to the new SpiceMsgDisplayStreamData.
2012-05-03Update the spice-common submoduleYonit Halperin1-0/+0
We need some rect/region getters methods that were added
2012-04-26bump spice-common with SpiceClips fixAlon Levy1-0/+0
2012-04-18spice-common: update submodule to verify_subject MSVC++ fixAlon Levy1-0/+0
2012-04-18spice-common: update submoduleAlon Levy1-0/+0
2012-04-18update spice-common for MSVC++ build fixesAlon Levy1-0/+0
2012-03-28spice-common: update to fix quic-encode warningsMarc-André Lureau1-0/+0
2012-03-25Use the spice-common submoduleMarc-André Lureau1-0/+0
This patch will replace the common/ directory with the spice-common project. It is for now a simple project subdirectory shared with spice-gtk, but the goal is to make it a proper library later on. With this change, the spice-server build is broken. The following commits fix the build, and have been seperated to ease the review. v2 - moves all the generated marshallers to spice-common library - don't attempt to fix windows VS build, which should somehow be splitted with spice-common (or built from tarball only to avoid generation tools/libs deps) v3 - uses libspice-common-client - fix a mutex.h inclusion reported by Alon