summaryrefslogtreecommitdiff
path: root/gtk/channel-display.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-24display: disabling adaptive video streaming via env var SPICE_DISABLE_ADAPTIV...Yonit Halperin1-6/+18
2013-06-24display: video stats logging - improve readability and ease of parsingYonit Halperin1-8/+11
2013-05-15Fix printf format string warningChristophe Fergeau1-2/+2
2013-05-13channel-display: protect video streaming from temporarily unsynced mm_time (m...Yonit Halperin1-2/+113
2013-04-22channel-display: trigger re-sync of audio playback latency when there are fre...Yonit Halperin1-0/+9
2013-04-22channel-display: video stream quality reportYonit Halperin1-13/+103
2013-04-22channel-display: collect and print video stream statsYonit Halperin1-2/+48
2013-03-15Notify of monitors when not using MonitorConfigMarc-André Lureau1-0/+5
2013-01-21build-sys: missing sys/types.h in gtk/channel-display.cJasper Lievisse Adriaanse1-0/+4
2012-12-10channel-display: add more protection against bad access to streamsUri Lublin1-2/+14
2012-09-12channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau1-16/+16
2012-09-07Advertise SPICE_DISPLAY_CAP_A8_SURFACESøren Sandmann Pedersen1-0/+1
2012-09-02Advertise SPICE_DISPLAY_CAP_COMPOSITESøren Sandmann Pedersen1-0/+1
2012-09-02Add support for Composite commandSøren Sandmann Pedersen1-0/+8
2012-07-28channel-display: Set monitors_max to 1 on initHans de Goede1-0/+1
2012-07-18Run-time check monitor per display count <= 256Marc-André Lureau1-1/+15
2012-07-16Handle MonitorsConfig::max_allowedMarc-André Lureau1-2/+27
2012-07-16Make-up a MonitorConfig if the server doesn't provide oneMarc-André Lureau1-1/+12
2012-07-16Handle SPICE_MSG_DISPLAY_MONITORS_CONFIGMarc-André Lureau1-0/+33
2012-07-16Claim SPICE_DISPLAY_CAP_MONITORS_CONFIGMarc-André Lureau1-0/+1
2012-07-16Add spice_display_get_primary()Marc-André Lureau1-0/+37
2012-07-16display: add readonly monitors propertyMarc-André Lureau1-0/+28
2012-07-16Change surface_id to a guint32Marc-André Lureau1-2/+2
2012-05-17display channel: reseting channel capsYonit Halperin1-1/+8
2012-05-03display: video streaming: add support for frames of different sizesYonit Halperin1-11/+88
2012-03-31widget: fix invalid memory ref after channel is distroyedMarc-André Lureau1-20/+7
2012-03-22Always release shm of primary surfacesMarc-André Lureau1-5/+1
2012-03-13Add missing includes & make some functions staticDaniel P. Berrange1-2/+2
2012-03-13Replace duplicated header declarationsDaniel P. Berrange1-1/+0
2012-01-24Change the setting of the images cache size and the glz window sizeYonit Halperin1-7/+15
2012-01-12wait for cached images that haven't been added to the cache yetMarc-André Lureau1-22/+44
2012-01-08Wait for channels before invalidating imagesMarc-André Lureau1-0/+2
2011-12-19display: try to reuse exisiting primary surfaceMarc-André Lureau1-23/+42
2011-12-19Add channel_reset methodMarc-André Lureau1-0/+18
2011-12-16spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede1-1/+0
2011-11-07Drop useless memsetMarc-André Lureau1-1/+0
2011-07-18build: fix introspection warningsMarc-André Lureau1-77/+77
2011-06-22factor base message handling in SpiceChannelChristophe Fergeau1-10/+12
2011-06-14channel-display: destroy_stream: fail if streams is NULLAlon Levy1-0/+1
2011-06-09gtk: oops, forgot to put signal detail firstMarc-André Lureau1-1/+1
2011-05-10gtk: keyboard handling improvementsMarc-André Lureau1-2/+2
2011-05-10gtk: extra check only compiled if !NDEBUGMarc-André Lureau1-1/+1
2011-05-08gtk: warn if received invalid frame timestampMarc-André Lureau1-0/+6
2011-05-07gtk: sync audio with gst backendMarc-André Lureau1-4/+5
2011-04-08gtk: remove unnecessary invalidate mark signalMarc-André Lureau1-9/+0
2011-04-08gtk: send FALSE mark when destroying the primary surface after 1s...Marc-André Lureau1-0/+37
2011-04-04gtk: fix multi-head support by sync the display cacheMarc-André Lureau1-1/+0
2011-04-04gtk: display now use the cache from the sessionMarc-André Lureau1-67/+39
2011-03-02gtk: add display width/height propertiesMarc-André Lureau1-0/+64
2011-01-21gtk: handle DISPLAY_RESETMarc-André Lureau1-1/+8