Jamie Taylor

Results 13 comments of Jamie Taylor

After a bit of further digging, I came across [this ffmpeg issue](https://trac.ffmpeg.org/ticket/9599), which seems to confirm the issue lies with videotoolbox VP9 hardware acceleration (on intel igpus?)... and yeah, when...

Not sure which flow you're referencing... this fallback logic from #4839? https://github.com/ppy/osu-framework/blob/1cd2ff384331e1f4ba15e94cc3a0e6b5ac605694/osu.Framework/Graphics/Video/VideoDecoder.cs#L353-L356 If so, it doesn't seem to handle this case as the HW device initializes correctly... but then fails...

mp4 (playback works, despite `hwaccel initialisation returned error` messages): ``` [runtime] 2022-03-10 05:56:34 [debug]: MouseDownEvent(Left) handled by BasicScrollContainer. [runtime] 2022-03-10 05:56:34 [verbose]: 💨 Video(TestSceneVideo) JumpForward(mp4) [runtime] 2022-03-10 05:56:34 [debug]: ClickEvent(Left)...

Also, to confirm I tested playback of the same files using ffmpeg+ffplay and received similar results - which is to say the .mp4 with hwaccel enabled throws the same `hwaccel...

Initial page loading has definitely improved a lot and typing no longer triggers reflows, however switching between tabs (e.g. from "General (All difficulties)" to "Timeline" or vice versa) is still...

@peppy asked me to whip some sound design for this, so here's something I quickly put together: https://github.com/ppy/osu/assets/272140/814952ea-5d68-425d-8ac4-88487bb608db Feel free to adjust to taste or whatever. PR for sample: https://github.com/ppy/osu-resources/pull/314...

I'm confused as to why we need to port over the exact PRNG algorithm from lazer? Do the results need to be exactly identical to lazer for some reason? We...

Lemme just state up front that I've not looked at or reviewed the code, so take that into account when reading my feedback. > I also wanted some input on...