summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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.Jeremy 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
2015-03-13Prepare for release 0.1.6spice-html5-0.1.6Jeremy White3-3/+9
2015-01-16Add button for cancelling file transferPavel Grunt2-0/+21
2015-01-16Add progress bar for file transferPavel Grunt4-0/+42
2015-01-15Use WheelEvent instead of MouseWheelEventPavel Grunt2-3/+3
2015-01-15Inform agent about client's capabilitiesPavel Grunt3-1/+65
2015-01-15Read file only when have agent tokensPavel Grunt1-1/+17
2015-01-15Use drag and drop for transfering files from client to guestPavel Grunt3-0/+52
2015-01-15Implement methods for transfering files from client to guestPavel Grunt6-0/+234
2015-01-15Split agent data message into smaller chunksPavel Grunt2-3/+14
2015-01-15Send agent messages only when have agent tokensPavel Grunt1-6/+26
2015-01-15Report SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS capabilityPavel Grunt2-0/+9
2015-01-15Handle agent tokensPavel Grunt2-2/+32
2014-10-31SPICE-HTML5: Improve error messageFrantisek Kobzik1-1/+3
2014-10-29Use a modern number of agent tokens.Jeremy White1-1/+1