summaryrefslogtreecommitdiff
path: root/vpx_ports
Commit message (Expand)AuthorAgeFilesLines
* 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
| * support building vp8 and vp9 into a single libJohn Koleszar2012-11-151-0/+97
| * Rough merge of master into experimentalJohn Koleszar2012-11-072-0/+17
| |\
| * | vpx_ports: merge with masterJohn Koleszar2012-11-0511-82/+189
| * | Fix warnings.Christian Duvivier2012-08-141-1/+1
| * | Restyle codeJohn Koleszar2012-07-179-451/+397
| * | WebM Experimental Codec Branch SnapshotYaowu Xu2012-03-155-4/+14
* | | Revert "Upstream build bug for chromium"Johann2012-12-111-4/+0
* | | Upstream build bug for chromiumJohann2012-11-191-0/+4
* | | Sequester vpx_ports file listJohann2012-11-151-0/+26
| |/ |/|
* | check for x32 targetsMike Frysinger2012-09-251-0/+10
* | silent compiling warnings for VC9 buildYaowu Xu2012-08-201-1/+1
* | Clean Android build defaultsJohann2012-06-201-32/+34
* | Enables building examples with Android NDKAttila Nagy2012-06-201-25/+24
* | Fix pedantic compiler warningsJohn Koleszar2012-06-113-20/+20
* | asm_*_offsets to define variables as constantsAlpha Lam2012-05-231-1/+1
* | Make libvpx Chromium build friendlyAlpha Lam2012-05-232-4/+38
* | Add support for native Solaris compiler on x86.Timothy B. Terriberry2012-05-022-1/+41
* | vpx_timer: increase resolutionJohn Koleszar2012-03-011-6/+5
* | Add OS/2 supportsKO Myung-Hun2012-02-081-0/+4
* | Disconnect ARM tgt_isa from dsp extensionsFritz Koenig2012-01-201-13/+13
* | Add makefile for building libvpx for Android.Fritz Koenig2012-01-181-1/+29
* | Remove symbian target and associated files.Fritz Koenig2012-01-061-5/+0
|/
* Replace vpx_ports/config.h with vpx_config.hAttila Nagy2011-09-225-14/+4
* Properly use GET_GOT/RESTORE_GOT when using GLOBAL().Ronald S. Bultje2011-06-301-0/+2
* use GCC inline magicJohann2011-06-081-0/+31
* modify SAVE_XMM for potential 64bit useJohann2011-04-191-10/+37
* Merge "Add save/restore xmm registers in x86 assembly code"Johann2011-04-191-4/+4
|\
| * Add save/restore xmm registers in x86 assembly codeJohann2011-04-181-4/+4
* | Merge "Add spin-wait pause intrinsic for Windows x64 platform."Yaowu Xu2011-04-181-2/+2
|\ \ | |/ |/|