Lev Panov

Results 34 comments of Lev Panov

64-bit mingw is used here. And by "indicate variables" watches/locals/autos in Visual Studio debugger are meant I assume. They are not available in most cases, although it's written in the...

while @krylovgeorgii is working on getting executables, may I ask, which dwarf version should we use for the dwarf debug info? gcc defaults to version 4, but version 5 (experimental)...

@rainers we use gcc (Rev1, Built by MSYS2 project) 7.3.0 And we have complete scripts to build the mpv dll (it's a video playback library) [here](https://github.com/DemolitionStudios/media-autobuild_suite) I don't know if...

Seems like `-gstrict-dwarf` doesn't change anything. Just in case: how do we check for this DWARF5 info presence? It's weird that `rbp` isn't used. Maybe our compilation flags are messed...

Thanks, can't wait for getting it to work!

This also might worth investigating: https://github.com/Blosc/c-blosc

Btw I've just took at look at above benchmarks and it looks like density have lower decompression speed (which is most crucial for Hap case I guess) compared to snappy...

I've made a really quick prototype of Hap with different 2nd stage compressors couple of weeks ago, and I will just post it here, so everyone can work on it...

{ "lz4", "lz4", 0, AV_OPT_TYPE_CONST, {.i64 = HAP_COMP_LZ4 }, 0, 0, FLAGS, "compressor" }, { "lz4fast3", "lz4fast (level 3)", 0, AV_OPT_TYPE_CONST, {.i64 = HAP_COMP_LZ4FAST3 }, 0, 0, FLAGS, "compressor" },...