index
:
~sandmann/spice
a8
render2
setcaps
version
Unnamed repository; edit this file 'description' to name the repository.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
mjpeg_encoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
server/mjpeg_encoder: realloc encoder->row, when a wider frame is given
Yonit Halperin
1
-2
/
+8
2012-05-10
server/mjpeg_encoder: fix wrong size assigned to dest_len
Yonit Halperin
1
-1
/
+1
2012-05-10
server/mjpeg_encoder: Fix memory leak for the inital output buffer given for ...
Yonit Halperin
1
-8
/
+3
2012-05-03
server/red_worker.c/video: add support for frames of different sizes
Yonit Halperin
1
-9
/
+6
2012-03-25
Use the spice-common logging functions
Marc-André Lureau
1
-1
/
+1
2012-01-13
Remove useless if() before free()
Daniel P. Berrange
1
-2
/
+1
2011-11-10
server/mjpeg_encoder: use size_t * consistently
Alon Levy
1
-2
/
+2
2011-08-02
mjpeg: add missing SPICE_BITMAP_FMT_RGBA
Christophe Fergeau
1
-0
/
+1
2011-07-22
mjpeg: rename jpeg_mem_dest
Christophe Fergeau
1
-3
/
+3
2011-07-22
mjpeg_encoder: allocate "row" on demand
Christophe Fergeau
1
-8
/
+9
2011-07-22
mjpeg_encoder: remove unused functions
Christophe Fergeau
1
-46
/
+0
2011-07-22
mjpeg_encoder: use libjpeg-turbo extra colorspaces
Christophe Fergeau
1
-5
/
+16
2011-07-22
mjpeg_encoder: add mjpeg_encoder_get_bytes_per_pixel
Christophe Fergeau
1
-0
/
+5
2011-07-22
mjpeg_encoder: add mjpeg_encoder_encode_scanline
Christophe Fergeau
1
-0
/
+102
2011-07-22
mjpeg_encoder: rework output buffer allocation
Christophe Fergeau
1
-14
/
+102
2011-05-03
add missing static
Christophe Fergeau
1
-3
/
+3
2011-05-03
add #include <config.h> to all source files
Christophe Fergeau
1
-0
/
+3
2010-04-13
Relicense everything from GPL to LGPL 2.1+
Alexander Larsson
1
-9
/
+9
2010-04-12
Use fast DCT method for better jpeg compression performance
Alexander Larsson
1
-0
/
+1
2010-04-08
Initialize _kill_mark so we don't get spurious valgrind warnings
Alexander Larsson
1
-0
/
+125