jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.
MIT License
25 stars 6 forks source link

Put decode logic on a worker thread for benchmark tool #11

Open brianxautumn opened 7 years ago

brianxautumn commented 7 years ago

Need to move the decoding to a worker to stop blocking the main thread