summaryrefslogtreecommitdiff
path: root/common/quic.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-17quic: fix sign-compare warningMarc-André Lureau1-1/+1
2018-09-10quic: Prevent side effects calling C macrosFrediano Ziglio1-2/+4
2018-07-10quic: Remove duplicate fileFrediano Ziglio1-4/+4
2018-07-10quic: Call directly encode_state_run from templates.Frediano Ziglio1-21/+0
2018-07-06build: Remove spice_common.hChristophe Fergeau1-1/+1
2018-07-03quic: Call encode from golomb_codingFrediano Ziglio1-0/+2
2018-06-05quic: Use __builtin_clz if availableFrediano Ziglio1-0/+7
2018-06-05build: Remove bitops.hChristophe Fergeau1-1/+0
2018-06-04quic: Fix endianness encodingFrediano Ziglio1-1/+1
2018-05-31quic: Remove some too strict asserts in hot pathsFrediano Ziglio1-6/+14
2018-05-28quic: Remove 'no-inline' hackFrediano Ziglio1-21/+2
2018-05-24quic: Factor common codeChristophe Fergeau1-82/+34
2018-05-24quic: Get rid of RLE #defineChristophe Fergeau1-9/+0
2018-05-24quic: Get rid of RLE_STAT #defineChristophe Fergeau1-51/+2
2018-05-24quic: Get rid of QUIC_RGB #defineChristophe Fergeau1-157/+0
2018-05-24quic: Remove configurable PREDChristophe Fergeau1-1/+0
2018-05-24quic: Remove configurable RLE_PREDChristophe Fergeau1-3/+0
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 corelate -> correlateFrediano Ziglio1-6/+6
2017-08-01quic: Use SPICE_VERIFY for static checkChristophe Fergeau1-1/+1
2017-08-01quic: Use DEFwmimax constant rather than wmimax variableChristophe Fergeau1-3/+0
2017-08-01quic: Use DEFwminext constant rather than wminext variableChristophe Fergeau1-5/+2
2017-08-01quic: Use DEFevol constant rather than evol variableChristophe Fergeau1-10/+7
2017-07-04quic: Fix typo in function namesFrediano Ziglio1-6/+6
2017-06-22log: remove spice_static_assert macroFrediano Ziglio1-1/+1
2017-06-22quic: constantify some variableFrediano Ziglio1-3/+3
2017-06-15Use SPICE_ATTR_PACKED instead of custom ATTR_PACKEDFrediano Ziglio1-17/+7
2016-06-13Remove a warning compiling under WindowsFrediano Ziglio1-1/+1
2016-03-23use macro to define constructor functionFrediano Ziglio1-9/+2
2016-01-27Use code to compute a bit maskFrediano Ziglio1-11/+2
2016-01-27Avoid to call ceil_log_2 twice with same valueFrediano Ziglio1-2/+2
2016-01-27ConstificationFrediano Ziglio1-1/+1
2016-01-27zeroLUT has same content of lzeroesFrediano Ziglio1-25/+2
2015-07-02ppc: Fix quic magic endianessLukas Venhoda1-1/+2
2015-07-02ppc: Fix quic decode endianessLukas Venhoda1-3/+5
2014-09-18common: Fix -Wunused-parameterFabiano Fidêncio1-1/+1
2014-07-23quic: Fix "UNINIT" caught by coverityFabiano Fidêncio1-7/+5
2014-07-14quic: Fix melcstate "OVERRUN" caught by coverityFabiano Fidêncio1-4/+4
2014-01-20quic: Fix test which is always trueChristophe Fergeau1-1/+1
2014-01-07quic: Add missing break; in switch/caseChristophe Fergeau1-0/+2
2013-10-04Remove INLINE usageMarc-André Lureau1-11/+11
2013-09-12quic: precompute golomb codesMarc-André Lureau1-1/+24
2012-03-28Fix harmless warnings in quic_encode()Marc-André Lureau1-3/+3
2012-03-20Use a log handler to modify abort() behaviourMarc-André Lureau1-57/+47
2012-03-20Remove trailing whitespace from end of linesDaniel P. Berrange1-1/+1