summaryrefslogtreecommitdiff
path: root/vpx_ports
AgeCommit message (Expand)Author
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
2014-02-11Removing x86_cpuid.c.Dmitry Kovalev
2014-01-23vpx_ports: add extern "C" to headersJames Zern
2013-12-16vpx_ports: normalize include guardsJames Zern
2013-12-09Add include guards to setupintrarecon.h and vpx_once.hEhsan Akhgari
2013-11-22Added cpuid compatibility for older MSVC versionsYaowu Xu
2013-11-21Fix the cpuid macro for x86_64 non-gcc buildYaowu Xu
2013-11-20Support for extended feature flags enumeration leaf in CPUID instructionErik Niemeyer
2013-10-29CL for adding AVX-AVX2 support in libvpx.Erik Niemeyer
2013-06-17vpx_ports/x86.h: de-dup #elif blockJames Zern
2013-05-01Merge "Add cpu detection for Android x86"Johann
2013-05-02Add cpu detection for Android x86changjun.yang
2013-04-26code cleanup for arm_cpudetect.cchangjun.yang
2013-03-05Code cleanup.Dmitry Kovalev
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2013-01-2564-bit Mac Chromium support for libvpx.Mark Mentovai
2013-01-14Use INT64_MAX instead of LLONG_MAXJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-20add emmintrin_compat.h for builds with gcc < 4James Zern
2012-12-11Revert "Upstream build bug for chromium"Johann
2012-11-19Upstream build bug for chromiumJohann
2012-11-15Sequester vpx_ports file listJohann
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-05vpx_ports: merge with masterJohn Koleszar
2012-09-25check for x32 targetsMike Frysinger
2012-08-20silent compiling warnings for VC9 buildYaowu Xu