Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/x86/vf_hflip : indent | Martin Vignali | 2017-12-19 | 1 | -5/+5 |
* | avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_short | Martin Vignali | 2017-12-19 | 1 | -1/+11 |
* | avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macro | Martin Vignali | 2017-12-19 | 1 | -44/+17 |
* | x86/vf_hflip: use xor to zero initialize registers | James Almer | 2017-12-07 | 1 | -2/+2 |
* | x86/vf_hflip: don't load the width argument twice | James Almer | 2017-12-07 | 1 | -3/+2 |
* | avfilter/x86/vf_hflip.asm: fix building on x32 | Paul B Mahol | 2017-12-04 | 1 | -6/+6 |
* | avfilter: add hflip x86 SIMD | Paul B Mahol | 2017-12-04 | 1 | -0/+108 |