-
| | |
| --- | --- |
| Bugzilla Link | [32717](https://llvm.org/bz32717) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vns-mn |
## Extended Description
…
-
### Background and motivation
Currently there is no non-stream based apis to zlib compression. As such I feel like an encoder / decoder implementation is needed similar to the Brotli implementation…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32717](https://bugs.llvm.org/show_bug.cgi?id=32717) |
| Status | NEW |
| Importance | P enhancemen…
-
``` c++
mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len)
{
mz_uint32 i, s1 = (mz_uint32)(adler & 0xffff), s2 = (mz_uint32)(adler >> 16); size_t block_len = buf_len % 555…
-
Libpng has both intrinsics and hand written ASM code for ARM (on the pre-filters).
Would zlib be open to contributions of a few core/hot functions targeting ARM?
One good candidate we identified…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
_No response_
### Which area(s) of pnpm are affected? (leave empty if unsure)
_No resp…
-
Particularly: is the 32 substreams index table within a brotli comment block.
Dr. Mark Adler foresaw this kind of extensions and demanded that we add a possibility to add comment blocks that will b…
-
The adler-32 check is quite slow, and can add a significant amount of CPU time during decompression. This check is not necessary, and some PNG readers (like the one in stb_image.h, which is popular) d…
-
### pnpm version: 7.9.5
### Code to reproduce the issue:
package.json with following override:
```
"overrides": {
"jsdom": {
"tough-cookie": "~4.0.0"
}
},
"resolutions…
-
These files are not truncated, at least not showed as it by MediaInfo:
[darkgraysubs.m2ts.txt](https://github.com/MediaArea/MediaInfoLib/files/1423809/darkgraysubs.m2ts.txt)
[MKV-H264-AACHE-2ch (2).…