1. 09 Aug, 2014 1 commit
    • Greg Hackmann's avatar
      Fix arm64 build · a90d9a91
      Greg Hackmann authored
      
      ARCH_ARM_HAVE_NEON only applies to ARMv7 targets, since ARMv8 requires
      NEON support.  It may be set anyway on some targets but this shouldn't
      be relied on.
      
      Also fix DEFAULT_ARCH not getting set, which currently works anyway but
      mostly by accident (ihevcd_init_function_ptr() falls back on the case we
      happen to want).
      
      Change-Id: Ided35523f83fdffca313e2bcb71470cdf780fa55
      Signed-off-by: default avatarGreg Hackmann <ghackmann@google.com>
      a90d9a91
  2. 12 Jul, 2014 2 commits
  3. 06 Jun, 2014 1 commit
    • Harish Mahendrakar's avatar
      Few bug fixes and warnings removed · 707042fd
      Harish Mahendrakar authored
      Added support for returning coded width and height along with display dimensions
      Fixed few macros for mips
      Removed signed comparison warnings
      Removed few files that are not needed
      Fixed an issue in handling more than 256 slices in a picture
      
      Bug: 14571712
      Change-Id: Ie485aaae3a13744bc9acff8aa699efbbc31f94f1
      707042fd
  4. 22 May, 2014 1 commit
  5. 17 Apr, 2014 1 commit