Aaron Boxer

Results 89 issues of Aaron Boxer

Sometimes you need to do something directly with git command line. It's useful to be able to open a terminal easily to do that.

First of all, thank you all for this excellent software ! For this feature, not sure how much work it would entail, but it sure would be nice to have...

DAG is very useful to get an overview of the commits: it's a bit awkward to have to open a second screen to view it.

1. Re-design buffer pool so it is generic and does not depend on VAAPI. This vo design will be re-used for upcoming drmprime decoder, so it will be easier to...

I'm not sure how important PNM is to geospatial work flows. It seems that some ppm and pgm formats are supported, judging by QGIS ability to open files from this...

enhancement

I have a test program here: https://github.com/GrokImageCompression/latke that performs the exact same image processing algorithm (debayer) using either image or buffer. Using latest version of Neo driver, with buffer, I...

bug
in queue

I am taking a look at a project that uses TBB `parallel_for` for a few loops. When I tried replacing one of these calls with `taskflow` `for_each_index` call, the average...

I've created a [benchmark program](https://github.com/GrokImageCompression/uring_mt_test) to test my particular work flow: multi-threaded writes to generate a TIFF file. This is a cmake project that is easy to build and run....

sharing a useful little utility method that I use to validate the signature read from an ICC profile - with fuzzers, it's necessary to do this sanity check and reject...