summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7c82d31cbe9fc5d5a321ad49c14a472bd629b50f'Derek Buitenhuis2016-02-241-1/+1
|\
| * checkasm: Use standard multiple inclusion guardsDiego Biurrun2016-02-181-3/+3
| * x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-4/+4
* | checkasm: bench each vf_blend mode onceJames Almer2016-02-221-2/+2
* | checkasm: fix dependencies for vf_blend testsJames Almer2016-02-192-4/+10
* | checkasm/vf_blend: Decrease iteration countTimothy Gu2016-02-141-1/+1
* | checkasm: Add vf_blend testsTimothy Gu2016-02-144-0/+135
* | all: Make header guard names consistentTimothy Gu2016-01-311-2/+2
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-312-3/+3
* | avcodec/dca: remove old decoderfoo862016-01-314-97/+3
* | x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-211-4/+4
* | checkasm: add videodsp emulated_edge_mc test.Ronald S. Bultje2016-01-214-0/+94
* | Merge commit 'fec76cd430f3c865183a6e5b4caec0743e055605'Hendrik Leppkes2016-01-193-0/+153
|\ \ | |/
| * checkasm: Check register clobbering on aarch64Martin Storsjö2016-01-073-0/+153
* | Merge commit '26ec75aec3576daea691dee53a78ec67c0dc4040'Hendrik Leppkes2016-01-194-0/+167
|\ \ | |/
| * checkasm: Check register clobbering on armMartin Storsjö2016-01-074-0/+167
* | Merge commit 'f0f54117c8f206e8045d301c2eb975b26e9f263d'Hendrik Leppkes2016-01-021-11/+9
|\ \ | |/
| * checkasm: x86: post commit review fixesJanne Grunau2015-12-291-11/+9
* | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-021-45/+0
|\ \ | |/
| * dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-241-45/+0
* | Merge commit '489e6add4478b0f5717dbf644234c6f3a3baf02c'Hendrik Leppkes2016-01-024-0/+110
|\ \ | |/
| * checkasm: add fmtconvert testsJanne Grunau2015-12-214-0/+110
* | Merge commit '568a4323fbde03665b2b23a98068d02b39121812'Hendrik Leppkes2016-01-024-1/+124
|\ \ | |/
| * checkasm: add synth_filter testJanne Grunau2015-12-214-1/+124
* | Merge commit 'e71b747e9dc56cb84f8a06ec8214d5f3bd98bb6d'Hendrik Leppkes2016-01-024-0/+142
|\ \ | |/
| * checkasm: add tests for dcadspJanne Grunau2015-12-214-0/+142
* | Merge commit '9d218d573f8088c606d873e80df572582e6773ef'Hendrik Leppkes2016-01-022-0/+84
|\ \ | |/
| * checkasm: add float comparison util functionsJanne Grunau2015-12-212-0/+84
* | Merge commit '711781d7a1714ea4eb0217eb1ba04811978c43d1'Hendrik Leppkes2016-01-026-33/+85
|\ \ | |/
| * x86: checkasm: check for or handle missing cleanup after MMX instructionsJanne Grunau2015-12-214-26/+78
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-021-0/+1
|\ \ | |/
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-141-0/+1
| * checkasm: add HEVC MC testsAnton Khirnov2015-12-054-0/+325
| * checkasm: Fix the function name sorting algorithmHenrik Gramner2015-10-031-2/+6
| * checkasm/x86: Correctly handle variadic functionsHenrik Gramner2015-09-281-2/+5
| * checkasm: Use a self-balancing treeHenrik Gramner2015-09-281-12/+47
| * checkasm: v210: Fix array overwriteHenrik Gramner2015-09-171-1/+1
* | Add pixblockdsp checkasm testsTimothy Gu2015-11-074-0/+112
* | lavu: add AESNI CPU flagRodger Combs2015-10-281-0/+1
* | vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje2015-10-131-1/+1
* | checkasm: add alacdsp testsJames Almer2015-10-064-0/+124
* | checkasm: Fix compilation with --disable-avcodecHenrik Gramner2015-10-041-20/+22
* | checkasm: Remove use of deprecated av_set_cpu_flags_mask()Henrik Gramner2015-10-031-2/+3
* | checkasm/vp9dsp: Fix iszero() to read the correct dataHenrik Gramner2015-09-281-1/+1
* | checkasm: add vp9dsp.itxfm_add tests.Ronald S. Bultje2015-09-281-0/+275
* | checkasm: Fix the function name sorting algorithmHenrik Gramner2015-09-281-2/+6
* | checkasm/x86: Correctly handle variadic functionsHenrik Gramner2015-09-271-2/+5
* | checkasm/vp9dsp: add const to suppress "discards const qualifier" warningsJames Almer2015-09-261-2/+2
* | checkasm/Makefile: add missing testclean targetJames Almer2015-09-261-1/+1
* | checkasm: Use a self-balancing treeHenrik Gramner2015-09-261-12/+47