summaryrefslogtreecommitdiff
path: root/libavcodec/x86/w64xmmtest.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-35/+0
| | | | | | | | Deprecated in commits 7fc329e2dd6226dfecaa4a1d7adf353bf2773726 and 31f6a4b4b83aca1d73f3cfc99ce2b39331970bf3. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-261-15/+17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch2017-03-211-4/+4
|\ | | | | | | | | | | | | | | | | * commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0': lavc: add clobber tests for the new encoding/decoding API The merge only re-order what we already have. Merged-by: Clément Bœsch <u@pkh.me>
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+20
| |
* | Merge commit '4a081f224e12f4227ae966bcbdd5384f22121ecf'Hendrik Leppkes2016-11-131-1/+1
|\ \ | |/ | | | | | | | | | | * commit '4a081f224e12f4227ae966bcbdd5384f22121ecf': libavcodec: fix constness in clobber test avcodec_open2() wrappers Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-261-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
| | | | | | | | | | | | | | This is required since 187105ff8 when we started trying to wrap this function as well. Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86: Remove win64 xmm clobbering wrappers for the now removed ↵Martin Storsjö2013-03-231-7/+0
| | | | | | | | | | | | avcodec_encode_video function Signed-off-by: Martin Storsjö <martin@martin.st>
* | avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer2016-10-021-2/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer2016-10-011-0/+10
| | | | | | | | | | Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer2016-07-031-0/+10
| | | | | | | | | | Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/x86/w64xmmtest: Fix another build failureMichael Niedermayer2015-09-051-7/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-171-0/+6
| | | | | | | | | | | | | | This is required since 187105ff8 when we started trying to wrap this function as well. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+80
This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>