summaryrefslogtreecommitdiff
path: root/vpx_ports
Commit message (Expand)AuthorAgeFilesLines
* vpx_ports/mem_ops.h: clear some -Wconversion warningsJames Zern2016-03-302-20/+20
* Minor cleanupYunqing Wang2015-12-101-2/+0
* Use Interlocked calls in win32 once() implementation.Ralph Giles2015-11-131-45/+65
* Restrict get_msb inputsJohann2015-09-221-0/+10
* Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse2015-08-103-0/+90
* vpx_ports/msvc.h: include math.h for ceil/floorJames Zern2015-08-081-0/+1
* vpx_ports/x86.h: fix visual studio build warningJames Zern2015-08-081-1/+1
* Move the msvc round() replacement to msvc.hAlex Converse2015-08-071-0/+9
* Support build with Visual Studio 14.Ghislain MARY2015-08-051-0/+7
* Don't #define snprintf in VS 2015 or higher.Johann2015-05-272-0/+23
* Merge "Remove the BUILD_LIBVPX variable from the build system."Tom Finegan2015-05-141-5/+5
|\
| * Remove the BUILD_LIBVPX variable from the build system.Tom Finegan2015-05-141-5/+5
* | Relocate memory operations for common codeJohann2015-05-131-0/+12
|/
* replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern2015-05-071-11/+0
* x86_simd_caps: check max cpuid before testing AVX2James Zern2015-04-241-6/+8
* Reorganize *_rtcd() calling conventionsJohann2015-04-151-1/+1
* Remove last remnants of obj_int_extractJohann2015-03-182-32/+0
* x86: correct OSXSAVE + AVX bit checkJames Zern2015-01-231-1/+1
* fix AVX & AVX2 detectionJames Zern2015-01-151-6/+41
* x86_abi_support: set LIBVPX_RAND w/vp9-postprocJames Zern2014-12-121-2/+2
* Remove asm offset dependenciesJohann2014-11-061-27/+2
* Clarify GCC version checkJohann2014-09-251-0/+6
* vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia2014-09-141-1/+6
* Restructure ARM assumptions in cpudetectJohann2014-09-091-14/+15
* Include vpx_config.h in vpx_timer.hJohann2014-08-181-0/+3
* inline vpx functions in headers to avoid unused function warningJim Bankoski2014-08-122-13/+19
* fixes several -Wunused-function warningsJim Bankoski2014-08-122-10/+10
* vpx_once: implement once() for OS/2KO Myung-Hun2014-07-291-0/+27
* Use lrand48 on AndroidJohann2014-06-121-0/+11
* Don't try to use getenv on windows phone/rtMartin Storsjo2014-05-041-0/+7
* Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev2014-02-261-0/+2
* Removing x86_cpuid.c.Dmitry Kovalev2014-02-113-52/+0
* vpx_ports: add extern "C" to headersJames Zern2014-01-232-1/+17
* vpx_ports: normalize include guardsJames Zern2013-12-1610-21/+35
* Add include guards to setupintrarecon.h and vpx_once.hEhsan Akhgari2013-12-091-0/+6
* Added cpuid compatibility for older MSVC versionsYaowu Xu2013-11-221-0/+10
* Fix the cpuid macro for x86_64 non-gcc buildYaowu Xu2013-11-211-3/+3
* Support for extended feature flags enumeration leaf in CPUID instructionErik Niemeyer2013-11-202-14/+21
* CL for adding AVX-AVX2 support in libvpx.Erik Niemeyer2013-10-291-8/+14
* vpx_ports/x86.h: de-dup #elif blockJames Zern2013-06-171-17/+4
* Merge "Add cpu detection for Android x86"Johann2013-05-011-4/+4
|\
| * Add cpu detection for Android x86changjun.yang2013-05-021-4/+4
* | code cleanup for arm_cpudetect.cchangjun.yang2013-04-261-2/+0
|/
* Code cleanup.Dmitry Kovalev2013-03-051-0/+1
* Add support for x64 and win64 yasm flags.Frank Galligan2013-01-312-6/+17
* 64-bit Mac Chromium support for libvpx.Mark Mentovai2013-01-251-0/+6
* Use INT64_MAX instead of LLONG_MAXJohn Koleszar2013-01-141-166/+0
* Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar2012-12-2712-484/+604
|\
| * Build fixes to merge vp9-preview into masterJohn Koleszar2012-12-261-1/+0
| * add emmintrin_compat.h for builds with gcc < 4James Zern2012-12-201-0/+55