summaryrefslogtreecommitdiffstats
path: root/common
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-091-1/+0
* build-sys: Move opengl check to m4 macroChristophe Fergeau2014-12-091-1/+0
* build-sys: Move opus check to m4 macroChristophe Fergeau2014-12-091-2/+1
* build-sys: Move celt check to m4 macroChristophe Fergeau2014-12-091-3/+1
* build-sys: Move smartcard check to m4 macroChristophe Fergeau2014-12-091-1/+2
* build-sys: Small cleanup of AM_CPPFLAGSChristophe Fergeau2014-12-091-3/+0
* Remove unused header fileChristophe Fergeau2014-12-043-44/+0
* Add LZ4 image compression support.Javier Celaya2014-12-022-1/+73
* 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
* 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
* Mark sw_canvas.[ch] as automake source filesChristophe Fergeau2014-05-071-2/+10
* Use #include "common/..." in (de)marshallersChristophe Fergeau2014-04-161-7/+8
* Fix generation of marshallers in VPATH buildsChristophe Fergeau2014-04-161-9/+9
* 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-023-12/+141
* Add a snd_codec interface to abstract the use of audio codecs such as celt.Jeremy White2014-01-023-0/+356
* ssl: Don't try hostname check if cert subject check failsChristophe Fergeau2013-10-111-8/+5
* ssl: Log an error when peer certificate verification failedChristophe Fergeau2013-10-111-1/+9
* ssl: Improve error message in cert chain verificationChristophe Fergeau2013-10-111-2/+2
* Remove INLINE usageMarc-André Lureau2013-10-048-48/+48
* gl: use glCopyPixels()Marc-André Lureau2013-09-301-1/+1
* gl: cope with positive stride in put_image()Marc-André Lureau2013-09-301-3/+7
* gl: ignore alpha channel in draw_copyMarc-André Lureau2013-09-301-0/+1
* gl: ignore if mask has not bitmapMarc-André Lureau2013-09-301-1/+2
* quic: precompute golomb codesMarc-André Lureau2013-09-122-14/+33
* quic: compile with constant bppMarc-André Lureau2013-09-123-13/+13
* canvas: use precomputed revers_bitsMarc-André Lureau2013-09-121-0/+43