-
I'm not that well versed on the different CC formats, but I would be interested in decoding these. The program ccextractor has an implementation.
-
Popular native apps on Windows read formats like `image/svg+xml` in UTF-8 form [1].
In the spec, before the payload for a format gets written to the clipboard, the content is converted from UTF-8 in…
-
This library implements encoding and decoding for Windows bitmap formats (BMP, DIB, ICO, CUR).
Author: Nicolas Hafner
License: zlib
Source: https://github.com/shinmera/cl-bmp.git
Documentation: …
-
Hi Ethan!
This project seems to be focused primarily on decoding only- would you accept PRs that added support for encoding some of these codecs (specifically Opus/Ogg Opus)? Is focusing this libra…
-
# TensorRT Model Optimizer - Product Roadmap
[TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer) (ModelOpt)’s north star is to be the best-in-class model optimization toolki…
-
I understand that zune-image uses [jxl-oxide](https://github.com/tirr-c/jxl-oxide) for JPEG-XL decoding and it's probably them are to blame, but since zune-image aims to be fast on all formats (hopefu…
-
I thank the editors for what appears to be an excellent fingerprinting analysis. This is exactly the sort of thing I'm looking for in specs.
As a general thing, why are we exposing device capabilit…
-
### **Idea: Use zarr readers to open and decode netCDF/HDF/etc. data without xarray by lifting xarray's decoding machinery out as new zarr codecs.**
This was suggested by @sharkinsspatial in https:…
-
We now expect dates to be in format `iso8601`, but the default iOS implementation fails to decode various formats that are valid.
we should do a custom deserialization where we try to deserialize a…
-
### Describe the feature or issue.
I'm looking at a game which uses AAC in a CAF container. I see that AAC in the standard container is supported, by decoding it to PCM ahead of time. CAF looks like …