Fix defect in yuv converter.
Merge branch 'master' into pweb-4037-crossbridge
Merge branch 'master' of https://github.com/oneam/h264bsd into pweb-4037-crossbridge
Added non-min version for easier debugging with dist file.
Fixed errors when generating dist file. Added more inline docs. Improved code style in a few places.
Working, but poor quality, yuv conversion
Refactored to allow for multiple non-interfering decoders on the same page.
Working on creating dist file w/ grunt.
Color correct H264 frames being decoded w/ YUV canvas, color skewed frames being decoded with YUV->RGB conversion.
Decoding entire bytestream now
More comments. h264bsd_asm.js is likely bungled, so recompiling with emcc will be necessary.
Passing through the buffer, albeit not correctly.
Fixed syntax errors, working on basic decoding loop.
Started teasing out a JS H264Decoder class
Added js compile that uses emscripten. Started creating a wrapper for the emscriptenized code
Removed the verbose printing defines that should not have made it to the repo.
Changed windows project to static lib and moved the output folders around.