1. 29 Jun, 2015 - 1 commit
  2. 27 Jun, 2015 - 1 commit
  3. 26 Jun, 2015 - 5 commits
  4. 25 Jun, 2015 - 4 commits
  5. 24 Jun, 2015 - 5 commits
  6. 23 Jun, 2015 - 6 commits
  7. 22 Jun, 2015 - 6 commits
    • Marco's avatar
      Fixes for key frame coding at speed 5. · fb2a89b1
      Marco authored
      Keep the same transform cutoff and partition selection
      for speed 5 as in speeds >=6 (non-rd speed settings).
      
      Existing setting for key frame at speed 5 allowed transform size
      up to 32x32 on key frames, and did not allow for 4x4 block partition size.
      This created more visual artifacts on first few frames.
      
      avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
      and 0/0.7/1.1 gains for rtc set.
      
      Change-Id: I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b
      fb2a89b1
    • James Zern's avatar
      Merge "vp9_reconintra_neon: add d45 8x8" · c8b9658e
      James Zern authored
      c8b9658e
    • Brion Vibber's avatar
      Fix building with iOS 9 beta SDK · 78637b61
      Brion Vibber authored
      configure.sh was setting some Mac OS X options for iOS targets, which
      confuses the iOS 9 beta SDK in Xcode 7 when linking libraries.
      
      Additionally, old armv6 media extensions were being enabled on iOS
      when they're not needed (we always have Neon since iOS 6). These
      broke on iOS 9 SDK which no longer assembles those instructions.
      
      Change-Id: I4e4d2722392ead3382ce96289c03ef1e489799d6
      78637b61
    • Marco's avatar
    • Scott LaVarnway's avatar
      Remove tile param · 86f4a3d8
      Scott LaVarnway authored
      and added to MACROBLOCKD.
      
      Change-Id: I0e60aaa9f84bcc9f2376d71bd934f251baee38db
      86f4a3d8
    • Parag Salasakar's avatar
      mips msa vp9 fdct 4x4 optimization · bc949991
      Parag Salasakar authored
      average improvement ~2x-3x
      
      Change-Id: Idf8be780b8b4228fc91f110a94e4ee1fd9af0163
      bc949991
  8. 20 Jun, 2015 - 7 commits
  9. 19 Jun, 2015 - 5 commits