summaryrefslogtreecommitdiff
path: root/common/quic_tmpl.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-17quic: Check RLE lengthsFrediano Ziglio1-1/+5
2020-08-25quic_tmpl: Remove unused bpc parameterFrediano Ziglio1-16/+8
2020-08-10Avoid usage of GCC extension for __VA_ARGS__ where possibleFrediano Ziglio1-4/+4
2019-05-02Do not check for HAVE_CONFIG_HFrediano Ziglio1-2/+0
2018-07-10quic: Unify rgb/non-rgb macro declarationsFrediano Ziglio1-14/+113
2018-07-10quic: Reorder macro declarationsFrediano Ziglio1-36/+35
2018-07-10quic: Introduce COPY_PIXEL macroFrediano Ziglio1-1/+4
2018-07-10quic: Add DECLARE_*_VARIABLES macrosFrediano Ziglio1-13/+21
2018-07-10quic: Move all golomb decoding macros in a single placeFrediano Ziglio1-7/+10
2018-07-10quic: Wrap declaration/call of quic method in macrosChristophe Fergeau1-61/+65
2018-07-10quic: Add APPLY_ALL_COMP macro to iterate over channelsFrediano Ziglio1-13/+17
2018-07-10quic: Add CORRELATE*/DECORRELATE* macrosFrediano Ziglio1-23/+21
2018-07-10quic: Call directly encode_state_run from templates.Frediano Ziglio1-3/+3
2018-07-10quic: Add missing #undef SET_a/GET_aFrediano Ziglio1-0/+2
2018-07-10quic: Make {UN, }COMPRESS_xx macros closerFrediano Ziglio1-70/+71
2018-07-10quic: Add SAME_PIXEL macroFrediano Ziglio1-3/+7
2018-07-10quic: Rework PIXEL_A/PIXEL_B macrosFrediano Ziglio1-6/+6
2018-07-03quic: Call encode from golomb_codingFrediano Ziglio1-28/+11
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 Fergeau1-93/+101
2018-05-24quic: Get rid of RLE #defineChristophe Fergeau1-12/+0
2018-05-24quic: Get rid of RLE_STAT #defineChristophe Fergeau1-12/+0
2018-05-24quic: Get rid of QUIC_RGB #defineChristophe Fergeau1-6/+0
2018-05-24quic: Remove configurable PREDChristophe Fergeau1-40/+0
2018-05-24quic: Remove configurable RLE_PREDChristophe Fergeau1-47/+8
2017-08-03quic: fix typo golomb_deoding -> golomb_decodingFrediano Ziglio1-1/+1
2017-08-01quic: Use i == 0 rather than !iChristophe Fergeau1-1/+1
2017-08-01quic: Fix "corelate" typoChristophe Fergeau1-44/+44
2017-08-01quic: Use DEFwmimax constant rather than wmimax variableChristophe Fergeau1-12/+12
2017-08-01quic: Use DEFwminext constant rather than wminext variableChristophe Fergeau1-8/+8
2014-09-18common: Fix -Wunused-parameterFabiano Fidêncio1-4/+4
2013-10-04Remove INLINE usageMarc-André Lureau1-6/+6
2013-09-12quic: compile with constant bppMarc-André Lureau1-8/+8
2012-03-20Use a log handler to modify abort() behaviourMarc-André Lureau1-16/+16
2012-03-20Remove trailing blank linesDaniel P. Berrange1-1/+0
2012-03-20add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2012-03-20Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2012-03-20Add emacs settings for indent according to spice styleguideAlexander Larsson1-0/+1
2012-03-20fresh startYaniv Kamay1-0/+632