![]() |
|
Dolphin uses ffmpeg to play / show the videos of the games? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Dolphin uses ffmpeg to play / show the videos of the games? (/Thread-dolphin-uses-ffmpeg-to-play-show-the-videos-of-the-games) Pages:
1
2
|
RE: Dolphin uses ffmpeg to play / show the videos of the games? - JMC47 - 12-06-2016 It's pretty crazy, I thought my laptop was just too old to play Dolphin. RE: Dolphin uses ffmpeg to play / show the videos of the games? - degasus - 12-06-2016 (12-06-2016, 05:01 AM)nano351 Wrote: For anyone who stumbles upon this thread later, the source of the issue was mentioned in a recent blog post. The problem is from a bug in glibc: https://dolphin-emu.org/blog/2016/12/01/dolphin-progress-report-november-2016/ This issue was a not so funny week to debug :/ Fun fact: "-O3 -march=native" is fast, "-O2 -march=native" is slow. The difference is an unrolled but still unoptimized loop within VideoCommon which uses AVX256, and so resets the upper bits. |