Results 10 comments of chad3814

well, not surprising that FFmpeg4 on Ubuntu 18.04 passed, as that's what I'm running... I'm setting up some docker containers to try the others

the ordering of freeing things changed in ffmpeg 2-4; last night I got the tests to pass on all of them, but I'll go through @ferdnyc's comments and move/copy some...

Should still be a WIP, I didn't address the leaks in ffmpeg3

I've been using address sanitizer (libasan) for leak detection, but it misses some libav stuff. Maybe I should get valgrind working. This came up because at athenascope, we use libopenshot...

I have a similar issue, though I'm using libuv for threading (since that's what node is using). Seems like nbind is keeping track of a `Scope` or `Isolate` when code...

probably because the README was written 2 years ago.... I also successfully use async/await with it, fwiw in node 10.x

I have 4T in btrfs that I want to back up off site, that would cost it would cost $120/mo on S3. Even reduced redundancy it's still about $100/mo. I...

excel-asm16 would need at minimum a stack to facilitate CALL, RET, PUSH, and POP operations. based on @InkboxSoftware's youtube video, I don't think a stack would be _too_ much, it...

I don't have a window computer, I might be able to borrow one to look into it. What version of hashtable and what version of node/iojs?

I was never able to try anything on windows. I just pushed a new version 2.0.0 that builds with node 4 and adheres better to Nan; would you mind trying...