Lev Panov

Results 34 comments of Lev Panov

I've used different DXT1/DXT5 DDS files to estimate the possible speed impovement over snappy. LZ4 family compressors and Lizard showed best decompression speed results in my [lzbench](https://github.com/inikep/lzbench) benchmark - that's...

@rossy Maybe you have some thoughts? I wrote you an e-mail couple of weeks ago, not sure if you received it

Please let me know if #9 solution works here

Looks like the PS3EYEDriver (which is a submodule) already have this implemented

Please let me know if #9 solution works here

Please let me know if https://github.com/jkevin/PS3EyeDirectShow/issues/9 solution works here

I think I would like to find time to implement it myself! The idea of it is quite simple, and I would like to get to know QtAV code a...

Hi there! Any updates on this?

I had to do a lot of changes to the public header `compressonator.h` in order to make it compite with a C99 compiler. E.g. it has a `namespace` keyword, `#include...