summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-08cursor: Add support for mono cursor typecursorTomáš Bohdálek5-5/+96
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 releaseJeremy 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
2016-07-13Add support for the vp8 codec type.Jeremy White5-3/+337
2016-07-13Revise the webm files to more correctly identify audio tracks.Jeremy White2-9/+7
2016-07-13Track and make note of requests that take an unusual amount of time.Jeremy White1-0/+4
2016-07-13Add tools for debugging media source playback events.Jeremy White2-1/+115
2016-07-13Give the playback channel a separate debug control.Jeremy White2-3/+4
2016-05-12spice-html5: spice_auto.html - actually use ?path when givenMartin Hradil1-0/+4
2016-05-04quic: Add missing breakPavel Grunt1-0/+1
2016-05-04filexfer: Remove wrongly placed semicolonPavel Grunt1-1/+1
2016-03-08Fix 2 typos in commentsChristophe Fergeau1-2/+2
2015-10-27Enable file transfer for spice_auto.html.HEADmasterJeremy White1-0/+1
2015-09-09Set nonhandled messages as not implementedPavel Grunt4-0/+187
2015-09-09Use name of channel instead of numberPavel Grunt2-3/+3
2015-09-09spiceconn.js: Add missing channel namesPavel Grunt1-0/+14
2015-09-09enums.js: Update for new channelsPavel Grunt1-0/+2
2015-09-09display.js: Remove unreachable returnPavel Grunt1-2/+0
2015-06-04Add support for stream reports.Jeremy White5-12/+116
2015-06-04Implement support for sized data streams.Jeremy White4-22/+76
2015-06-04Minor change to error message formating.Jeremy White1-2/+2