Skip to content
Snippets Groups Projects
  1. May 20, 2016
  2. May 19, 2016
  3. May 18, 2016
  4. May 17, 2016
  5. May 14, 2016
  6. May 12, 2016
    • James Zern's avatar
      rdopt,rd_pick_intra4x4block: port tsan fix from libvpx · 2a10c91b
      James Zern authored
      minus the non-existent nonrd portion. original change:
      
      commit d642294b
      Author: Jingning Han <jingning@google.com>
      Date:   Thu Feb 11 12:36:49 2016 -0800
      
          Fix tsan error in VP9 sub8x8 intra mode search
      
          This commit fixes issue 1141. The issue was triggered in multi-tile
          encoding. The change properly saves and restores the block context
          information in the real-time mode selection process. It removes
          several redundant memcpy operations in sub8x8 intra block mode
          search.
      
          Change-Id: I35c9ad197f4bd500ec39b5fc833f052f19eee010
      
      Change-Id: If0c11092450ede0450fc9bcf5db2f7349ac2860c
      2a10c91b
  7. May 11, 2016
    • James Zern's avatar
      fix mips msa build · 5c02d1f5
      James Zern authored
      s/AV1_ADST8/AOM_ADST8/
      
      The code in idct8x8_msa.c and inv_txfm_msa.h fell out of sync with:
      80edfa01 Change "VP9" to "AV1"
      and
      ff00fc0f Change "VPX" to "AOM"
      
      the other instance in av1/encoder/mips/msa/fdct_msa.h was renamed to
      AOM_ADST8. these modules could use further harmonization regarding AV1_
      vs AOM_
      
      Change-Id: I5beb01c1dd9ee998ba9bdcfd86adacd4ffce55c8
      5c02d1f5
    • James Zern's avatar
      build/make/ads*.pl: fix file mode · a2bdf964
      James Zern authored
      644 -> 755 these were incorrectly changed in:
      e224395f Add copyright notice to .pl files
      
      Change-Id: I8a4a23791e714422eae547539ef083693897f39e
      a2bdf964
    • James Zern's avatar
      fix 'dist' & other decode-only builds · 4f6c4aed
      James Zern authored
      common/av1_fwd_txfm.[hc] are encode-only; add a TODO to relocate them
      
      Change-Id: I28cf8d0b22632b04066bcb72f3d2252ee7eb153e
      4f6c4aed
    • James Zern's avatar
      av1_inv_txfm_test: fix decode-only build · 93855623
      James Zern authored
      fdct's are only enabled with --enable-av1-encoder
      
      Change-Id: Iaf1dfdf713f2ecd1d215ba7ec635f353c02fa4d0
      93855623
    • James Zern's avatar
      fix 'dist' build w/CONFIG_DERING disabled · 9f600990
      James Zern authored
      calls into pickdering.c are protected by CONFIG_DERING as are its common
      headers. fixes missing dering.h when trying to build in a 'make dist'
      directory
      
      Change-Id: I6089f48eecfe82e98b316bef12c2bf045d226f3c
      9f600990
  8. May 10, 2016
    • clang-format's avatar
      apply clang-format · a2dc61c7
      clang-format authored and James Zern's avatar James Zern committed
      .c files were missed in the previous change
      
      Change-Id: I9d22cd83e1f87472bfb09e6a38284396b2fcd860
      a2dc61c7
    • Nathan E. Egge's avatar
      Remove unused keyframe constant tables. · 06259581
      Nathan E. Egge authored
      The tables av1_kf_uv_mode_prob[INTRA_MODES][INTRA_MODES - 1] and
       av1_kf_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] are not
       referenced anywhere in vp10 or av1 and can be removed.
      
      Change-Id: Ibaf8d8de125fc2341beaf14733200d792d8d583c
      06259581
  9. May 03, 2016
  10. May 02, 2016
Loading