Fixed getCroppingInfo to return correct meta data. Also modified event params to send back both w / h and macroblock w / h
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.
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.