summaryrefslogtreecommitdiff
path: root/spice-common
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03spice-common: pick up fix for uninitialized fieldFrediano Ziglio1-0/+0
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
2016-02-02Update spice-commonFrediano Ziglio1-0/+0
Needed to have the updated spice_marshaller_get_fd function
2016-01-20build-sys: Update spice-common submodulePavel Grunt1-0/+0
2016-01-14build-sys: update spice-commonFrediano Ziglio1-0/+0
This is an update to fix build issues with spice-protocol.git. generated_server_demarshallers.c: In function ‘parse_msgc_display_gl_draw_done’: generated_server_demarshallers.c:767:23: error: ‘SpiceMsgcDisplayGlDrawDone’ undeclared (first use in this function) mem_size = sizeof(SpiceMsgcDisplayGlDrawDone); ... Also needed for upcoming gl-scanout messages. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2015-12-21build-sys: Use sasl check from spice-commonPavel Grunt1-0/+0
Support only libsasl2 providing libsasl2.pc file Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2015-11-27Update spice-commonMarc-André Lureau1-0/+0
Fix distcheck
2015-11-19Fix spice-common submodulePavel Grunt1-0/+0
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2015-11-19worker: simplify GlzDrawableInstanceItem fields nameMarc-André Lureau1-0/+0
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2015-11-16build-sys: Use SPICE_WARNING() to issue the architecture warningFrancois Gouget1-0/+0
Note that spice-deps.m4 now provides the AS_VAR_APPEND() fallback. Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
2015-10-23build-sys: Adjust to new spice-common spice-deps.m4Christophe Fergeau1-0/+0
This commit also updates the spice-common submodule Christophe Fergeau (7): Add marshaller test case build-sys: Use ${PKG_CONFIG} rather than pkg-config build-sys: Rework SPICE_CHECK_* m4 macros build-sys: Add gio-2.0 to SPICE_CHECK_GLIB2 build-sys: Fix error in SPICE_CHECK_LZ4 description build-sys: Set automake conditional in SPICE_CHECK_SMARTCARD build-sys: Rename SUPPORT_GL to HAVE_GL Javier Celaya (1): Fix linearization of several marshallers with one item Lukas Venhoda (3): ssl-verify: Only check addr length when using IP addr m4: Require glib version >= 2.22 ssl-verify: Changed IPv4 hostname to IPv6
2015-09-01Update spice-common submoduleChristophe Fergeau1-0/+0
Christophe Fergeau (1): build-sys: Remove code generation files from EXTRA_DIST Frediano Ziglio (1): common: Fix typo in comment
2015-08-20build-sys: Remove spice-protocol submoduleChristophe Fergeau1-0/+0
It's seeing regular releases and is API stable, so we don't need to bundle it with spice-server
2015-08-04spice-common: codegen: ptypes.py: keep attribute names in setsUri Lublin1-0/+0
This fixes the build on RHEL-6
2015-07-29Adjust to new SpiceImageCompress nameChristophe Fergeau1-0/+0
This has been renamed to SpiceImageCompression in order to avoid clashes with older spice-server in the SPICE_IMAGE_COMPRESS_ namespace. This commit is a straight rename of SpiceImageCompress to SpiceImageCompression and SPICE_IMAGE_COMPRESS_ to SPICE_IMAGE_COMPRESSION_
2015-06-30Use image compress constants from spice-protocolJavier Celaya1-0/+0
2015-06-22build-sys: Use spice-common m4 macro for lz4Christophe Fergeau1-0/+0
This will allow to share this detection code with spice-gtk.
2015-04-23Update spice-common submoduleChristophe Fergeau1-0/+0
This fixes a few issues with older python-six versions: Christophe Fergeau (2): configure.ac: Check for needed python modules for git builds codegen: Use six.PY3 rather than six.PY2
2015-04-10ppc: Update spice-common for endianness-related fixesChristophe Fergeau1-0/+0
Alexander Wauck (1): Make spice_codegen.py work on both Python 2 and 3 Christophe Fergeau (17): Remove unused header file build-sys: Remove unused X check build-sys: Remove unused win32 check build-sys: Remove unused WITH_SMARTCARD conditional build-sys: Small cleanup of AM_CPPFLAGS build-sys: Add fallback for AS_VAR_APPEND build-sys: Move posix checks to a separate m4 macro build-sys: Move smartcard check to m4 macro build-sys: Move celt check to m4 macro build-sys: Move opus check to m4 macro build-sys: Move opengl check to m4 macro build-sys: Move pixman check to m4 macro Remove unused 'invers' arg from canvas_get_* Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE) Remove another redundant (SW_CANVAS_CACHE) || (SW_CANVAS_IMAGE_CACHE) #ifdef Get rid of SW_CANVAS_IMAGE_CACHE ssl_verify: Move wincrypt.h related #ifdef closer to the include Erlon Cruz (2): ppc: Fix lz magic endianness ppc: build-sys: Add big-endian support Fabiano Fidêncio (1): Fix typo in pixman_image_get_stride() function Javier Celaya (6): LZ4: Fix output buffer size LZ4: Adjust reading the top_down flag LZ4: Decode the image format from the stream LZ4: Fix the row alignment when it is not on a 32bit boundary LZ4: Add support for 24bit pixman surfaces LZ4: Do not include arpa/inet.h in Windows builds Victor Toso (1): common: fix build with mingw
2014-12-02Add LZ4 compression support.Javier Celaya1-0/+0
- Add lz4 encoder to compress an image of type LZ4 (see spice_common). - Add code in red_worker to use LZ4 when it is enabled, and the client supports it through its display capability, or fallback to LZ. - Add enable_lz4 switch in the configure script. Show LZ4 support at the end.
2014-04-16Fix submodule referenceChristophe Fergeau1-0/+0
2014-04-16build-sys: Fix VPATH buildsChristophe Fergeau1-0/+0
Fixing this is a matter of picking the spice-common fix to generate the (de)marshaller source files in the right place, and to adjust the compiler flags to look for includes in the build directory as well.
2014-03-19Update spice-commonMarc-André Lureau1-0/+0
2014-03-19Associate org.spice-space.webdav.0 port to webdav channelMarc-André Lureau1-0/+0
For example, with qemu, a webdav channel can be created this way: -chardev spiceport,name=org.spice-space.webdav.0,... And redirected to a virtio port: -device virtserialport,...,name=org.spice-space.webdav.0
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.