summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Initial pass at adding meson supportmesonChristophe Fergeau2-0/+122
2017-11-29proto: Add some documentation to stream_report messageFrediano Ziglio1-0/+13
2017-11-07canvas_base: Allow to specify constant operationsFrediano Ziglio1-2/+2
2017-11-07ring: Remove short living temporary variableFrediano Ziglio1-8/+2
2017-11-07ring: Remove __ring_remove functionFrediano Ziglio1-8/+3
2017-09-25test-marshallers: Test demarshallingFrediano Ziglio3-4/+31
2017-09-25test-marshallers: Use unaligned structureFrediano Ziglio3-4/+8
2017-09-25Make the compiler work out better way to write unaligned memoryFrediano Ziglio2-26/+64
2017-08-23quic: avoid crash on specific imagesFrediano Ziglio1-1/+1
2017-08-09quic: turn back some commented out checks as compile timeFrediano Ziglio1-2/+2
2017-08-09quic: use 32 bit for bppmaskFrediano Ziglio1-2/+2
2017-08-09quic: remove Channel::encoderFrediano Ziglio1-7/+4
2017-08-09quic: remove only assigned CommonState::encoderFrediano Ziglio1-4/+0
2017-08-09quic: remove only assigned num_channels fieldFrediano Ziglio1-3/+0
2017-08-03quic: fix typo golomb_deoding -> golomb_decodingFrediano Ziglio1-1/+1
2017-08-03quic: fix typo corelate -> correlateFrediano Ziglio1-6/+6
2017-08-01quic: Use i == 0 rather than !iChristophe Fergeau2-5/+5
2017-08-01quic: Fix "corelate" typoChristophe Fergeau2-58/+58
2017-08-01quic: Use SPICE_VERIFY for static checkChristophe Fergeau1-1/+1
2017-08-01quic: Use DEFwmimax constant rather than wmimax variableChristophe Fergeau3-27/+24
2017-08-01quic: Use DEFwminext constant rather than wminext variableChristophe Fergeau3-21/+18
2017-08-01quic: Use DEFevol constant rather than evol variableChristophe Fergeau1-10/+7
2017-07-20canvas: Don't try to unref NULL pixman_image_tChristophe Fergeau1-1/+3
2017-07-07log: Define G_LOG_DOMAIN as early as possibleChristophe Fergeau1-0/+1
2017-07-05log: Force format in log macro to be a stringFrediano Ziglio1-5/+5
2017-07-05log: Forbid the usage of obsolete SPICE_LOG_DOMAINFrediano Ziglio3-25/+24
2017-07-04quic: Fix typo in function namesFrediano Ziglio1-6/+6
2017-06-22log: remove spice_static_assert macroFrediano Ziglio3-7/+2
2017-06-22quic: constantify some variableFrediano Ziglio1-3/+3
2017-06-21canvas-base: Do not attempt useless cast on stride adjustmentFrediano Ziglio1-5/+4
2017-06-20Avoid clang warnings on casts with stricter alignment requirementsChristophe de Dinechin5-10/+86
2017-06-15Use SPICE_ATTR_PACKED instead of custom ATTR_PACKEDFrediano Ziglio2-33/+12
2017-06-09Use space and not colon to separate log domainsChristophe de Dinechin1-1/+1
2017-06-09log: Use GLib logging levels directlyFrediano Ziglio2-31/+30
2017-06-01fix indentation on previous patchFrediano Ziglio1-1/+1
2017-05-31log: Check log level from spice_logvFrediano Ziglio1-1/+6
2017-05-31log: Optimise glib_debug_level checkFrediano Ziglio1-5/+4
2017-05-31log: Do not check impossible function returnFrediano Ziglio1-9/+5
2017-05-18codegen: Fix license nameFrediano Ziglio1-2/+2
2017-05-18Style adjustment - Making code match surrounding styleChristophe de Dinechin2-70/+64
2017-05-08codegen: Allows to specify license of generated filesFrediano Ziglio1-1/+39
2017-03-31log: Follow spice style guidelines for #include in log.hChristophe Fergeau1-3/+2
2017-03-31log: Add missing stdio.h includeChristophe Fergeau1-0/+2
2017-03-28build-sys: don't dist spice-protocol.htmlMarc-André Lureau1-1/+0
2017-02-28region: Avoid possible memory corruptionFrediano Ziglio1-0/+1
2017-02-16ssl: Use ASN1_STRING_get0_data instead of ASN1_STRING_dataSebastian Andrzej Siewior1-6/+13
2017-02-03Document REGION_TEST_* bitmasksJonathon Jongsma1-0/+3
2017-01-31protocol: Add support for VP9 video codecFrediano Ziglio1-0/+1
2017-01-06protocol: add preferred video codec messageVictor Toso2-0/+10
2016-12-08marshaller: Remove deprecated replacement functionsFrediano Ziglio1-13/+0