oyvindln
oyvindln
Add configuration options for tweaking the compression behaviour, such as window size, compression level, etc..
Add something akin to [deflateSetDictionary](http://www.zlib.net/manual.html#Advanced) Should be relatively simple to implement.
Using flush on the writer currently ends the compression stream and writes a trailer (without resetting the encoder.) The writers in flate2 calls miniz/zlib with SYNC_FLUSH, which outputs the current...
See https://github.com/PistonDevelopers/image-png/issues/51 Also happens when I run doc tests on windows.
From Betacam SP on discord > I have a problem when working with digitizations from the Elektronika L1-08 VTR (reel-to-reel, 1975). I often see the "possibly skipped field" warning. And...
Would it be possible to provide binary wheels for linux as well? Right now anything using this on linux requires cmake, g++ and python development packages to be available and...
As noted in this PR, this lookup table used to increase performance is very large - maybe there is a better way of doing this? https://github.com/Frommi/miniz_oxide/pull/152
ld-ac3-decode is a separate c++ binary that is called by ld-decode so it's not straight forward to package as part of a python package - might be doable to make...
I was looking into this tool as something to suggest to people to use for easily converting, processing and and deinterlacing videotape captures, but it isn't usable on captures in...