summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LZ4: Add support for 24bit pixman surfacesJavier Celaya2015-02-032-0/+11
* LZ4: Fix the row alignment when it is not on a 32bit boundaryJavier Celaya2015-02-031-2/+20
* LZ4: Decode the image format from the streamJavier Celaya2015-02-031-1/+19
* LZ4: Adjust reading the top_down flagJavier Celaya2015-02-031-4/+4
* LZ4: Fix output buffer sizeJavier Celaya2015-02-031-2/+4
* Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)Christophe Fergeau2015-01-231-37/+1
* Remove unused 'invers' arg from canvas_get_*Christophe Fergeau2015-01-231-67/+11
* common: fix build with mingwVictor Toso2015-01-061-1/+1
* build-sys: Move pixman check to m4 macroChristophe Fergeau2014-12-093-4/+13
* build-sys: Move opengl check to m4 macroChristophe Fergeau2014-12-093-21/+32
* build-sys: Move opus check to m4 macroChristophe Fergeau2014-12-093-6/+20
* build-sys: Move celt check to m4 macroChristophe Fergeau2014-12-093-19/+28
* build-sys: Move smartcard check to m4 macroChristophe Fergeau2014-12-093-17/+34
* build-sys: Move posix checks to a separate m4 macroChristophe Fergeau2014-12-092-23/+29
* build-sys: Add fallback for AS_VAR_APPENDChristophe Fergeau2014-12-091-0/+4
* build-sys: Small cleanup of AM_CPPFLAGSChristophe Fergeau2014-12-091-3/+0
* build-sys: Remove unused WITH_SMARTCARD conditionalChristophe Fergeau2014-12-081-1/+0
* build-sys: Remove unused win32 checkChristophe Fergeau2014-12-081-15/+0
* build-sys: Remove unused X checkChristophe Fergeau2014-12-081-1/+0
* Remove unused header fileChristophe Fergeau2014-12-043-44/+0
* Add LZ4 image compression support.Javier Celaya2014-12-024-1/+76
* glc: Fix "warning: unused variable 'recreate'"Christophe Fergeau2014-11-241-1/+1
* gdi: fix path segments drawing天外银龙2014-11-101-1/+1
* common: Fix -Wunused-variableVictor Toso2014-10-231-0/+6
* common: Fix -Wmissing-field-initializersFabiano Fidêncio2014-09-181-1/+1
* common: Fix -Wsign-compareFabiano Fidêncio2014-09-181-2/+2
* common: Fix -Wunused-parameterFabiano Fidêncio2014-09-188-22/+46
* common: Remove dead codeFabiano Fidêncio2014-09-181-9/+0
* python: Fix -Wsign-compareFabiano Fidêncio2014-09-181-3/+3
* python: Fix -Wunused-parameterFabiano Fidêncio2014-09-182-7/+7
* quic_family_tmpl: Fix "FORWARD_NULL" caught by coverityFabiano Fidêncio2014-07-231-0/+2
* quic: Fix "UNINIT" caught by coverityFabiano Fidêncio2014-07-231-7/+5
* quic: Fix melcstate "OVERRUN" caught by coverityFabiano Fidêncio2014-07-141-4/+4
* demarshal: prefix variable name with parent namesMarc-André Lureau2014-05-151-17/+30
* Mark sw_canvas.[ch] as automake source filesChristophe Fergeau2014-05-071-2/+10
* marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau2014-04-162-3/+3
* Use #include "common/..." in (de)marshallersChristophe Fergeau2014-04-163-10/+11
* Fix generation of marshallers in VPATH buildsChristophe Fergeau2014-04-161-9/+9
* Update spice-protocolMarc-André Lureau2014-03-191-0/+0
* spice.proto: add webdav channelMarc-André Lureau2014-03-191-0/+4
* quic: Fix test which is always trueChristophe Fergeau2014-01-201-1/+1
* ssl: Don't use uninitialized variable in verify_subject()Christophe Fergeau2014-01-072-12/+9
* mi: Fix shadow warningsChristophe Fergeau2014-01-071-4/+0
* mi: fix memory leak in miFillUniqueSpanGroupChristophe Fergeau2014-01-071-0/+2
* mi: Avoid stack smash when drawing dashed linesChristophe Fergeau2014-01-071-3/+3
* quic: Add missing break; in switch/caseChristophe Fergeau2014-01-071-0/+2
* backtrace: Don't attempt to call seteuid(0)Christophe Fergeau2014-01-071-1/+0
* Remove unused variableChristophe Fergeau2014-01-071-2/+0
* Add support for the Opus codec.Jeremy White2014-01-027-12/+147
* Add a snd_codec interface to abstract the use of audio codecs such as celt.Jeremy White2014-01-024-0/+372