aboutsummaryrefslogtreecommitdiff
path: root/vpx_ports
AgeCommit message (Expand)Author
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-03-04add -Wmissing-prototypesJohann
2019-01-07vpx_clear_system_state: resolve missing declarationJohann
2018-12-21Improve accuracy of benchmarkingelliottk
2018-09-15cosmetics: normalize include guardsJames Zern
2018-05-21remove unused vpx_ports/config.hJames Zern
2018-03-23Restore emms usage on x86_64 after 726b021a12c1bMartin Storsjo
2018-03-23Revert "remove fldcw/fstcw from Win64 builds"Johann Koenig
2018-03-23remove fldcw/fstcw from Win64 buildsJohann
2018-03-19reland "use intrinsics for 'emms'"Johann
2018-03-14Revert "use intrinsics for 'emms'"Johann Koenig
2018-03-13use intrinsics for 'emms'Johann
2018-01-12clang-format v5.0.0 mem_ops.hJohann
2017-11-03Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring
2017-08-25vpx_dsp:loongson optimize vpx_varianceWxH_c,vpx_sub_pixel_varianceWxH_c and v...Shiyou Yin
2017-08-18vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin
2017-05-16Revert "Add visibility="protected" attribute for global variables referenced ...Johann Koenig
2017-05-15'protected' visibility unsupported on machoJohann
2017-05-12Add visibility="protected" attribute for global variables referenced in asm f...Rahul Chaudhry
2017-04-18Create CAST_TO_BYTEPTR/SHORTPTRLinfeng Zhang
2017-03-08Add support for POWER8/VSXRafael de Lucena Valle
2017-02-14Merge "Remove UNINITIALIZED_IS_SAFE"Johann Koenig
2017-02-14Remove UNINITIALIZED_IS_SAFEJohann
2017-02-09vpx_usec_timer_elapsed: use 64-bit mathJames Zern
2016-11-22avoid redefining WIN32_LEAN_AND_MEANJames Zern
2016-11-15vpx_timer.h,x86.h: define NOMINMAX for windows.hJames Zern
2016-09-15apply clang-formatclang-format
2016-08-31Fix -Wundef warning for __SANITIZE_ADDRESS__Johann
2016-08-04Remove armv6 targetJohann
2016-08-04Merge "Pad 'Left' when building under ASan"Johann Koenig
2016-08-03Fix msvc compiler warningsYaowu Xu
2016-08-03Pad 'Left' when building under ASanJohann
2016-07-25vpx_ports: apply clang-formatclang-format
2016-06-28remove visual studio < 2010 workaroundsJames Zern
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
2016-06-22win: Include <intrin.h> instead of manually declaring intrinsics.Nico Weber
2016-05-27vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.Tom Finegan
2016-05-26Convert to unsigned int before left shiftYaowu Xu
2016-04-27x86.h,x86_simd_caps: add an explicit cast w/strtolJames Zern
2016-04-22Add the 64-bit CPU cycle count utility functionYi Luo
2016-03-30vpx_ports/mem_ops.h: clear some -Wconversion warningsJames Zern
2015-12-10Minor cleanupYunqing Wang
2015-11-13Use Interlocked calls in win32 once() implementation.Ralph Giles
2015-09-22Restrict get_msb inputsJohann
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-08vpx_ports/msvc.h: include math.h for ceil/floorJames Zern
2015-08-08vpx_ports/x86.h: fix visual studio build warningJames Zern
2015-08-07Move the msvc round() replacement to msvc.hAlex Converse
2015-08-05Support build with Visual Studio 14.Ghislain MARY
2015-05-27Don't #define snprintf in VS 2015 or higher.Johann