1. 29 Jan, 2013 - 1 commit
    • Johann's avatar
      obj_int_extract.bat is not a generated file · cdc18067
      Johann authored
      Trying to create Visual Studio project files would fail with:
      make[1]: *** No rule to make target `obj_int_extract.bat', needed by
      `.projects'.  Stop.
      
      Change-Id: Ie55458427ddea199a3de9973eaf2a37f711f839e
      cdc18067
  2. 26 Jan, 2013 - 3 commits
  3. 25 Jan, 2013 - 4 commits
  4. 23 Jan, 2013 - 1 commit
  5. 22 Jan, 2013 - 2 commits
  6. 18 Jan, 2013 - 2 commits
    • Johann's avatar
      Link pthread when it is available · b46d58ad
      Johann authored
      Linking when we don't use it but it is available is probably harmless.
      
      Gtest requires pthreads. Don't automatically enable unit tests if we
      don't have it.
      
      Change-Id: I5e6c3b609f840c7b6dbb36fc65809f0ef84685f8
      b46d58ad
    • Frank Galligan's avatar
      libvpx: Fix some warnings. · 9ca907b5
      Frank Galligan authored
      Change-Id: If8be8b9d28a29631f29c46daea8a226ab3580610
      9ca907b5
  7. 17 Jan, 2013 - 1 commit
    • John Koleszar's avatar
      Don't include x86inc.asm on non-x86 targets · 23963021
      John Koleszar authored
      This file is currently unused, as the asm that depended on it has been
      disabled for the current roll into Chromium. It's expected that it
      will return in some form, so wrap it in an x86 check rather than
      deleting it. This extra file isn't really an issue with the libvpx
      build system, but affects the gyp builds since on ARM (android) it
      tries to do the ADS->GAS conversion on all .asm files reported in
      libvpx_srcs.txt.
      
      Change-Id: I080fbc22ab59fff41264ae230a48fa753594135b
      23963021
  8. 15 Jan, 2013 - 2 commits
  9. 14 Jan, 2013 - 15 commits
  10. 13 Jan, 2013 - 1 commit
    • Deb Mukherjee's avatar
      Further enhancements/fixes on dct/dwt hybrid txfm · 516db21c
      Deb Mukherjee authored
      Fixes some scaling issues. Adds an option to only compute the
      dct on the low-low subband for 32x32 and 64x64 blocks using
      only a single 16x16 dct after 1 and 2 wavelet decomposition
      levels respectively. Also adds an option to use a 8x8 dct
      as building block.
      
      Currenlty with the 2/6 filter and with a single 16x16 dct on
      the low low band, the reuslts compared to full 32x32 dct is
      as follows:
      derf: -0.15%
      yt: -0.29%
      std-hd: -0.18%
      hd: -0.6%
      These are my current recommended settings, since the 2/6 filter
      is very simple.
      
      Results with 8x8 dct are about 0.3% worse.
      
      Change-Id: I00100cdc96e32deced591985785ef0d06f325e44
      516db21c
  11. 12 Jan, 2013 - 5 commits
  12. 11 Jan, 2013 - 3 commits