summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-15More reliable mouse position reportingspice-html5-0.2.1Cédric Bosdonnat1-10/+8
2019-02-14Hide the message console by default.spice-html5-0.2.0Jeremy White2-1/+3
2019-02-14Fix the console toggle in the new ES6 environment.Jeremy White1-3/+6
2019-02-14Generate package.json from the Makefile.Jeremy White3-10/+23
2019-02-14resize_helper: round sizes downCédric Bosdonnat1-4/+4
2019-02-14resize_helper, no message box caseCédric Bosdonnat1-9/+12
2019-02-14Document onsuccess callbackCédric Bosdonnat1-0/+2
2019-02-14Prompt password in spice_auto.htmlCédric Bosdonnat1-4/+10
2019-02-14Fix disconnect() codeCédric Bosdonnat2-2/+6
2019-02-14Move sources into their own folderCédric Bosdonnat40-3/+3
2019-02-14Prepare publishing on npmjsCédric Bosdonnat1-0/+21
2019-02-14Expose all needed pieces in main.jsCédric Bosdonnat3-22/+25
2019-02-14Remove duplicated enumsCédric Bosdonnat1-7/+0
2019-02-14Introduce ES6 modulesCédric Bosdonnat39-1016/+58950
2019-02-14Convert sha1.js line endings to Unix.Jeremy White1-346/+346
2019-02-14CSS: don't force the background color or inputsCédric Bosdonnat1-1/+0
2018-07-19display: Only use display channel with id 0Christophe Fergeau1-3/+4
2018-07-18display: Dump bitmap metadata in log_draw()Christophe Fergeau1-0/+6
2017-06-22Add checkbox to toggle debug consoleTomáš Bohdálek2-2/+32
2017-06-02Always show debug consoleTomáš Bohdálek1-4/+4
2017-03-07Handle non topdown bitmapsPavel Grunt1-7/+13
2017-03-07Handling non-topdown lz_rgbVincent Desprez2-3/+16
2017-03-07When offered multiple heads, generate a warning, rather than failing in subtl...Jeremy White1-1/+6
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
2017-01-10Condense the playback queue before adding to the Media Buffer.Jeremy White1-1/+23
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 White2-1/+6
2016-10-10If MediaSource is not available, do not report the vp8 or opus caps.Jeremy White1-10/+17
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-10-10Basic SPICE port implementationOliver Gutierrez7-0/+148
2016-10-03Implement support for the playback stop message.Jeremy White1-1/+16
2016-10-03Rely on the auto play attribute.Jeremy White1-3/+0
2016-10-03Revise sound packet time sequencing for a more recent Firefox.Jeremy White2-10/+29
2016-10-03Use modern browser information to detect underrun.Jeremy White1-22/+8
2016-09-28Fixed trailing whitespaces in several filesOliver Gutierrez19-72/+71
2016-09-08Fixed syntax error in debugger command.Oliver Gutierrez1-2/+5
2016-09-06Added debug filtering to avoid debugger to start when using in productionOliver Gutierrez1-3/+3
2016-09-06spiceconn: Set channel idPavel Grunt1-1/+2
2016-08-17Prepare for the 0.17 releasespice-html5-0.1.7Jeremy White3-8/+20
2016-08-03playback: Don't try to access undefined source bufferOliver Gutierrez1-3/+3
2016-07-13Send stream process reports after we have processed them.Jeremy White2-30/+57