summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-27test-region: Add g_assert() checkstest-regionChristophe Fergeau1-5/+16
2018-06-27test-region: Replace spice_assert() with g_assert_true()Christophe Fergeau1-1/+1
2018-06-27test-region: Remove unneeded printfChristophe Fergeau1-1/+0
2018-06-27test-region: Replace direct printf with g_debug() callsChristophe Fergeau2-67/+67
2018-06-27fixup! test-region: Create proper test for region from source codeChristophe Fergeau1-2/+9
2018-06-27test-region: Create proper test for region from source codeFrediano Ziglio4-379/+414
2018-06-26ssl_verify: Fix build for newer LibreSSLFrediano Ziglio1-1/+2
2018-06-26Revert "ssl_verify: Fix build for newer LibreSSL"Frediano Ziglio1-2/+1
2018-06-26ssl_verify: Fix build for newer LibreSSLFrediano Ziglio1-1/+2
2018-06-26test-quic: Increase test timeout using MesonFrediano Ziglio1-1/+1
2018-06-26canvas_base: Rework DUMP_JPEG debuggingFrediano Ziglio1-9/+8
2018-06-26test-quic: Allows to specify multiple images to testFrediano Ziglio1-5/+7
2018-06-26Add SPICE_ATTR_NORETURN on prototype of error functionsChristophe de Dinechin2-0/+2
2018-06-21test-logging: Improve debug level testsChristophe Fergeau1-0/+17
2018-06-20log: Only install glib log handler if SPICE_DEBUG_LEVEL is setChristophe Fergeau1-3/+8
2018-06-19protocol: Add support for h265 video codecSnir Sheriber1-0/+1
2018-06-18build: Add __pycache__/*.pyc to DISTCLEANFILESChristophe Fergeau1-1/+1
2018-06-18build: Remove docs/.gitignoreChristophe Fergeau1-1/+0
2018-06-18build: Update git.mk to latest versionChristophe Fergeau1-26/+199
2018-06-06Add .gitlab-ci.yml fileEduardo Lima (Etrunko)1-0/+18
2018-06-06meson: Remove check for vforkChristophe Fergeau1-4/+2
2018-06-06meson: Support auto/true/false for optional dependenciesChristophe Fergeau2-18/+17
2018-06-05quic: Use __builtin_clz if availableFrediano Ziglio1-0/+7
2018-06-05build: Move client sources to libspice_common_client_la_SOURCESChristophe Fergeau1-4/+4
2018-06-05build: Remove bitops.hChristophe Fergeau5-91/+1
2018-06-05build: Remove checks for functions which are never calledChristophe Fergeau2-4/+1
2018-06-05build: Use AM_COND_IFChristophe Fergeau1-8/+3
2018-06-05build: By default, error out if Opus is missingChristophe Fergeau3-6/+23
2018-06-05build: Disable celt 0.5.1 by defaultChristophe Fergeau2-6/+19
2018-06-05build: Ensure we link with -lm if neededChristophe Fergeau2-0/+13
2018-06-04quic: Fix endianness encodingFrediano Ziglio1-1/+1
2018-06-01Add support for building with meson/ninjaEduardo Lima (Etrunko)12-1/+419
2018-05-31test-quic: Fix -Wsign-compare warningEduardo Lima (Etrunko)1-1/+1
2018-05-31quic: Remove some too strict asserts in hot pathsFrediano Ziglio2-7/+17
2018-05-28quic: Remove 'no-inline' hackFrediano Ziglio1-21/+2
2018-05-25quic: Add test case for compression/decompressionChristophe Fergeau4-0/+291
2018-05-25lz: Inline GET_{r,g,b} macrosFrediano Ziglio1-12/+1
2018-05-25lz: Optimise SAME_PIXEL for RGB16Frediano Ziglio1-4/+4
2018-05-24quic: Use channel->correlate_row in macrosChristophe Fergeau1-50/+48
2018-05-24quic: Remove unused argument in uncompress_row{0, }Christophe Fergeau1-8/+6
2018-05-24quic: Add macros to make quic_tmpl.c much closer to quic_rgb_tmpl.cChristophe Fergeau1-77/+107
2018-05-24quic: s/decorrelate_drow/correlate_rowChristophe Fergeau1-27/+27
2018-05-24quic: Introduce CommonState *state variable in templatesChristophe Fergeau2-184/+200
2018-05-24quic: Factor common codeChristophe Fergeau1-82/+34
2018-05-24quic: Get rid of RLE #defineChristophe Fergeau3-33/+0
2018-05-24quic: Get rid of RLE_STAT #defineChristophe Fergeau2-63/+2
2018-05-24quic: Get rid of QUIC_RGB #defineChristophe Fergeau2-163/+0
2018-05-24quic: Remove configurable PREDChristophe Fergeau3-74/+0
2018-05-24quic: Remove configurable RLE_PREDChristophe Fergeau3-97/+16
2018-05-24Bump glib requirements to 2.38Eduardo Lima (Etrunko)1-1/+1