dominikhlbg / vp8-webm-javascript-decoder

hand ported version of vp8 webm javascript decoder
109 stars 25 forks source link

JS Overhaul #2

Open darcyclarke opened 10 years ago

darcyclarke commented 10 years ago

I decided to take a stab at encapsulating a lot of the webm implementation and try to clean up the JavaScript. I think this is a great project and would love to continue to clean it up and try to get some performance improvements in (canvas improvements, caching etc.).

darcyclarke commented 10 years ago

@dominikhlbg Just looking for an update with this if you're free. Would love to hear if you're still actively working on this project or not. Think it's definitely worth while but understand if you don't have the time to maintain the webm decoding aspect. Feel free to reach out at anytime either here or via email.

Cheers!

mnogue commented 10 years ago

I'd also like to know the working state of this repo and see if I can contribute :+1:

mathwhiz1212 commented 8 years ago

@darcyclarke @mnogue Are either of you continuing development on this or can you point me somewhere where there is a javascript webm decoder that is both functional and maintained?

mnogue commented 8 years ago

hi @mathwhiz1212 i don't think so. It's been a while since i used it, but at that time, the decoder worked flawlessly. Two years ago, this one was the only one i could find, but maybe there's something else. Good luck on your search!

brianxautumn commented 7 years ago

@mnogue @mathwhiz1212 Might be a little late, but check out github.com/jscodec/jsvpx

mnogue commented 7 years ago

Great! Thanks @brianxautumn 👍