summaryrefslogtreecommitdiff
path: root/display.js
AgeCommit message (Expand)AuthorFilesLines
2019-02-14Move sources into their own folderCédric Bosdonnat1-1267/+0
2019-02-14Introduce ES6 modulesCédric Bosdonnat1-134/+148
2018-07-18display: Dump bitmap metadata in log_draw()Christophe Fergeau1-0/+6
2017-03-07Handling non-topdown lz_rgbVincent Desprez1-3/+0
2017-01-20Only drop an mjpeg frame if we are not currently processing one.Jeremy White1-2/+12
2017-01-20Disable the onload function when clearing the image source.Jeremy White1-0/+1
2017-01-20Detect video underrun and advance the current time.Jeremy White1-0/+8
2017-01-20Add more stream information in high debug situations at an updateend event.Jeremy White1-0/+4
2017-01-20Catch and note updateend messages after video destruction.Jeremy White1-0/+6
2016-12-15Include the codec type in the stream creation message.Jeremy White1-1/+1
2016-12-15Move the queue length debug up to stream level 2.Jeremy White1-1/+1
2016-12-15Display stream creation and destruction at debug level 1.Jeremy White1-2/+2
2016-12-15Show the timeupdate events at stream debug level 2, not level 1.Jeremy White1-1/+2
2016-10-10Protect against an mjpeg stream image draw occuring after stream destruction.Jeremy White1-2/+2
2016-10-10Use empty image instead of null to avoid warningsJeremy White1-1/+1
2016-10-10Improve stream debug messages slightly.Jeremy White1-3/+6
2016-10-10Do not wait for the source buffer open callback to start stream creation.Jeremy White1-13/+10
2016-09-28Fixed trailing whitespaces in several filesOliver Gutierrez1-18/+18
2016-07-13Send stream process reports after we have processed them.Jeremy White1-30/+51
2016-07-13Add support for the vp8 codec type.Jeremy White1-2/+228
2015-09-09Set nonhandled messages as not implementedPavel Grunt1-0/+91
2015-09-09display.js: Remove unreachable returnPavel Grunt1-2/+0
2015-06-04Add support for stream reports.Jeremy White1-11/+56
2015-06-04Implement support for sized data streams.Jeremy White1-22/+38
2015-06-04Minor change to error message formating.Jeremy White1-2/+2
2015-01-15Use WheelEvent instead of MouseWheelEventPavel Grunt1-2/+2
2014-09-06If an agent is attached, enable dynamic resizing of the guest screen.Jeremy White1-2/+3
2013-09-18Implement handling of SPICE_MSG_DISPLAY_INVAL_LISTAric Stewart1-3/+13
2013-09-12Give the Garbage collector a clue to recycle images; avoidsJeremy White1-0/+4
2013-04-19Provide two levels of workaround for IE 10 cursor support.Jeremy White1-0/+2
2012-10-11support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image typesAric Stewart1-9/+77
2012-10-11support decompressing LZ_IMAGE_TYPE_XXXA imagesAric Stewart1-1/+1
2012-09-13rewrite quic.js to be a native javascript implementationAric Stewart1-5/+4
2012-09-06implement handing of MJPEG display streamsAric Stewart1-0/+66
2012-06-04initialJeremy White1-0/+673