We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libavformat/seek-test cache:/ld/michael/videos/Hellboy.ts [cache @ 0x2bf0760] Statistics, cache hits:118 cache misses:170 vs. [cache @ 0x27ed760] Statistics, cache hits:118 cache misses:69
http://samples.ffmpeg.org/HDTV/Hellboy.ts
seems not to happen with matrixbench not sure if this is a real issue, but i saw it so i report it
The text was updated successfully, but these errors were encountered:
Certainly nothing that would block a merge. Can be fixed later if a real issue.
Sorry, something went wrong.
aarch64: vvc: Fix compilation of alf.S with MSVC 2022 17.7 and older
4008431
Use the "ldur" instruction explicitly, instead of having the assembler implicitly convert "ldr" instructions to "ldur". This fixes build errors like these: libavcodec\aarch64\vvc\alf.o.asm(1023) : error A2518: operand 2: Memory offset must be aligned ldr q22, [x3, #24] libavcodec\aarch64\vvc\alf.o.asm(1024) : error A2518: operand 2: Memory offset must be aligned ldr q24, [x2, #24] libavcodec\aarch64\vvc\alf.o.asm(1393) : error A2518: operand 2: Memory offset must be aligned ldr q22, [x3, #24] libavcodec\aarch64\vvc\alf.o.asm(1394) : error A2518: operand 2: Memory offset must be aligned ldr q24, [x2, #24] Signed-off-by: Martin Storsjö <martin@martin.st>
No branches or pull requests
libavformat/seek-test cache:/ld/michael/videos/Hellboy.ts
[cache @ 0x2bf0760] Statistics, cache hits:118 cache misses:170
vs.
[cache @ 0x27ed760] Statistics, cache hits:118 cache misses:69
http://samples.ffmpeg.org/HDTV/Hellboy.ts
seems not to happen with matrixbench
not sure if this is a real issue, but i saw it so i report it
The text was updated successfully, but these errors were encountered: