1. 20 Oct, 2016 1 commit
  2. 19 Oct, 2016 1 commit
  3. 18 Oct, 2016 3 commits
  4. 17 Oct, 2016 3 commits
  5. 15 Oct, 2016 1 commit
  6. 14 Oct, 2016 2 commits
  7. 13 Oct, 2016 2 commits
  8. 12 Oct, 2016 2 commits
  9. 11 Oct, 2016 2 commits
  10. 08 Oct, 2016 2 commits
  11. 07 Oct, 2016 1 commit
  12. 06 Oct, 2016 1 commit
    • Frank Barchard's avatar
      YUY2ToI422_Any_Neon clean up to not require 16 pixels · 3b88a19a
      Frank Barchard authored
      YUY2ToI422_Any_Neon previously required 16 pixels and duplicated
      the last pixel.  The replication was not necessary after a previous
      change to treat YUY2 to 4 byte macro pixels.
      
      TBR=harryjin@google.com
      BUG=libyuv:648
      TESTED=util/android/test_runner.py gtest -s libyuv_unittest -t 7200 --verbose --release --gtest_filter=*YUY2ToI422* -a "--libyuv_width=17 --libyuv_height=7 --libyuv_repeat=999 --libyuv_flags=1"
      
      Review URL: https://codereview.chromium.org/2399143002 .
      3b88a19a
  13. 05 Oct, 2016 1 commit
  14. 04 Oct, 2016 2 commits
  15. 03 Oct, 2016 1 commit
  16. 30 Sep, 2016 1 commit
  17. 29 Sep, 2016 1 commit
  18. 28 Sep, 2016 1 commit
  19. 27 Sep, 2016 3 commits
  20. 26 Sep, 2016 1 commit
  21. 23 Sep, 2016 2 commits
    • Frank Barchard's avatar
      setup_links.py: Use junctions instead of symlinks on Windows. · feaff94b
      Frank Barchard authored
      Instead of creating symlinks on Windows, the script is now:
      * creating a junction for directories
      * copying individual files.
      
      This makes 'gclient sync' and 'gclient runhooks' no longer
      require administrator's privileges.
      If the script is run with administrator's privileges, a
      warning will be printed, informing the user that it's not recommended.
      
      Also clean up a few old documentation references to the
      Chromium SVN->Git transition.
      
      BUG=libyuv:584,webrtc:4911
      TESTED=Running the script with+without administrator's privileges.
      I also tested the case of this change being rolled back, in which
      case I verified that the copied files are still being deleted using
      the same cleanup code path as the previous symlinks.
      NOTRY=True
      R=braveyao@chromium.org
      
      Review URL: https://codereview.chromium.org/2359383002 .
      feaff94b
    • Frank Barchard's avatar
      fix warning on visual C for mips cpu detect · 34a29bf7
      Frank Barchard authored
      follow up warning fixs
      cpu_id.cc(167): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
      lint warning: cpu_id.cc:171:  Missing space before ( in if(  [whitespace/parens] [5]
      
      TBR=manojkumar.bhosale@imgtec.com
      BUG=libyuv:634
      TEST=try bots for windows.
      
      Review URL: https://codereview.chromium.org/2365813002 .
      34a29bf7
  22. 22 Sep, 2016 1 commit
  23. 16 Sep, 2016 3 commits
  24. 15 Sep, 2016 1 commit
  25. 14 Sep, 2016 1 commit