Age | Commit message (Expand) | Author |
2018-03-31 | arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported | Martin Storsjö |
2016-04-11 | swscale/arm: add yuv2planeX_8_neon | Matthieu Bouron |
2016-04-09 | swscale/arm: add ff_hscale_8_to_15_neon | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: save a few instructions by processing the luma line inte... | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: re-order compute_rgba macro arguments | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} ... | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: macro-ify | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: factorize lsl in load_args_nvx | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420p | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422p | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: fix comments in load_args_yuv422p | Matthieu Bouron |
2016-04-01 | swscale/arm/yuv2rgb: remove 32bit code path | Matthieu Bouron |
2016-02-22 | swscale/arm: re-enable neon rgbx to nv12 routines | Xiaolei Yu |
2016-01-04 | swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32} | Matthieu Bouron |
2016-01-04 | swscale/arm/yuv2rgb: fix typo | Matthieu Bouron |
2015-12-19 | swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32} | Matthieu Bouron |
2015-12-19 | swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled | Matthieu Bouron |
2015-12-19 | swscale/arm/yuv2rgb: simplify process_16px_* macro call | Matthieu Bouron |
2015-12-18 | swscale/arm/yuv2rgb: fix slicing | Clément Bœsch |
2015-12-08 | swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16 | Matthieu Bouron |
2015-11-23 | swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon | Matthieu Bouron |
2014-01-12 | swscale: disable ARM code until its build failure with clang/iphone is fixed | Michael Niedermayer |
2014-01-12 | Revert "swscale: disable ARM code until its build failure with clang/iphone i... | Michael Niedermayer |
2014-01-12 | fix build with gas-preprocessor.pl | Yu Xiaolei |
2014-01-08 | swscale: disable ARM code until its build failure with clang/iphone is fixed | Michael Niedermayer |
2013-12-28 | swscale/arm: fix build error with --enable-shared | Yu Xiaolei |
2013-12-16 | swscale: NEON optimized unscaled rgba to nv12 conversion | Yu Xiaolei |