index
:
~victortoso/spice
char-device-checks
client-side-bandwidth-monitoring
fix-char-device-leaks
fix-clang-warnings
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
mjpeg_encoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-20
mjpeg and jpeg encoder: fix alignment warnings
Victor Toso
1
-4
/
+6
2015-06-29
server: Remove the rate_control_is_active field from MJpegEncoder.
Francois Gouget
1
-9
/
+13
2015-06-22
mjpeg: Convert rate control checks to asserts in encoder
Francois Gouget
1
-6
/
+3
2014-05-30
Fix assert in mjpeg_encoder_adjust_params_to_bit_rate()
Jonathon Jongsma
1
-1
/
+4
2014-05-15
Use PRI macros in printf to keep compatibility between 32/64bit system
소병철
1
-3
/
+4
2014-03-13
mjpeg: Don't warn on unsupported image formats
Christophe Fergeau
1
-1
/
+1
2013-06-24
red_worker: improve stream stats readability and ease of parsing
Yonit Halperin
1
-1
/
+0
2013-06-24
mjpeg_encoder: add mjpeg_encoder_get_stats
Yonit Halperin
1
-0
/
+11
2013-04-22
collect and print video stream statistics
Yonit Halperin
1
-0
/
+7
2013-04-22
server/red_worker.c: use the bit rate of old streams as a start point for new...
Yonit Halperin
1
-0
/
+5
2013-04-22
mjpeg_encoder: add stream warmup time, in which we avoid server and client drops
Yonit Halperin
1
-0
/
+27
2013-04-22
mjpeg_encoder: keep the average observed fps similar to the defined fps
Yonit Halperin
1
-2
/
+73
2013-04-22
mjpeg_encoder: move the control over frame drops to mjpeg_encoder
Yonit Halperin
1
-11
/
+9
2013-04-22
mjpeg_encoder: update the client with estimations for the required playback l...
Yonit Halperin
1
-14
/
+38
2013-04-22
mjpeg_encoder: modify stream bit rate based on server side pipe congestion
Yonit Halperin
1
-22
/
+81
2013-04-22
mjpeg_encoder: adjust the stream bit rate based on periodic client feedback
Yonit Halperin
1
-7
/
+377
2013-04-22
mjpeg_encoder: re-configure stream parameters when the frame's encoding size ...
Yonit Halperin
1
-8
/
+139
2013-04-22
mjpeg_encoder: configure mjpeg quality and frame rate according to a given bi...
Yonit Halperin
1
-5
/
+286
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