aboutsummaryrefslogtreecommitdiff
path: root/vpx_ports
AgeCommit message (Expand)Author
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
2015-05-14Merge "Remove the BUILD_LIBVPX variable from the build system."Tom Finegan
2015-05-14Remove the BUILD_LIBVPX variable from the build system.Tom Finegan
2015-05-13Relocate memory operations for common codeJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-04-24x86_simd_caps: check max cpuid before testing AVX2James Zern
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-03-18Remove last remnants of obj_int_extractJohann
2015-01-23x86: correct OSXSAVE + AVX bit checkJames Zern
2015-01-15fix AVX & AVX2 detectionJames Zern
2014-12-12x86_abi_support: set LIBVPX_RAND w/vp9-postprocJames Zern
2014-11-06Remove asm offset dependenciesJohann
2014-09-25Clarify GCC version checkJohann
2014-09-14vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia
2014-09-09Restructure ARM assumptions in cpudetectJohann
2014-08-18Include vpx_config.h in vpx_timer.hJohann
2014-08-12inline vpx functions in headers to avoid unused function warningJim Bankoski
2014-08-12fixes several -Wunused-function warningsJim Bankoski
2014-07-29vpx_once: implement once() for OS/2KO Myung-Hun
2014-06-12Use lrand48 on AndroidJohann
2014-05-04Don't try to use getenv on windows phone/rtMartin Storsjo
2014-02-26Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev