-
Great project! Thanks!
I would like to ask what you think is better to use: (less sound glitches, less decoding formats..etc)
1) The VS1053 to do all the steam decoding on all supported formats
2…
-
It looks like Mozilla has started rolling out support for hardware HEVC decoding on Firefox (Windows) from version 120 Nightly/121+.
It's opt-in for now, in nightly HEVC is already enabled by defau…
-
**What is your use-case and why do you need this feature?**
When encoding data as JSON, it's possible to write serialized data directly into an `OutputStream`, via [`Json.encodeToStream(Serializati…
-
**Abstract**
The open-source FastLanes project aims to improve big data formats, such as Parquet, ORC and columnar database formats, in multiple ways. In this paper, we significantly accelerate dec…
-
### Feature request
Return the audio filename when the audio decoding fails. Although currently there are some checks for mp3 and opus formats with the library version there are still cases when th…
-
I'm having trouble decoding jpeg images
```dart
Future insereImage(int autorId, File imageFile,
{DateTime? data, String? legenda, String? siteUrl}) async {
final basePath = basePathUploa…
-
Working in https://github.com/mapbox/vtfx/tree/raster-query, beginning to test raster decoding / encoding with different image formats / pixel depths. Right now, in https://github.com/mapbox/vtfx/tree…
-
## Exception
* __User Action:__ play stream
* __Request:__ Player error[type=ERROR_CODE_DECODING_FAILED] occurred while playing https://www.youtube.com/watch?v=BnEw4Jg6hoc
* __Content Country:__ GB
* …
-
### Use Case
texture compression
### Problem Description
Cocos creator support several texture compression formats,but those formats have big file size.
For example : a 1024 * 1024 image use ASTC …
-
The function needs to check that the provided format is supported by the decoder for the input ASTC format. E.g. an 8-bit UNORM format for UNORM ASTC formats, an 8-bit SRGB format for SRGB ASTC format…