Swarkin

Results 50 comments of Swarkin

I havent modified anything inside about:config directly except for `browser.tabs.closeWindowWithLastTab: true` which shouldnt be relevant and I do not have an user.js file. I can watch Youtube just fine and...

Snippet of the browser console: ```log Media resource https://private-user-images.githubusercontent.com/102416174/447230677-12dd7375-5f0c-44f4-80a6-cbd740ff717f.mp4?jwt=[redacted] could not be decoded. [8560](https://github.com/zen-browser/desktop/issues/8560#issuecomment-2905786332) Media resource https://private-user-images.githubusercontent.com/102416174/447230677-12dd7375-5f0c-44f4-80a6-cbd740ff717f.mp4?jwt=[redacted] could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006) [8560](https://github.com/zen-browser/desktop/issues/8560#issuecomment-2905786332) Referrer Policy: Ignoring...

I can play back the video from the linked issue perfectly fine. This is what `about:support#media` shows in the Codec section: ![Image](https://github.com/user-attachments/assets/daf55b55-99c0-40b3-9e68-12eb230d0ab6) I have a RX 6700 XT dedicated GPU...

That is very weird, it can hardware-encode this format but not hardware-decode? Also, VLC seems to be using almost no CPU which suggests it is indeed using hardware decoding, but...

I see, that was the issue! After installing the AV1 and HEVC extensions, i got these two corresponding codecs to work: ![Image](https://github.com/user-attachments/assets/6ca7de7d-eb14-44bf-a9a0-aa856fe36a3d) I dont know whether there are more of...

You mentioned that this fixes the linked issue, but your title only talks about Linux. Does it address the issue for both OS? I'm going to compile it later today...

Update: does **not** fix https://github.com/godotengine/godot/issues/77653. This PR is entirely unrelated to the issue

Same here ```java [04:14:26] [main/ERROR]: Error loading companion plugin class [ca.fxco.moreculling.config.MixinConfigPlugin] for mixin config [moreculling.mixins.json]. The plugin may be out of date: NoClassDefFoundError:me/fallenbreath/conditionalmixin/api/mixin/RestrictiveMixinConfigPlugin java.lang.NoClassDefFoundError: me/fallenbreath/conditionalmixin/api/mixin/RestrictiveMixinConfigPlugin at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] at...

Yeah, exactly. While its trivial to make my own function for it I think it would be nice to have it built in

> hi @Swarkin - do you have a more detailed set of repro steps (url that you pasted into the custom imagery UI, etc) that I can use to look...