1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/tests/checkasm
Luca Barbato 40ad05bab2 checkasm: Cast unsigned to signed
Avoid a warning for passing an unsigned value to abs(), some compilers
might optimize away abs().
2016-07-23 08:27:32 +02:00
..
aarch64 checkasm: Check register clobbering on aarch64 2016-01-07 09:33:24 +02:00
arm arm: Check for support for the .fpu directive 2016-07-21 12:52:10 +03:00
x86 x86inc: Add debug symbols indicating sizes of compiled functions 2016-01-23 20:46:28 +01:00
.gitignore Split global .gitignore file into per-directory files 2016-05-13 14:55:56 +02:00
bswapdsp.c
checkasm.c checkasm: Cast unsigned to signed 2016-07-23 08:27:32 +02:00
checkasm.h checkasm: add HEVC test for testing IDCT DC 2016-07-22 19:08:12 +02:00
dcadsp.c dca: remove unused decode_hf function and quant_d tables 2015-12-24 13:58:18 +01:00
fmtconvert.c checkasm: add fmtconvert tests 2015-12-21 18:58:46 +01:00
h264dsp.c checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro 2016-06-28 14:24:04 +03:00
h264pred.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
h264qpel.c
hevc_idct.c checkasm: add HEVC test for testing IDCT DC 2016-07-22 19:08:12 +02:00
hevc_mc.c checkasm: hevc: Iterate over features first, then over bitdepths 2016-06-29 21:12:05 +03:00
Makefile checkasm: add HEVC test for testing IDCT DC 2016-07-22 19:08:12 +02:00
synth_filter.c checkasm: add synth_filter test 2015-12-21 17:40:18 +01:00
v210enc.c
vp8dsp.c checkasm: vp8.mc: initialize the full src buffer after ec32574209 2016-07-13 22:18:52 +02:00