Mark Gaiser

Results 93 issues of Mark Gaiser

Hi, Full SBS (essentially 2 images next to each other) are working fine. It's all in the video data and aspect ratio. Half SBS is 2 images of half the...

Hi, ![Image](https://github.com/user-attachments/assets/614033ab-bff3-4e7b-913d-465ba9587a70) I was just curious about some performance aspect of flutter avif and did some profiling. It's hard in flutter to get an accurate measurement.. What you see here...

Hi, I'm working on a filesystem implementation with this, rather nice, library! The thing i'm stuck on is the concept of how to properly implement fsnotify support. When i look...

Hi, I'm not the author! Just to get that out of the way :) I just found this repo: https://github.com/chocolate42/qoi-simd Just thought i'd share it here. Some of it's optimizations...

Hi, The AMD AMF (Advanced Media Framework) has the bits in place to do scene change detection and to inform you about it. You can read about it in their...

enhancement

Hi, `max_icon_size = 0` essentially resizes the space for an icon/image to however large that image is. I propose to add another magic option: `max_icon_size = auto` It would scale...

Feature

Hi, I think in Gnome and/or Ubuntu when a notification pops up and when you hover it with your mouse, it fades out to say 10% or so. Can we...

Feature

**Describe the bug** Setting bitrate options or even `-qvbr_quality_level 51` (the worst possible quality) seems completely ignored. **To Reproduce** This is the ffmpeg git build! ```bash LD_LIBRARY_PATH=/home/mark/pkgbuilds/ffmpeg/upstream/build/lib \ ./ffmpeg -hwaccel...

bug

**Describe the bug** Skipping invalid undecodable NALU: 1 No clue what it is just that it gives me errors. **To Reproduce** ./ffmpeg \ -f x11grab -framerate 60 -max_delay 0 -max_probe_packets...

bug

**Describe the bug** Linux desktop streaming. I'm using x11grab which is a pixel format of bgr0. AMF has a mapping for that: `AV_PIX_FMT_BGR0` maps to `AMF_SURFACE_BGRA` To be fair, it's...

bug