summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-03LZ4: Do not include arpa/inet.h in Windows buildssslJavier Celaya1-0/+2
2015-02-03LZ4: Add support for 24bit pixman surfacesJavier Celaya2-0/+11
2015-02-03LZ4: Fix the row alignment when it is not on a 32bit boundaryJavier Celaya1-2/+20
2015-02-03LZ4: Decode the image format from the streamJavier Celaya1-1/+19
2015-02-03LZ4: Adjust reading the top_down flagJavier Celaya1-4/+4
2015-02-03LZ4: Fix output buffer sizeJavier Celaya1-2/+4
2015-01-23Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)Christophe Fergeau1-37/+1
2015-01-23Remove unused 'invers' arg from canvas_get_*Christophe Fergeau1-67/+11
2015-01-06common: fix build with mingwVictor Toso1-1/+1
2014-12-09build-sys: Move pixman check to m4 macroChristophe Fergeau3-4/+13
2014-12-09build-sys: Move opengl check to m4 macroChristophe Fergeau3-21/+32
2014-12-09build-sys: Move opus check to m4 macroChristophe Fergeau3-6/+20
2014-12-09build-sys: Move celt check to m4 macroChristophe Fergeau3-19/+28
2014-12-09build-sys: Move smartcard check to m4 macroChristophe Fergeau3-17/+34
2014-12-09build-sys: Move posix checks to a separate m4 macroChristophe Fergeau2-23/+29
2014-12-09build-sys: Add fallback for AS_VAR_APPENDChristophe Fergeau1-0/+4
2014-12-09build-sys: Small cleanup of AM_CPPFLAGSChristophe Fergeau1-3/+0
2014-12-08build-sys: Remove unused WITH_SMARTCARD conditionalChristophe Fergeau1-1/+0
2014-12-08build-sys: Remove unused win32 checkChristophe Fergeau1-15/+0
2014-12-08build-sys: Remove unused X checkChristophe Fergeau1-1/+0
2014-12-04Remove unused header fileChristophe Fergeau3-44/+0
2014-12-02Add LZ4 image compression support.Javier Celaya4-1/+76
2014-11-24glc: Fix "warning: unused variable 'recreate'"Christophe Fergeau1-1/+1
2014-11-10gdi: fix path segments drawing天外银龙1-1/+1
2014-10-23common: Fix -Wunused-variableVictor Toso1-0/+6
2014-09-18common: Fix -Wmissing-field-initializersFabiano Fidêncio1-1/+1
2014-09-18common: Fix -Wsign-compareFabiano Fidêncio1-2/+2
2014-09-18common: Fix -Wunused-parameterFabiano Fidêncio8-22/+46
2014-09-18common: Remove dead codeFabiano Fidêncio1-9/+0
2014-09-18python: Fix -Wsign-compareFabiano Fidêncio1-3/+3
2014-09-18python: Fix -Wunused-parameterFabiano Fidêncio2-7/+7
2014-07-23quic_family_tmpl: Fix "FORWARD_NULL" caught by coverityFabiano Fidêncio1-0/+2
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-05-15demarshal: prefix variable name with parent namesMarc-André Lureau1-17/+30
2014-05-07Mark sw_canvas.[ch] as automake source filesChristophe Fergeau1-2/+10
2014-04-16marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau2-3/+3
2014-04-16Use #include "common/..." in (de)marshallersChristophe Fergeau3-10/+11
2014-04-16Fix generation of marshallers in VPATH buildsChristophe Fergeau1-9/+9
2014-03-19Update spice-protocolMarc-André Lureau1-0/+0
2014-03-19spice.proto: add webdav channelMarc-André Lureau1-0/+4
2014-01-20quic: Fix test which is always trueChristophe Fergeau1-1/+1
2014-01-07ssl: Don't use uninitialized variable in verify_subject()Christophe Fergeau2-12/+9
2014-01-07mi: Fix shadow warningsChristophe Fergeau1-4/+0
2014-01-07mi: fix memory leak in miFillUniqueSpanGroupChristophe Fergeau1-0/+2
2014-01-07mi: Avoid stack smash when drawing dashed linesChristophe Fergeau1-3/+3
2014-01-07quic: Add missing break; in switch/caseChristophe Fergeau1-0/+2
2014-01-07backtrace: Don't attempt to call seteuid(0)Christophe Fergeau1-1/+0
2014-01-07Remove unused variableChristophe Fergeau1-2/+0
2014-01-02Add support for the Opus codec.Jeremy White7-12/+147