Aaron Boxer

Results 202 comments of Aaron Boxer

You could try [building it](https://github.com/BVLC/caffe/wiki/OpenCV-3.3-Installation-Guide-on-Ubuntu-16.04)

My jpylyzer unit tests are only for encoding, so I will try sharing one of these encoded files. In the meantime, you might find this link useful: http://stackoverflow.com/questions/20112989/how-to-use-valgrind-with-python#20126802 Aaron

Looks like valgrind reports this error for every j2k file I run through jpylyzer. Output looks like this: UMC ==20523== Conditional jump or move depends on uninitialised value(s) ==20523== at...

Once you install valgrind, on a Ubuntu system for example, it is as easy as invoking $ valgrind jpylyzer SOME_FILE.j2k to see the errors.

Here is what i get from valgrind with latest version of jpylyser : [MemoryChecker.1096.log](https://github.com/openpreserve/jpylyzer/files/4131489/MemoryChecker.1096.log)

Interesting. Do such files exist out in the wild, and if so, who is using this feature? Just curious.

Thanks. For testing, I suppose you would need at least one.

@Dudemanguy @philipl this PR is ready for a review, if you have time - would be much appreciated!

> Looking at this in some more detail, I noticed that you added a `video/out/context_wayland.c` (you mentioned that in your opening post; missed it like a dummy). Would it be...