]> git.sesse.net Git - ffmpeg/history - libswscale/x86/yuv2yuvX.asm
avfilter/vf_ssim: remove unnecessary check
[ffmpeg] / libswscale / x86 / yuv2yuvX.asm
2021-04-01 Alan Kellylibswscale/x86/yuv2yuvX: Removes unrolling for mmx...
2021-02-18 James Almerswscale/x86/yuv2yuvX: use the movsxdifnidn helper macro
2021-02-18 James Almerswscale/x86/yuv2yuvX: use movq to load 8 bytes in all...
2021-02-18 James Almerswscale/x86/yuv2yuvX: use the SPLATW helper macro
2021-02-18 James Almerswscale/x86/swscale: fix compilation with old yasm
2021-02-17 Alan Kellyswscale: move yuv2yuvX_sse3 to yasm, unrolls main loop