Skip to content
Snippets Groups Projects
  1. Oct 29, 2013
  2. Oct 12, 2013
    • Yunqing Wang's avatar
      Adjust icc compiler options · 51af8a51
      Yunqing Wang authored
      "-no-prec-div" option helps codec performance, so it was added back.
      "-no-intel-extensions" was added to suppress link warning #10237.
      option '-use-asm' is deprecated and removed.
      
      Tested icc 32bit build and 64bit build.
      
      Change-Id: I736ec2619857efd425ef76338dc52f8fbc0bcc7e
      51af8a51
  3. Oct 02, 2013
  4. Sep 29, 2013
  5. Sep 26, 2013
  6. Sep 19, 2013
    • Martin Storsjö's avatar
      thumb: Extend the regexp for handling negative register indexing · 2a233dd3
      Martin Storsjö authored
      Now the same regexp that previously handled cases such as
      "ldr r1, [r2, -r3]" also can handle the first operand being omitted
      as in "pld [r2, -r3]".
      
      This fixes building vp9_convolve8*neon.asm in thumb mode (and thus,
      for Windows Phone as well).
      
      Change-Id: I20c1c3f2bfb2587fb5fa523b863972a7fe30d8ff
      2a233dd3
  7. Aug 22, 2013
  8. Aug 15, 2013
  9. Aug 14, 2013
  10. Aug 06, 2013
    • Jim Bankoski's avatar
      reworked config for use_x86_inc · a93b115c
      Jim Bankoski authored
      Support enabling it or disabling it.  Moved read out to configure.sh
      so that its done once instead of in make and in config.
      
      Change-Id: I73a9190cf31de9f03e8a577f478fa522f8c01c8b
      a93b115c
  11. Jul 24, 2013
    • Martin Storsjö's avatar
      msvs: Generate proper configurations for mixed platforms · feefd81b
      Martin Storsjö authored
      Prior to 73c4e284, the generated .sln files didn't contain any
      information about the different configurations when using .vcxproj
      project files. The MSVS IDE was able to fill this in just fine when
      loaded though.
      
      When building for ARM, the obj_int_extract project still is built
      for x86, in order for the build process to be able to use
      obj_int_extract.exe.
      
      Now that configuration info is generated, it breaks current ARM
      setups, since the configurations generated by gen_msvs_sln.sh only
      included configurations from the last parsed project file (as
      mentioned in the comment).
      
      In these setups, the MSVS IDE generated a third meta-platform, called
      "Mixed Platforms". This meta-platform points to either ARM or
      Win32 as platform in each of the individual projects.
      
      When the MSVS IDE generated this automatically, it also included
      the original ARM and Win32 platforms as separate choices, but these
      can be omitted since they don't make sense.
      
      Change-Id: Ie25226496f91af4bb1ad8eb9ae9ca5bfed0433d7
      feefd81b
  12. Jul 19, 2013
  13. Jul 18, 2013
  14. Jul 10, 2013
  15. Jul 09, 2013
  16. Jun 15, 2013
    • James Zern's avatar
      vs9 build: avoid deprecated /Wp64 flag · 5677b25b
      James Zern authored
      quiets a warning on every file; the preference is to use a 64-bit
      compiler, which is readily available at and above this version.
      
      Change-Id: I56e7eb569022e7148249d93fe386ad5ea0eee3fc
      5677b25b
  17. May 21, 2013
  18. May 15, 2013
  19. May 13, 2013
    • Martin Storsjö's avatar
      Add an option for building for arm in thumb mode · 132422d9
      Martin Storsjö authored
      Change-Id: I5a46645064c2fe1c13287cf06c3244820b4e699e
      132422d9
    • Martin Storsjö's avatar
      ads2gas: Allow converting code to thumb mode · 644587cf
      Martin Storsjö authored
      Currently this only supports thumb2.
      
      This involves rewriting certain instructions that can't be expressed
      in thumb2 into equivalent instruction sequences. The regexps for
      rewriting are currently written pretty narrowly, only covering the
      exact cases currently encountered in the code base.
      
      No IT instructions are added (since that would require more logic than
      plain regexps), so using the thumb mode requires enabling
      -mimplicit-it=always/thumb.
      
      Change-Id: I1f676ad1d351381f02bcf00105102aa8dd7ae364
      644587cf
  20. May 03, 2013
  21. May 02, 2013
  22. May 01, 2013
    • Martin Storsjö's avatar
      configure: arm: Check __ARM_PCS_VFP if the float ABI hasn't been defined · 2ce47839
      Martin Storsjö authored
      The support for detecting hardfp toolchains in af9dd50e is a
      step in the right direction, but that particular switch case
      isn't executed at all if the toolchain variable is set.
      
      This fixes cross building from x86 ubuntu to armhf ubuntu,
      in configurations such as
      "CROSS=arm-linux-gnueabihf- ./configure --target=armv7-linux-gcc".
      
      Change-Id: I6f141361e40374fbab564f9196d90e598fe9a0f6
      2ce47839
  23. Apr 24, 2013
  24. Apr 17, 2013
    • Johann Koenig's avatar
      Fix Android ndk-build · 3810bca9
      Johann Koenig authored
      Add the config directory to the rtcd generation script. libvpx is
      configured in the jni directory but ndk-build is intended to be run from
      the next directory up. Currently it needs to be run from the jni
      directory but this is being looked in to.
      
      Add a trailing slash to allow the variable to be empty.
      
      Reduce offset generation to the files which are actually used.
      
      Change-Id: Ia84fac37e8998ba647423d0ee45fc66a891ce10c
      3810bca9
  25. Apr 09, 2013
  26. Apr 05, 2013
Loading