| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |