index
:
spice-common.git
master
spice-common
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LZ4: Add support for 24bit pixman surfaces
Javier Celaya
2015-02-03
2
-0
/
+11
*
LZ4: Fix the row alignment when it is not on a 32bit boundary
Javier Celaya
2015-02-03
1
-2
/
+20
*
LZ4: Decode the image format from the stream
Javier Celaya
2015-02-03
1
-1
/
+19
*
LZ4: Adjust reading the top_down flag
Javier Celaya
2015-02-03
1
-4
/
+4
*
LZ4: Fix output buffer size
Javier Celaya
2015-02-03
1
-2
/
+4
*
Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)
Christophe Fergeau
2015-01-23
1
-37
/
+1
*
Remove unused 'invers' arg from canvas_get_*
Christophe Fergeau
2015-01-23
1
-67
/
+11
*
common: fix build with mingw
Victor Toso
2015-01-06
1
-1
/
+1
*
build-sys: Move pixman check to m4 macro
Christophe Fergeau
2014-12-09
3
-4
/
+13
*
build-sys: Move opengl check to m4 macro
Christophe Fergeau
2014-12-09
3
-21
/
+32
*
build-sys: Move opus check to m4 macro
Christophe Fergeau
2014-12-09
3
-6
/
+20
*
build-sys: Move celt check to m4 macro
Christophe Fergeau
2014-12-09
3
-19
/
+28
*
build-sys: Move smartcard check to m4 macro
Christophe Fergeau
2014-12-09
3
-17
/
+34
*
build-sys: Move posix checks to a separate m4 macro
Christophe Fergeau
2014-12-09
2
-23
/
+29
*
build-sys: Add fallback for AS_VAR_APPEND
Christophe Fergeau
2014-12-09
1
-0
/
+4
*
build-sys: Small cleanup of AM_CPPFLAGS
Christophe Fergeau
2014-12-09
1
-3
/
+0
*
build-sys: Remove unused WITH_SMARTCARD conditional
Christophe Fergeau
2014-12-08
1
-1
/
+0
*
build-sys: Remove unused win32 check
Christophe Fergeau
2014-12-08
1
-15
/
+0
*
build-sys: Remove unused X check
Christophe Fergeau
2014-12-08
1
-1
/
+0
*
Remove unused header file
Christophe Fergeau
2014-12-04
3
-44
/
+0
*
Add LZ4 image compression support.
Javier Celaya
2014-12-02
4
-1
/
+76
*
glc: Fix "warning: unused variable 'recreate'"
Christophe Fergeau
2014-11-24
1
-1
/
+1
*
gdi: fix path segments drawing
天外银龙
2014-11-10
1
-1
/
+1
*
common: Fix -Wunused-variable
Victor Toso
2014-10-23
1
-0
/
+6
*
common: Fix -Wmissing-field-initializers
Fabiano Fidêncio
2014-09-18
1
-1
/
+1
*
common: Fix -Wsign-compare
Fabiano Fidêncio
2014-09-18
1
-2
/
+2
*
common: Fix -Wunused-parameter
Fabiano Fidêncio
2014-09-18
8
-22
/
+46
*
common: Remove dead code
Fabiano Fidêncio
2014-09-18
1
-9
/
+0
*
python: Fix -Wsign-compare
Fabiano Fidêncio
2014-09-18
1
-3
/
+3
*
python: Fix -Wunused-parameter
Fabiano Fidêncio
2014-09-18
2
-7
/
+7
*
quic_family_tmpl: Fix "FORWARD_NULL" caught by coverity
Fabiano Fidêncio
2014-07-23
1
-0
/
+2
*
quic: Fix "UNINIT" caught by coverity
Fabiano Fidêncio
2014-07-23
1
-7
/
+5
*
quic: Fix melcstate "OVERRUN" caught by coverity
Fabiano Fidêncio
2014-07-14
1
-4
/
+4
*
demarshal: prefix variable name with parent names
Marc-André Lureau
2014-05-15
1
-17
/
+30
*
Mark sw_canvas.[ch] as automake source files
Christophe Fergeau
2014-05-07
1
-2
/
+10
*
marshaller: Use #include <> for headers in $srcdir/common
Christophe Fergeau
2014-04-16
2
-3
/
+3
*
Use #include "common/..." in (de)marshallers
Christophe Fergeau
2014-04-16
3
-10
/
+11
*
Fix generation of marshallers in VPATH builds
Christophe Fergeau
2014-04-16
1
-9
/
+9
*
Update spice-protocol
Marc-André Lureau
2014-03-19
1
-0
/
+0
*
spice.proto: add webdav channel
Marc-André Lureau
2014-03-19
1
-0
/
+4
*
quic: Fix test which is always true
Christophe Fergeau
2014-01-20
1
-1
/
+1
*
ssl: Don't use uninitialized variable in verify_subject()
Christophe Fergeau
2014-01-07
2
-12
/
+9
*
mi: Fix shadow warnings
Christophe Fergeau
2014-01-07
1
-4
/
+0
*
mi: fix memory leak in miFillUniqueSpanGroup
Christophe Fergeau
2014-01-07
1
-0
/
+2
*
mi: Avoid stack smash when drawing dashed lines
Christophe Fergeau
2014-01-07
1
-3
/
+3
*
quic: Add missing break; in switch/case
Christophe Fergeau
2014-01-07
1
-0
/
+2
*
backtrace: Don't attempt to call seteuid(0)
Christophe Fergeau
2014-01-07
1
-1
/
+0
*
Remove unused variable
Christophe Fergeau
2014-01-07
1
-2
/
+0
*
Add support for the Opus codec.
Jeremy White
2014-01-02
7
-12
/
+147
*
Add a snd_codec interface to abstract the use of audio codecs such as celt.
Jeremy White
2014-01-02
4
-0
/
+372
[prev]
[next]