Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-12checkasm/vf_gblur: add test for horiz_slice simdRuiling Song
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2019-05-02checkasm: add test for v210decJames Darnley
2019-03-14Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'James Almer
* commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc': checkasm/h264: test 4:2:2 chroma loop filter functions Merged-by: James Almer <jamrial@gmail.com>
2019-03-11Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer
* commit '7e5bde93a1e7641e1622814dafac0be3f413d79b': build: Rename OBJDIRS variable to OUTDIRS Merged-by: James Almer <jamrial@gmail.com>
2019-02-27checkasm/h264: test 4:2:2 chroma loop filter functionsJanne Grunau
2019-02-20Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer
* commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01': checkasm/h264: add loop filter tests Merged-by: James Almer <jamrial@gmail.com>
2019-02-16build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun
These directories are not just for object files.
2019-01-31tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos
Fixes the following warning: tests/checkasm/checkasm.c:615:12: warning: 'bench_init_ffmpeg' defined but not used
2019-01-26checkasm/h264: add loop filter testsJanne Grunau
2019-01-13checkasm/af_afir: relax the max allowed absolute differenceJames Almer
Should fix failures on x86_32. Signed-off-by: James Almer <jamrial@gmail.com>
2019-01-03checkasm: add an af_afir testJames Almer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2018-09-14checkasm/float_dsp: add test for vector_dmulJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-05-30lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytesAndrey Semashev
Generic C implementation of vf_blend performs reads and writes of 16-bit elements, which requires the buffers to be aligned to at least 2-byte boundary. Also, the change fixes source buffer overrun caused by src_offset being added to to test handling of misaligned buffers. Fixes: #7226 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-05-18tests/checkasm/nlmeans: fix invalid read/write on ii bufferClément Bœsch
2018-05-10checkasm/sw_rgb: fix the function declaration warningJun Zhao
fix the warning: "function declaration isn’t a prototype", in C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-05-08checkasm: add vf_nlmeans test for ssd_integral_imageClément Bœsch
2018-04-22swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422Martin Vignali
and checkasm test
2018-04-14tests/checkasm/checkasm: Provide verbose failure information on ↵Michael Niedermayer
float_near_abs_eps() failures This will make understanding failures and adjusting EPS easier Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-04-05checkasm/vf_blend : add test for 16 bit version ofMartin Vignali
grainextract grainmerge average extremity negation
2018-04-01checkasm/Makefile: add EXTRALIBS-libavformatJosh de Kock
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-03-24checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali
2018-03-19checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12Yingming Fan
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-08checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-24checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16Martin Vignali
2018-02-24checkasm/vf_blend : add depth param in order to add test for 16 bit versionMartin Vignali
2018-02-09checkasm/Makefile: add EXTRALIBS-swresampleMuhammad Faiz
Should fix https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225058.html Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2018-01-28checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali
2017-12-25checkasm: support for AVX-512 functionsJames Darnley
2017-12-20Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"James Almer
This reverts commit adff97be5e2ff51c0bb66080c2f904ed40b6c571. It currently fails on Windows targets. Signed-off-by: James Almer <jamrial@gmail.com>
2017-12-19checkasm/vf_interlace : add test for lowpass_line 8 and 16Martin Vignali
2017-12-13checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali
2017-12-12checkasm: Use LOCAL_ALIGNED for aligned variables on the stackMartin Storsjö
This fixes fate-checkasm-hevc_mc on ARMCC 5.0 after adding NEON HEVC MC assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
2017-12-10checkasm/llviddsp: fix mixed code and declarationsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-12-09checkasm/llviddsp : add test for add_gradient_predMartin Vignali
2017-12-09checkasm/llviddsp : test return of add_left_pred(16)Martin Vignali
2017-12-09checkasm/vf_threshold : add test for threshold16Martin Vignali
2017-12-04checkasm/vf_threshold: fix mixed code and declarationsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-12-03checkasm/vf_threshold : add checkasm test for threshold8Martin Vignali
2017-12-01checkasm/utvideo : be more explicit to the WIDTH_PADDED defineMartin Vignali
2017-11-27tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmulMichael Niedermayer
Tested for 10000 iterations on x86-32 Fixes: Ticket6848 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-21checkasm/utvideodsp: zero initialize the entire bufferJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-21checkasm/utvideodsp: fix mixed declarations and codeJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-21checkasm : add test for huffyuvdsp add_int16Martin Vignali
2017-11-21checkasm : add utvideodsp testMartin Vignali
2017-11-21checkasm/jpeg2000dsp: add test for ict_floatJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-21checkasm/jpeg2000dsp: refactor rct_int testJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-11Merge commit '516c479172755c63063180b0c0953b68b670cdbd'James Almer
* commit '516c479172755c63063180b0c0953b68b670cdbd': checkasm: Test more h264 idct variants See 2d263188ba87b0d1e1120f00eecae4bb0e163f47 Merged-by: James Almer <jamrial@gmail.com>
2017-11-11Merge commit '547db1eaecd597031165a2bf637acaaacde52788'James Almer
* commit '547db1eaecd597031165a2bf637acaaacde52788': checkasm: Test more h264 idct variants Merged-by: James Almer <jamrial@gmail.com>
2017-11-08checkasm/llviddsp: fix warnings about mixed declaration and codeJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-07checkasm/llviddsp : add test for other dsp funcMartin Vignali
add_median_pred add_left_pred : add two func one with acc 0, and one with random acc add_left_pred16