giskard

Results 30 comments of giskard

Just update to the latest version 3.0, find that this behavior may not be the desired one: For a piece of code like this: ``` program.set_assign_chars("="); program.add_argument("--enable-hack") .default_value(false) .action([](const auto...

Just personal opinion, I believe the best practice is still to include only and directly what it uses. Maybe step by step, but new include should follow the rule. Share...

> Are you using an Nvidia GPU? If so, [this](https://github.com/celluloid-player/celluloid/issues/820) might be the problem. I'm using Amd ryzen r7 7840HS, with the integrated radeon 780M. Not seems to be related...

> If you launch Celluloid by running `celluloid --mpv-gpu-hwdec-interop=vaapi`, does the delay go away? I'm now on the office, the desktop I'm using is running with intel i915, seems to...

I'm guessing there might be a block of dbus call or simillar things on launch the player window, as there be a similar dbus warning (#905) print in the terminal...

Now I'm on my mini-PC with AMD Ryzen 7 7840HS w/ Radeon 780M Graphics. The issue seems to be hardware related, even though mpv itself works well with it. 1....

> If you launch Celluloid by running `celluloid --mpv-gpu-hwdec-interop=vaapi`, does the delay go away? Well, this indeed makes a difference! just wondering why it is independent of the config in...

@gnome-mpv hello, is there any related doc for `--mpv-gpu-hwdec-interop`, not seems to found related code, if the fix is not going to be arrived soon, I'd like to have some...

> > hello, is there any related doc for --mpv-gpu-hwdec-interop > > The option corresponds to `--gpy-hwdec-interop` in mpv. You can find the documentation [here](https://mpv.io/manual/stable/#options-gpu-hwdec-interop). Thanks a lot! After checking...