This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2025-02-04 06:08:26 +02:00
Code
Issues
Releases
Activity
FFmpeg
/
libavutil
/
x86
History
Lynne
90c17a05aa
x86/tx_float: fix stray change in 15xM FFT and replace imul->lea
...
Thanks to rorgoroth for bisecting and kurosu for the lea suggestion.
2022-11-28 16:58:12 +01:00
..
asm.h
…
bswap.h
…
cpu.c
…
cpu.h
…
cpuid.asm
…
emms.asm
…
emms.h
…
fixed_dsp_init.c
lavu/fixed_dsp: add missing av_restrict qualifiers
2022-10-04 10:56:12 +02:00
fixed_dsp.asm
…
float_dsp_init.c
avutil/x86/float_dsp: add fma3 for scalarproduct
2022-09-13 17:43:15 +02:00
float_dsp.asm
x86/float_dsp: use three operand form for some instructions
2022-09-13 13:50:09 -03:00
imgutils_init.c
…
imgutils.asm
…
intmath.h
…
intreadwrite.h
avutil/x86/intreadwrite: Add ability to detect whether MMX code is used
2022-09-11 21:08:04 +02:00
lls_init.c
…
lls.asm
…
Makefile
…
pixelutils_init.c
…
pixelutils.asm
…
pixelutils.h
…
timer.h
…
tx_float_init.c
lavu/tx: refactor to explicitly track and convert lookup table order
2022-11-24 15:58:34 +01:00
tx_float.asm
x86/tx_float: fix stray change in 15xM FFT and replace imul->lea
2022-11-28 16:58:12 +01:00
w64xmmtest.h
…
x86inc.asm
…
x86util.asm
…