| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/checkasm/sw_scale: Avoid declare_func_emms where possible | Andreas Rheinhardt | 2023-09-04 | 1 | -6/+6 |
* | checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvX | Martin Storsjö | 2022-08-19 | 1 | -1/+15 |
* | checkasm/sw_scale: hscale does not requires cpuflag test. | Alan Kelly | 2022-08-18 | 1 | -4/+1 |
* | libswscale: Enable hscale_avx2 for all input sizes. | Alan Kelly | 2022-08-18 | 1 | -1/+1 |
* | checkasm: Provide enough alignment in the new yuv2plane1 test | Martin Storsjö | 2022-08-16 | 1 | -3/+3 |
* | checkasm: updated tests for sw_scale | Swinney, Jonathan | 2022-08-16 | 1 | -39/+149 |
* | tests/checkasm/sw_scale: Fix alignment for movdqa | Michael Goulet | 2022-06-20 | 1 | -5/+5 |
* | checkasm: added additional dstW tests for hscale | Swinney, Jonathan | 2022-05-28 | 1 | -49/+55 |
* | libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions. | Alan Kelly | 2021-12-21 | 1 | -1/+1 |
* | x86/swscale: fix minor coding style issues | Alan Kelly | 2021-12-16 | 1 | -2/+1 |
* | libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil... | Alan Kelly | 2021-12-15 | 1 | -5/+15 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | sws: separate the calls to scaled vs unscaled conversion | Anton Khirnov | 2021-07-03 | 1 | -2/+2 |
* | tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvX | Alan Kelly | 2021-04-01 | 1 | -3/+3 |
* | tests/checkasm/sw_scale: use memset() to fill dither | James Almer | 2021-02-19 | 1 | -3/+1 |
* | checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffers | Alan Kelly | 2021-02-19 | 1 | -2/+2 |
* | checkasm/sw_scale: use av_free() instead of free() | James Almer | 2021-02-17 | 1 | -2/+2 |
* | swscale: move yuv2yuvX_sse3 to yasm, unrolls main loop | Alan Kelly | 2021-02-17 | 1 | -0/+103 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | checkasm/sw_scale: Fix stack-buffer-overflow | Andreas Rheinhardt | 2020-05-20 | 1 | -1/+1 |
* | checkasm: swscale: Fix running the hscale test on 32 bit x86 | Martin Storsjö | 2020-05-16 | 1 | -3/+3 |
* | checkasm: add hscale test | Josh de Kock | 2020-05-15 | 1 | -0/+134 |