| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/cpu: add AVX512 Icelake flag | Wu Jianhua | 2022-03-10 | 1 | -17/+18 |
* | lavc/h264: move some shared code from h264dec to h264_parse | Anton Khirnov | 2022-01-26 | 1 | -0/+1 |
* | swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions | Mark Reid | 2022-01-11 | 1 | -0/+216 |
* | swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions | Mark Reid | 2022-01-11 | 4 | -1/+201 |
* | libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions. | Alan Kelly | 2021-12-21 | 1 | -1/+1 |
* | checkasm: Use the correct AVTXContext in av_tx tests | Henrik Gramner | 2021-12-20 | 1 | -8/+27 |
* | 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 |
* | avutil: [loongarch] Add support for loongarch SIMD. | Shiyou Yin | 2021-12-15 | 1 | -0/+3 |
* | checkasm/hevc_pel: Fix stack buffer overreads | Andreas Rheinhardt | 2021-09-29 | 1 | -11/+19 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 2 | -15/+15 |
* | tests/checkasm/vf_gblur.c: update check_horiz_slice for the new ff_horiz_slic... | Wu Jianhua | 2021-08-29 | 1 | -6/+11 |
* | tests/checkasm/vf_gblur.c: add check_verti_slice() for unit test | Wu Jianhua | 2021-08-29 | 1 | -0/+23 |
* | checkasm: collapse hevc pel tests | J. Dekker | 2021-08-24 | 3 | -30/+26 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 3 | -3/+0 |
* | lavu/kperf: use ff_thread_once() | J. Dekker | 2021-07-21 | 1 | -5/+1 |
* | lavu/checkasm: add (private) kperf timing for macOS | J. Dekker | 2021-07-20 | 2 | -3/+18 |
* | sws: separate the calls to scaled vs unscaled conversion | Anton Khirnov | 2021-07-03 | 1 | -2/+2 |
* | checkasm/vp9dsp: rename the iszero function to is_zero | Matthieu Patou | 2021-06-08 | 1 | -3/+3 |
* | checkasm: add av_tx FFT SIMD testing code | Lynne | 2021-04-24 | 4 | -0/+111 |
* | 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 |
* | checkasm/vf_gblur: add a test for postscale_slice | James Almer | 2021-02-17 | 1 | -0/+22 |
* | checkasm/vf_gblur: split off the horiz_slice test into its own function | James Almer | 2021-02-17 | 1 | -13/+15 |
* | checkasm: add hevc_pel tests | Josh Dekker | 2021-01-25 | 4 | -1/+545 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 34 | -0/+39 |
* | tests: fix warning ISO C90 forbids mixed declarations and code | Limin Wang | 2020-09-10 | 1 | -1/+1 |
* | lavfi/hflip: Support Bayer pixel formats. | Carl Eugen Hoyos | 2020-08-25 | 1 | -0/+1 |
* | libavutil: Detect MMI and MSA flags for MIPS | Jiaxun Yang | 2020-07-23 | 1 | -0/+3 |
* | checkasm/vf_blend: use the correct depth parameters to initialize the blend m... | James Almer | 2020-07-12 | 1 | -1/+1 |
* | checkasm: sw_rgb: Fix mixed declaration and code | Jun Zhao | 2020-06-01 | 1 | -3/+4 |
* | 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: sw_rgb: Add a test for interleaveBytes | Martin Storsjö | 2020-05-15 | 1 | -0/+70 |
* | checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_una... | Martin Storsjö | 2020-05-15 | 1 | -6/+10 |
* | checkasm: aarch64: Check for stack overflows | Martin Storsjö | 2020-05-15 | 2 | -5/+49 |
* | checkasm: arm: Check for stack overflows | Martin Storsjö | 2020-05-15 | 2 | -5/+36 |
* | checkasm: arm: Don't use blx to call checkasm_fail_func | Martin Storsjö | 2020-05-15 | 1 | -1/+1 |
* | checkasm: arm: Make the indentation consistent with other files | Martin Storsjö | 2020-05-15 | 2 | -170/+170 |
* | checkasm: add hscale test | Josh de Kock | 2020-05-15 | 4 | -1/+137 |
* | checkasm: add function to check and diff memory | Martin Storsjö | 2020-05-15 | 2 | -0/+58 |
* | tests/checkasm: add overflow test for hevc_add_res | Linjie Fu | 2020-03-27 | 1 | -2/+6 |
* | checkasm/hevc_add_res: prepare test data only if the fuction is not tested | Linjie Fu | 2020-03-27 | 1 | -13/+20 |
* | checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon... | Martin Storsjö | 2020-02-08 | 1 | -1/+3 |
* | checkasm: Check HAVE_GETSTDHANDLE here as well | Martin Storsjö | 2020-01-24 | 1 | -3/+3 |
* | checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolate | Martin Storsjö | 2019-12-18 | 1 | -0/+18 |
* | checkasm: af_afir: Use a dynamic tolerance depending on values | Martin Storsjö | 2019-12-12 | 1 | -1/+13 |