summaryrefslogtreecommitdiff
path: root/generate_gypi.sh
AgeCommit message (Expand)Author
2014-04-16Disable avx2 in rtcd definitionsjohannkoenig@chromium.org
2014-04-16Disable AVX2 supportjohannkoenig@chromium.org
2014-04-15Enable AVX opt for Win buildsjohannkoenig@chromium.org
2014-04-12Enable AVX2 optimizations for libvpxjohannkoenig@chromium.org
2014-04-10libvpx: Pull from upstreamjohannkoenig@chromium.org
2014-03-28libvpx: Set LC_ALL to C in shell scripts.tomfinegan@chromium.org
2014-03-27libvpx: unbreak iOS simulator buildfischman@chromium.org
2014-03-27libvpx: Disable assembly optimizations in MemorySanitizer builds.earthdok@chromium.org
2014-03-03libvpx: Pull from upstreamfgalligan@chromium.org
2014-01-30Disable VP9 encoderjohannkoenig@chromium.org
2014-01-29Use target_arch_full consistentlyjohannkoenig@chromium.org
2014-01-29Specify -mfpu=neon for neon filesjohannkoenig@chromium.org
2014-01-28libvpx: Pull from upstreamjohannkoenig@chromium.org
2013-12-16Disable AVX2 optimizationsjohannkoenig@chromium.org
2013-12-16libvpx: Pull from upstreamjohannkoenig@chromium.org
2013-11-27Compile libvpx for NaClsergeyu@chromium.org
2013-09-18libvpx: Pull from upstreamfgalligan@chromium.org
2013-09-18Explicitly disable x86inc.asm for 32bit x86.fgalligan@chromium.org
2013-09-17Change Linux 32bit build to not use x86inc.asm.fgalligan@chromium.org
2013-04-19Guard against changes in the file listsjohannkoenig@chromium.org
2013-04-03Remove sse3 targetsjohannkoenig@chromium.org
2013-04-02libvpx: Pull from upstreamjohannkoenig@chromium.org
2013-04-02Only apply the intended flags to each file.johannkoenig@chromium.org
2013-03-25Automatically generate a list of files which need additional flags for intrin...johannkoenig@google.com
2013-03-11Support runtime cpu detection on Android.wjia@chromium.org
2013-01-26libvpx: Add support for building libvpx under 64bit Windows.fgalligan@chromium.org
2013-01-11Introducing libvpx source folder variable.grunell@chromium.org
2012-12-14Libvpx Rollfgalligan@chromium.org
2012-12-14Fix issues with the last libvpx roll.fgalligan@chromium.org
2012-12-13libvpx: Add VP9 decoder.fgalligan@chromium.org
2012-09-20Add the required headers for building libvpx for the x64 architecture on Mac OS.badea@adobe.com
2012-08-17[MIPS] Initial support for building libvpx for MIPS architecture.petarj@mips.com
2012-07-23libvpx build: fix issues with stale dirs and permissionhclam@chromium.org
2012-05-31libvpx Chrome build on Windowshclam@chromium.org
2012-05-30libvpx gyp file and tools to build on Linux and Machclam@chromium.org
2012-01-11Compile libvpx code as PIC for all Linux targetsmcgrathr@chromium.org
2011-10-11Fix out of bound access with ScaleYUVToRGB32.chrome-bot@google.com