summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-26replay: Add an option to change video codecreplay_gstPavel Grunt1-1/+10
2016-01-26server: Add support for GStreamer 0.10Francois Gouget5-27/+123
2016-01-26server: Respect the GStreamer encoder's valid bit rate rangeFrancois Gouget1-3/+62
2016-01-26server: Cap the VP8 and h264 video quality to limit the bit rateFrancois Gouget1-0/+2
2016-01-26server: Give up after a while if GStreamer cannot handle the videoFrancois Gouget1-9/+37
2016-01-26server: Adjust the GStreamer encoder bit rate to the networkFrancois Gouget1-24/+383
2016-01-26server: Shape the bit rate of the GStreamer codecs outputFrancois Gouget1-7/+284
2016-01-26server: Add h264 support to the GStreamer video encoderFrancois Gouget3-2/+19
2016-01-26server: Avoid copying the input frame in the GStreamer encoderFrancois Gouget1-19/+152
2016-01-26server: Let the video encoder manage the compressed bufferFrancois Gouget6-78/+124
2016-01-26server: Add VP8 support to the GStreamer video encoderFrancois Gouget3-11/+68
2016-01-26server: Let the administrator pick the video encoder and codecFrancois Gouget14-28/+269
2016-01-26server: Check the client video codec capabilitiesFrancois Gouget4-15/+35
2016-01-26server: Add a GStreamer 1.0 MJPEG video encoder and use it by defaultFrancois Gouget5-2/+585
2016-01-26server: Enable adding alternative MJPEG video encodersFrancois Gouget9-182/+258
2016-01-26worker: remove empty statement at line endFrediano Ziglio1-1/+1
2016-01-26worker: use variable already set at beginning of loopsFrediano Ziglio1-15/+13
2016-01-26worker: remove max_pipe_size constant parameterFrediano Ziglio1-11/+11
2016-01-22channel: do not call pipe_add with null itemsMarc-Andre Lureau1-2/+4
2016-01-22channel: document pipes_create_batch() functionMarc-Andre Lureau1-4/+12
2016-01-22Replay: report error if we don't read the correct file headerJonathon Jongsma2-0/+7
2016-01-21Change some functions to take RedsState argJonathon Jongsma4-36/+37
2016-01-21event-loop: Remove templateChristophe Fergeau5-28/+15
2016-01-21test-loop: Improve basic_event_loop base_{timer, watch}_addChristophe Fergeau1-2/+2
2016-01-20dcc: make dcc_compress_image_*() privatePavel Grunt2-30/+15
2016-01-20dcc-send: Use dcc_compress_image to compress imagePavel Grunt1-42/+2
2016-01-20dcc_compress_image: Handle NULL drawablePavel Grunt1-12/+15
2016-01-20build-sys: Update spice-common submodulePavel Grunt1-0/+0
2016-01-20Change some functions to take RedsState argJonathon Jongsma5-43/+43
2016-01-20Change some functions to take RedsState argJonathon Jongsma4-44/+46
2016-01-20channel: do not free rcc->stream in red_channel_client_disconnectFrediano Ziglio1-3/+7
2016-01-19tests: test removed triggered timers are not calledFrediano Ziglio1-0/+21
2016-01-19tests: add a test for event loopFrediano Ziglio4-0/+144
2016-01-19tests: extract code for event loopFrediano Ziglio3-144/+215
2016-01-19tests: do not use default loop contextFrediano Ziglio3-32/+65
2016-01-19Remove use of spice_warn_if()Christophe Fergeau3-9/+9
2016-01-19reds_num_of_clients() -> reds_get_n_clients()Jonathon Jongsma2-3/+2
2016-01-19reds_num_of_channels() -> reds_get_n_channels()Jonathon Jongsma3-3/+3
2016-01-19Change some functions to take RedsState argJonathon Jongsma4-46/+50
2016-01-19tests: remove leaks in test-qxl-parsingFrediano Ziglio1-1/+9
2016-01-19Pass 'reds' as opaque data in vdi port char deviceJonathon Jongsma1-1/+2
2016-01-18Change some functions to take RedsState argJonathon Jongsma8-70/+70
2016-01-15replay: better documentation for -C and -S optionsFrediano Ziglio1-0/+26
2016-01-15replay: add streaming setting optionFrediano Ziglio1-0/+8
2016-01-15utils: handle errors writing to bitmap fileFrediano Ziglio1-9/+29
2016-01-15utils: fix endianess issues writing bitmap fileFrediano Ziglio1-33/+39
2016-01-15utils: use always fwrite to write bitmapFrediano Ziglio1-7/+5
2016-01-15Make global 'reds' externJonathon Jongsma3-3/+6
2016-01-15stream-test: add batch testMarc-Andre Lureau1-0/+16
2016-01-15replay: use spice_malloc(0) instead of raw mallocFrediano Ziglio1-14/+10