| Commit message (Expand) | Author | Age | Files | Lines |
* | sw_scale: Add specializations for hscale 16 to 19 | Hubert Mazur | 2022-11-01 | 2 | -0/+468 |
* | sw_scale: Add specializations for hscale 16 to 15 | Hubert Mazur | 2022-11-01 | 2 | -0/+468 |
* | sw_scale: Add specializations for hscale 8 to 19 | Hubert Mazur | 2022-11-01 | 2 | -4/+300 |
* | swscale: aarch64: Fix yuv2rgb with negative strides | Martin Storsjö | 2022-10-27 | 1 | -4/+4 |
* | swscale/aarch64: add vscale specializations | Swinney, Jonathan | 2022-08-16 | 2 | -0/+190 |
* | swscale/aarch64: vscale optimization | Swinney, Jonathan | 2022-08-16 | 1 | -6/+5 |
* | libswscale/aarch64: add another hscale specialization | Swinney, Jonathan | 2022-08-16 | 2 | -8/+117 |
* | swscale/aarch64: add hscale specializations | Swinney, Jonathan | 2022-05-28 | 2 | -10/+201 |
* | swscale: aarch64: Optimize the final summation in the hscale routine | Martin Storsjö | 2022-04-22 | 1 | -11/+3 |
* | sws: rename SwsContext.swscale to convert_unscaled | Anton Khirnov | 2021-07-03 | 1 | -1/+1 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 1 | -0/+1 |
* | aarch64/yuv2rgb_neon: fix return value | Lynne | 2020-07-09 | 2 | -17/+16 |
* | swscale: aarch64: Add a NEON implementation of interleaveBytes | Martin Storsjö | 2020-05-15 | 3 | -1/+123 |
* | swscale: fix NEON hscale init | Josh de Kock | 2020-05-15 | 1 | -1/+4 |
* | swscale: aarch64: Don't clobber callee-saved registers v8-v15 | Martin Storsjö | 2020-04-21 | 2 | -13/+13 |
* | swscale: aarch64: Avoid using the x18 register | Martin Storsjö | 2020-04-20 | 1 | -4/+4 |
* | swscale/aarch64: use multiply accumulate and shift-right narrow | Sebastian Pop | 2020-01-04 | 1 | -20/+12 |
* | swscale/aarch64: use multiply accumulate and increase vector factor to 4 | Sebastian Pop | 2019-12-17 | 1 | -32/+53 |
* | sws/aarch64: add ff_yuv2planeX_8_neon | Clément Bœsch | 2016-04-11 | 3 | -0/+74 |
* | sws/aarch64/yuv2rgb: honor iOS calling convention | Clément Bœsch | 2016-04-08 | 1 | -6/+12 |
* | sws/aarch64: restore ff_hscale_8_to_15_neon() | Clément Bœsch | 2016-04-05 | 2 | -2/+2 |
* | sws/aarch64: disable ff_hscale_8_to_15_neon temporarly | Clément Bœsch | 2016-04-01 | 1 | -1/+1 |
* | sws/aarch64: add ff_hscale_8_to_15_neon | Clément Bœsch | 2016-03-31 | 3 | -2/+100 |
* | sws/aarch64/yuv2rgb: save a few mul and add | Clément Bœsch | 2016-03-25 | 1 | -14/+11 |
* | sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon | Clément Bœsch | 2016-03-01 | 3 | -0/+342 |