summaryrefslogtreecommitdiff
path: root/server/dcc.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-09move is_low_bandwidth to DisplayChannelClientFrediano Ziglio1-0/+2
2016-08-09Limit direct access to DisplayChannelClientJonathon Jongsma1-42/+20
2016-06-17Rename dcc-encoders.[ch] to image-encoders.[ch]Frediano Ziglio1-1/+1
2016-06-14streaming: Let the video encoder manage the compressed bufferFrancois Gouget1-3/+0
2016-06-14Move others glz fields to dcc-encodersFrediano Ziglio1-5/+0
2016-06-14Move some glz fields to ImageEncodersFrediano Ziglio1-4/+0
2016-06-10Remove unused DCC_TO_WORKER macroFrediano Ziglio1-2/+0
2016-06-10Encapsulate zlib information in ImageEncoders structureFrediano Ziglio1-5/+0
2016-06-09Encapsulate lz4 information in ImageEncoders structureFrediano Ziglio1-4/+0
2016-06-09Encapsulate jpeg information in ImageEncoders structureFrediano Ziglio1-3/+0
2016-06-09Encapsulate lz information in ImageEncoders structureFrediano Ziglio1-2/+0
2016-06-09Move image_encoders_compress_quic to dcc-encoders.cFrediano Ziglio1-7/+0
2016-06-09Encapsulate quic information in a new ImageEncoders structureFrediano Ziglio1-2/+3
2016-05-21Call dcc_send_item directlyFrediano Ziglio1-1/+1
2016-05-17Remove dcc_release_itemFrediano Ziglio1-3/+0
2016-05-17Simplify release of CREATE_SURFACE and DESTROY_SURFACE pipe itemsFrediano Ziglio1-1/+1
2016-05-17Remove unused refs fieldFrediano Ziglio1-1/+0
2016-05-04server: Enable adding alternative MJPEG video encodersFrancois Gouget1-1/+1
2016-04-27Rename all RedPipeItem subclassesJonathon Jongsma1-12/+12
2016-04-27Rename PipeItem to RedPipeItemJonathon Jongsma1-11/+11
2016-04-15DrawablePipeItem: use base class for refcountingJonathon Jongsma1-3/+0
2016-04-15dcc: use PipeItem refcounting for ImageItemJonathon Jongsma1-2/+1
2016-02-17CommonChannel -> CommonGraphicsChannelJonathon Jongsma1-2/+2
2016-02-16dcc: move id from CommonChannelClient to DisplayChannelClientFrediano Ziglio1-0/+1
2016-02-09Handle GL_DRAW messagesMarc-André Lureau1-0/+8
2016-02-09Handle GL_SCANOUT messagesMarc-André Lureau1-0/+6
2016-01-20dcc: make dcc_compress_image_*() privatePavel Grunt1-15/+0
2015-12-14server: Add time constants to go with spice_get_monotonic_time_ns()Francois Gouget1-1/+1
2015-12-14server: Rename DISPLAY_CLIENT_TIMEOUT and de-duplicate itFrancois Gouget1-1/+0
2015-12-03server: rename filesFrediano Ziglio1-1/+1
2015-12-02red_worker: make dcc_clear_surface_drawables_from_pipe declaration consistent...Yonit Halperin1-1/+2
2015-11-27worker: move dcc_send & marshallers to dcc-send.cMarc-André Lureau1-0/+2
2015-11-26worker: move more stream functionsMarc-André Lureau1-0/+2
2015-11-25worker: move destroy_surface() famillyMarc-André Lureau1-0/+2
2015-11-25worker: move display_channel_newMarc-André Lureau1-0/+3
2015-11-24worker: move dcc_release_itemMarc-André Lureau1-0/+3
2015-11-24worker: move dcc_handle_migrate_dataMarc-André Lureau1-0/+5
2015-11-24worker: move dcc_add_drawable*Marc-André Lureau1-0/+18
2015-11-24worker: move dcc_handle_messageMarc-André Lureau1-0/+3
2015-11-20worker: move dcc_pixmap_cache_addMarc-André Lureau1-0/+2
2015-11-20worker: move compress to dcc_compress_image()Frediano Ziglio1-0/+31
2015-11-19worker: move dcc_start()Marc-André Lureau1-0/+33
2015-11-19worker: start a DisplayChannelClient unitMarc-André Lureau1-0/+134