Giter Site home page Giter Site logo

jsvpx's People

Contributors

bvibber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jsvpx's Issues

ogv.js integration class doesn't work in Worker mode

The ogv.js integration sets the global state for the class on the 'window' variable which fails if ogv.js is loading the module into a background Worker. Should check if running in worker and use the appropriate global instead.

stray smart quote in Makefile

$ 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: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [build-release] Error 2

frame scaling

Does the decoder support frame resizing(scale down)? I need to scale down vp8 frames and I couldn't do it.

question for embedding your decoder

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 .... it permits to seek in a specific position and send out the right frames.

the decoder is stateless? when i seek there no state to reset in the decoder? nothing related to keyframe for example?

test should throw an error if forgot to clone submodules

If you forget to clone the submodules, the test vectors don't get cloned and the tests "pass" with 0 tests:

$ npm test

> [email protected] test /Users/brion/src/media/jsvpx
> mocha test/test.js --timeout 20000



  0 passing (3ms)

Should probably throw an error here recommending to run 'git submodule update --init'. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.