| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparing | Martin Storsjö | 2019-12-11 | 1 | -3/+6 |
* | checkasm/vf_eq: add test for vf_eq | Ting Fu | 2019-09-26 | 4 | -0/+84 |
* | checkasm/opusdsp: declare opus_deemphasis as a function returning a float | James Almer | 2019-09-18 | 1 | -1/+1 |
* | checkasm: add opusdsp tests | Lynne | 2019-09-11 | 4 | -0/+108 |
* | checkasm/vf_gblur: add test for horiz_slice simd | Ruiling Song | 2019-06-12 | 4 | -0/+71 |
* | checkasm: add test for v210dec | James Darnley | 2019-05-02 | 4 | -0/+82 |
* | Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc' | James Almer | 2019-03-14 | 1 | -18/+26 |
|\ |
|
| * | checkasm/h264: test 4:2:2 chroma loop filter functions | Janne Grunau | 2019-02-27 | 1 | -18/+26 |
* | | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b' | James Almer | 2019-03-10 | 1 | -1/+1 |
|\| |
|