summaryrefslogtreecommitdiff
path: root/vpx_ports
Commit message (Expand)AuthorAgeFilesLines
* compiler_attributes.h: add VPX_NO_UNSIGNED_SHIFT_CHECKJames Zern2022-08-181-1/+11
* libvpx[loongarch]: Add loongarch support.Jin Bo2022-01-283-0/+72
* fix some include guardsJames Zern2022-01-261-3/+3
* vp[89]_initalize_enc(): protect against multiple invocationsJames Zern2021-12-091-2/+2
* clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern2021-12-021-4/+4
* faster vp8_regular_quantize_b_sse4_1Ilya Kurdyukov2021-11-171-2/+21
* vp8: fix some implicit signed -> unsigned conv warningsJames Zern2021-11-081-1/+1
* vpx_ports/x86.h: sync with aom_ports/x86.hJames Zern2021-07-261-1/+3
* Fix some instances of -Wunused-but-set-variable.Peter Kasting2021-07-261-0/+12
* Refine MMI & MSA detection for mipsjinbo2020-08-193-0/+87
* vp8,vpx_dsp:[loongson] fix specification of instruction namejinbo2020-06-291-2/+2
* simplify x86_abi_support.asm symbol declarationJohann2020-04-133-32/+44
* x86_abi_support: do not decorate coff functionsJohann2020-04-061-3/+5
* x86_abi_support: use correct hidden syntaxJohann2020-04-013-6/+6
* nasm: require 2.14 with -DCHROMIUMJohann2020-03-311-0/+7
* Merge "x86_simd_caps: make mask value unsigned"James Zern2020-02-191-1/+1
|\
| * x86_simd_caps: make mask value unsignedJames Zern2020-02-141-1/+1
* | move common attribute defs to compiler_attributes.hJames Zern2020-02-143-30/+60
|/
* add static_assert.hJames Zern2020-01-172-0/+31
* fix __has_attribute in visual studioJohann2019-11-251-4/+10
* Disable -ftrivial-auto-var-init= for hot codeVitaly Buka2019-11-231-0/+14
* Fix AVX-512 capability detectionBirk Magnussen2019-10-171-2/+5
* namespace ARCH_* definesJames Zern2019-09-303-19/+19
* Enclose macro arguments in parenthesesJerome Jiang2019-03-141-1/+1
* add -Wmissing-prototypesJohann2019-03-041-1/+1
* vpx_clear_system_state: resolve missing declarationJohann2019-01-071-0/+2
* Improve accuracy of benchmarkingelliottk2018-12-211-5/+55
* cosmetics: normalize include guardsJames Zern2018-09-1513-39/+39
* remove unused vpx_ports/config.hJames Zern2018-05-211-16/+0
* Restore emms usage on x86_64 after 726b021a12c1bMartin Storsjo2018-03-233-2/+24
* Revert "remove fldcw/fstcw from Win64 builds"Johann Koenig2018-03-233-5/+42
* remove fldcw/fstcw from Win64 buildsJohann2018-03-233-42/+16
* reland "use intrinsics for 'emms'"Johann2018-03-195-12/+33
* Revert "use intrinsics for 'emms'"Johann Koenig2018-03-145-27/+11
* use intrinsics for 'emms'Johann2018-03-135-11/+27
* clang-format v5.0.0 mem_ops.hJohann2018-01-121-1/+0
* Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring2017-11-031-9/+16
* vpx_dsp:loongson optimize vpx_varianceWxH_c,vpx_sub_pixel_varianceWxH_c and v...Shiyou Yin2017-08-251-4/+4
* vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin2017-08-182-0/+85
* Revert "Add visibility="protected" attribute for global variables referenced ...Johann Koenig2017-05-161-6/+0
* 'protected' visibility unsupported on machoJohann2017-05-151-1/+1
* Add visibility="protected" attribute for global variables referenced in asm f...Rahul Chaudhry2017-05-121-0/+6
* Create CAST_TO_BYTEPTR/SHORTPTRLinfeng Zhang2017-04-181-0/+2
* Add support for POWER8/VSXRafael de Lucena Valle2017-03-083-0/+112
* Merge "Remove UNINITIALIZED_IS_SAFE"Johann Koenig2017-02-141-10/+0
|\
| * Remove UNINITIALIZED_IS_SAFEJohann2017-02-141-10/+0
* | vpx_usec_timer_elapsed: use 64-bit mathJames Zern2017-02-091-1/+1
|/
* avoid redefining WIN32_LEAN_AND_MEANJames Zern2016-11-222-0/+6
* vpx_timer.h,x86.h: define NOMINMAX for windows.hJames Zern2016-11-152-0/+5
* apply clang-formatclang-format2016-09-151-1/+1