summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-02Add a snd_codec interface to abstract the use of audio codecs such as celt.Jeremy White4-0/+372
2013-11-19Update spice-protocolMarc-André Lureau1-0/+0
2013-10-23Be explicit about spice-common licenseJonathon Jongsma2-2/+523
2013-10-23codegen: Add a --generate-wireshark-dissector optionJonathon Jongsma2-32/+82
2013-10-11ssl: Don't try hostname check if cert subject check failsChristophe Fergeau1-8/+5
2013-10-11ssl: Log an error when peer certificate verification failedChristophe Fergeau1-1/+9
2013-10-11ssl: Improve error message in cert chain verificationChristophe Fergeau1-2/+2
2013-10-04Remove INLINE usageMarc-André Lureau9-48/+48
2013-09-30gl: use glCopyPixels()Marc-André Lureau1-1/+1
2013-09-30gl: cope with positive stride in put_image()Marc-André Lureau1-3/+7
2013-09-30gl: ignore alpha channel in draw_copyMarc-André Lureau1-0/+1