Roman Lebedev
Roman Lebedev
Hello. I don't think it was written anywhere, and i can't find it, but is the differential testing framework itself (not the `ldrgen`) available publicly? I have a set of...
Currently, #benchmark @ libera IRC channel is suggested. From practice, the channel is dead. As it happens, for some time now i've been experiencing halide's approach to this problem, https://gitter.im/halide/Halide....
> Would it have been better if any of this would be in docs / is there anything brought up in this issue appears to be omitted in docs? I...
I think something much like custom stats, custom counters is needed for timers. (Personally, i miss the `std::clock`-based timer.) The `UseManualTime()`/`UseRealTime()` should also be just one `UseTimer(name)`. Also in v2,...
Currently, the action expects that `actions/checkout@v2` was run with default `with: path: ''`, and if the repo was checked out into some directory, the `codeql-action/init` fails to find it: https://github.com/LebedevRI/rawspeed/runs/1396938248?check_suite_focus=true#step:8:56...
Same as #232/#255/#332
Many Hasselblad cameras produce `3FR` with kinda weird, missized `LJPEG`'s - after `M_SOS` marker (i.e. the image) https://github.com/darktable-org/rawspeed/blob/60655d481d44733c60d2b781c928d91d12de63f9/src/librawspeed/decompressors/AbstractLJpegDecompressor.cpp#L101-L102 we don't 'naturally' finish with `M_EOI`, but the last marker is sudo-truncated....
``` [rawspeed] (dc-s5_hr_96MP.RW2) virtual rawspeed::RawImage rawspeed::Rw2Decoder::decodeRawInternal(), line 151: Version 7 is unsupported ``` _Originally posted by @LebedevRI in https://github.com/darktable-org/rawspeed/pull/242#issuecomment-717512473_