jsvpx
jsvpx copied to clipboard
Full Javascript implementation of libvpx vp8 decoder.
Apparently, the link point to an lost domain (the site offer its own domain for purchase).
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Does the decoder support frame resizing(scale down)? I need to scale down vp8 frames and I couldn't do it.
hi , i d like embed your decoder in my player. but i have some questions ipothesis: -i have a webm stream ... using chunks. -the demuxer is seekeable .......
I want to stream video on websockets Like streaming from nodjs server
Need to move the decoding to a worker to stop blocking the main thread
Create benchmarking tests for next release.
Need to separate the loopfiltering logic from predict_mb area in order to prep it to be sent to gpu. So far this seems to be the best way to start...
``` $ make rm -rf build mkdir build VERSION=`node -pe "require('./package.json').version"` && \ browserify src/main.js -t [ envify purge --MODE global ] | \ tee build/flare-vpx-“$VERSION".js /bin/sh: -c: line 0:...
benchmark/index.html tries to load flare-ivf from the node_modules but it's not installed via the package.json