-
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…
-
Right now, exificient-gui seems to always need to generate grammars from an XSD file. This process seems to be a little bit slow, and xsd's don't typically change very frequently. Also, right now, if …
-
**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…
-
**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…
-
### 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…
-
## 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…
-
Unity webrtc running in android receives the offer but doesn't send answer for decoding video streamed in H265/VP9 formats. How to solve it ?
I am running latest version webrtc-2.4.0-exp.3 and the …