summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* reds: fix not sending the mm-time after migration when there is no audio play...Yonit Halperin2013-05-011-4/+14
* red_channel: fix not handling self pipe items in red_channel_client_release_itemYonit Halperin2013-04-301-0/+3
* server: Add public spice_qxl_driver_unload methodHans de Goede2013-04-246-1/+39
* red_worker: assign mm_time to vga framesYonit Halperin2013-04-221-4/+9
* red_worker: increase the interval limit for stream framesYonit Halperin2013-04-221-1/+1
* collect and print video stream statisticsYonit Halperin2013-04-222-1/+77
* server/red_worker: add an option to supply the bandwidth via env varYonit Halperin2013-04-221-5/+24
* server/red_worker.c: use the bit rate of old streams as a start point for new...Yonit Halperin2013-04-223-1/+22
* red_worker: video streams - adjust client playback latencyYonit Halperin2013-04-221-5/+54
* reds: support mm_time latency adjustmentsYonit Halperin2013-04-225-1/+64
* snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-222-0/+46
* dispatcher.h: fix - s/#define MAIN_DISPATCHER_H/#define DISPATCHER_HYonit Halperin2013-04-222-3/+4
* red_worker: ignoring video frame drops that are not due to pipe congestionYonit Halperin2013-04-221-3/+13
* red_worker: notify mjpeg_encoder on server frame dropsYonit Halperin2013-04-221-4/+13
* red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORTYonit Halperin2013-04-222-2/+85
* red_worker: start using mjpeg_encoder rate control capabilitiesYonit Halperin2013-04-223-59/+68
* server/red_worker: enable latency monitoring in the display channelYonit Halperin2013-04-221-1/+4
* red_worker: stream - update periodically the input frame rateYonit Halperin2013-04-221-1/+35
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-227-2/+251
* server/red_worker: assign timer callbacks to worker_core, using spice_timer_q...Yonit Halperin2013-04-221-0/+14
* server: spice_timer_queueYonit Halperin2013-04-223-0/+313
* mjpeg_encoder: add stream warmup time, in which we avoid server and client dropsYonit Halperin2013-04-221-0/+27
* mjpeg_encoder: keep the average observed fps similar to the defined fpsYonit Halperin2013-04-221-2/+73
* mjpeg_encoder: move the control over frame drops to mjpeg_encoderYonit Halperin2013-04-223-23/+40
* mjpeg_encoder: update the client with estimations for the required playback l...Yonit Halperin2013-04-222-14/+39
* mjpeg_encoder: modify stream bit rate based on server side pipe congestionYonit Halperin2013-04-222-22/+91
* mjpeg_encoder: adjust the stream bit rate based on periodic client feedbackYonit Halperin2013-04-223-10/+401
* mjpeg_encoder: re-configure stream parameters when the frame's encoding size ...Yonit Halperin2013-04-221-8/+139
* mjpeg_encoder: configure mjpeg quality and frame rate according to a given bi...Yonit Halperin2013-04-223-7/+312
* server/red_worker: streams: moving mjpeg_encoder from Stream to StreamAgentYonit Halperin2013-04-221-16/+22
* red_worker: stream agent - fix miscounting of framesYonit Halperin2013-04-221-4/+12
* snd_worker: Make sure we never send an empty volume messageHans de Goede2013-04-191-3/+7
* red_worker.c: fix not destroying streams before sending MSG_MIGRATEYonit Halperin2013-04-081-1/+24
* red_worker.c: s/red_display_destroy_streams/red_display_destroy_streams_agentsYonit Halperin2013-04-081-2/+2
* snd_worker: Don't send empty audio-volume messagesHans de Goede2013-04-011-1/+4
* char_device: Don't set active when stopped and don't access dev after unrefHans de Goede2013-03-291-2/+4
* char_device: Don't set the write-retry timer when not runningHans de Goede2013-03-291-4/+7
* char_device: Properly update buffer status when leaving the write loop on stopHans de Goede2013-03-291-4/+1
* inputs-channel: Don't send insecure keyb notify to in migrate clientHans de Goede2013-03-151-1/+1
* inputs-channel: Handle printing of insecure keyboard notifyHans de Goede2013-03-152-5/+6
* main-channel: Add a main_channel_client_push_notify functionHans de Goede2013-03-152-1/+7
* main-channel: Make main_channel_push_notify deal with dynamic memoryHans de Goede2013-03-153-22/+14
* server/reds: Send the agent a CLIENT_DISCONNECTED msg on client disconnectHans de Goede2013-03-071-1/+23
* char_device: Add spice_char_device_write_buffer_get_server_no_token()Hans de Goede2013-03-072-15/+29
* Silence __spice_char_device_write_buffer_get: internal buf is not availableHans de Goede2013-03-041-1/+0
* worker_update_monitors_config: Drop bogus real_count accountingHans de Goede2013-01-151-14/+1
* server: Fix SpiceWorker-CRITICAL **: red_worker.c:10968:red_push_monitors_con...Hans de Goede2013-01-151-2/+1
* link libspice server with libm libpthreadMichael Tokarev2013-01-141-0/+1
* red_worker.c: clearing the stream vis_region, after it has been detachedYonit Halperin2013-01-081-2/+3
* red_worker.c: insert a drawable to its position in the current tree before ca...Yonit Halperin2013-01-081-13/+42