spice/server
Yonit Halperin f68b539d70 mjpeg_encoder: configure mjpeg quality and frame rate according to a given bit rate
Previously, the mjpeg quality was always 70. The frame rate was
tuned according to the frames' congestion in the pipe.
This patch sets the quality and frame rate according to
a given bit rate and the size of the first encoded frames.

The following patches will introduce an adaptive video streaming, in which
the bit rate, the quality, and the frame rate, change in response to
different parameters.

Patches that make red_worker adopt this feature will also follow.
2013-04-22 11:45:59 -04:00
..
tests Revert "server: add websockets support via libwebsockets" 2012-11-04 13:48:42 +02:00
.gitignore gitignore: add generated_*, vim temps, pyc 2010-11-08 16:06:55 +02:00
agent-msg-filter.c server: Filter VD_AGENT_MONITORS_CONFIG 2012-09-13 14:47:32 +03:00
agent-msg-filter.h server: Filter VD_AGENT_MONITORS_CONFIG 2012-09-13 14:47:32 +03:00
char_device.c char_device: Don't set active when stopped and don't access dev after unref 2013-03-29 10:07:26 +01:00
char_device.h char_device: Add spice_char_device_write_buffer_get_server_no_token() 2013-03-07 11:52:23 +01:00
demarshallers.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
dispatcher.c Don't do arithmetic on void * type, use uint8_t instead 2012-04-25 09:40:18 +01:00
dispatcher.h server/dispatcher: add dispatcher_register_async_done_callback 2011-11-08 16:22:21 +02:00
glz_encode_match_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
glz_encode_tmpl.c Remove trailing whitespace from end of lines 2012-01-13 18:11:59 +02:00
glz_encoder_config.h Fix multiple printf format problems 2012-04-25 09:42:11 +01:00
glz_encoder_dictionary_protected.h server: s/max_encdoers/max_encoders/ 2012-08-30 17:08:09 +03:00
glz_encoder_dictionary.c server: s/max_encdoers/max_encoders/ 2012-08-30 17:08:09 +03:00
glz_encoder_dictionary.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder.c Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
inputs_channel.c inputs-channel: Don't send insecure keyb notify to in migrate client 2013-03-15 09:44:50 +01:00
inputs_channel.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
jpeg_encoder.c Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
jpeg_encoder.h Remove trailing whitespace from end of lines 2012-01-13 18:11:59 +02:00
main_channel.c main-channel: Add a main_channel_client_push_notify function 2013-03-15 09:44:50 +01:00
main_channel.h main-channel: Add a main_channel_client_push_notify function 2013-03-15 09:44:50 +01:00
main_dispatcher.c seamless migration: migration completion on the destination side 2012-08-27 09:13:00 +03:00
main_dispatcher.h seamless migration: migration completion on the destination side 2012-08-27 09:13:00 +03:00
Makefile.am link libspice server with libm libpthread 2013-01-14 18:54:22 +02:00
migration_protocol.h enable seamless migration and set migration protocol version 2012-08-27 09:13:14 +03:00
mjpeg_encoder.c mjpeg_encoder: configure mjpeg quality and frame rate according to a given bit rate 2013-04-22 11:45:59 -04:00
mjpeg_encoder.h mjpeg_encoder: configure mjpeg quality and frame rate according to a given bit rate 2013-04-22 11:45:59 -04:00
red_bitmap_utils.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
red_channel.c server: freezed->froze, missing whitespace after declarations 2012-08-30 17:08:09 +03:00
red_channel.h red_channel: remove unused migrate flag from RedChannel 2012-08-27 09:13:12 +03:00
red_client_cache.h Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
red_client_shared_cache.h Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
red_common.h server/red_parse_qxl: add bitmap consistency check 2012-09-03 19:27:22 +03:00
red_dispatcher.c server: red_dispatcher: check major/minor of qxl for client_monitors_config 2012-10-24 12:10:27 +02:00
red_dispatcher.h server/red_dispatcher: client_monitors_config support 2012-09-13 14:47:31 +03:00
red_memslots.c Add support for QXLComposite to spice server 2012-08-24 13:44:42 -04:00
red_memslots.h server: allow failure in getvirt 2012-04-05 18:28:49 +03:00
red_parse_qxl.c red_parse_qxl: fix throwing away drawables that have masks 2012-12-20 10:13:09 -05:00
red_parse_qxl.h Add support for QXLComposite to spice server 2012-08-24 13:44:42 -04:00
red_tunnel_worker.c server/red_tunnel_worker: remove unneeded expect_migrate_mark 2012-08-30 17:08:09 +03:00
red_tunnel_worker.h server: Unset executable bit of red_tunnel_worker.h 2011-05-05 20:04:49 +03:00
red_worker.c mjpeg_encoder: configure mjpeg quality and frame rate according to a given bit rate 2013-04-22 11:45:59 -04:00
red_worker.h server: add monitors_config support 2012-07-22 13:50:49 +03:00
reds_gl_canvas.c Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_gl_canvas.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_sw_canvas.c Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_sw_canvas.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds-private.h Revert "server: add websockets support via libwebsockets" 2012-11-04 13:48:42 +02:00
reds.c inputs-channel: Handle printing of insecure keyboard notify 2013-03-15 09:44:50 +01:00
reds.h Revert "server: add websockets support via libwebsockets" 2012-11-04 13:48:42 +02:00
smartcard.c smartcard.c: avoid marshalling migration data with reference to a memory that might be released before send has completed 2012-11-26 11:08:10 -05:00
smartcard.h smartcard: use SpiceCharDeviceState for managing reading from the device 2012-07-03 14:13:42 +03:00
snd_worker.c snd_worker: Make sure we never send an empty volume message 2013-04-19 13:57:31 +02:00
snd_worker.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
spice-experimental.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
spice-server.syms server: add "port" channel support 2012-12-05 11:46:28 +01:00
spice.h server: add "port" channel support 2012-12-05 11:46:28 +01:00
spicevmc.c server: add "port" channel support 2012-12-05 11:46:28 +01:00
stat.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
zlib_encoder.c Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
zlib_encoder.h applying zlib compression over glz on WAN connection 2010-06-21 15:05:37 +02:00