| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | build: Rename OBJDIRS variable to OUTDIRS | Diego Biurrun | 2019-02-16 | 1 | -1/+1 |
* | | Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01' | James Almer | 2019-02-20 | 1 | -0/+124 |
|\| |
|
| * | checkasm/h264: add loop filter tests | Janne Grunau | 2019-01-26 | 1 | -0/+124 |
| * | checkasm: Use LOCAL_ALIGNED for aligned variables on the stack | Martin Storsjö | 2017-12-12 | 1 | -5/+5 |
* | | tests/checkasm/checkasm: Do not define an unused function. | Carl Eugen Hoyos | 2019-01-31 | 1 | -0/+2 |
* | | checkasm/af_afir: relax the max allowed absolute difference | James Almer | 2019-01-13 | 1 | -1/+1 |
* | | checkasm: add an af_afir test | James Almer | 2019-01-03 | 4 | -0/+88 |
* | | checkasm/float_dsp: add test for vector_dmul | James Almer | 2018-09-14 | 1 | -0/+24 |
* | | lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes | Andrey Semashev | 2018-05-30 | 1 | -1/+1 |
* | | tests/checkasm/nlmeans: fix invalid read/write on ii buffer | Clément Bœsch | 2018-05-18 | 1 | -4/+4 |
* | | checkasm/sw_rgb: fix the function declaration warning | Jun Zhao | 2018-05-10 | 1 | -1/+1 |
* | | checkasm: add vf_nlmeans test for ssd_integral_image | Clément Bœsch | 2018-05-08 | 4 | -0/+118 |
* | | swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422 | Martin Vignali | 2018-04-22 | 1 | -0/+50 |
* | | tests/checkasm/checkasm: Provide verbose failure information on float_near_ab... | Michael Niedermayer | 2018-04-14 | 1 | -1/+5 |
* | | checkasm/vf_blend : add test for 16 bit version of | Martin Vignali | 2018-04-05 | 1 | -0/+5 |
* | | checkasm/Makefile: add EXTRALIBS-libavformat | Josh de Kock | 2018-03-31 | 1 | -1/+1 |
* | | checkasm/swscale : add test for rgb shuffle_bytes func | Martin Vignali | 2018-03-24 | 4 | -0/+95 |
* | | checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12 | Yingming Fan | 2018-03-19 | 1 | -2/+2 |
* | | checkasm/hevc_sao : add hevc_sao for checkasm | Yingming Fan | 2018-03-07 | 4 | -1/+153 |
* | | checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16 | Martin Vignali | 2018-02-24 | 1 | -0/+12 |