Skip to content
Snippets Groups Projects
  1. Nov 15, 2018
    • Frank Bossen's avatar
      Avoid accessing out of bounds elements · a6d8f545
      Frank Bossen authored
      When pruned == false and currCnt == MAX_NUM_HMVP_CANDS,
      memmove() copied element motionCand[MAX_NUM_HMVP_CANDS] which is
      out of bounds. With this fix one fewer elements is copied.
      The element that was previously incorrectly copied was overwritten
      by memcpy(). Hence there is no change in the result.
      See also #113
      a6d8f545
    • Xiang Li's avatar
      Merge branch 'fix113' into 'master' · 35b81484
      Xiang Li authored
      Fix mismatched new/delete
      
      See merge request !97
      35b81484
  2. Nov 14, 2018
  3. Nov 13, 2018
  4. Nov 12, 2018
  5. Nov 11, 2018
  6. Nov 10, 2018
  7. Nov 09, 2018
  8. Nov 08, 2018
  9. Nov 07, 2018
Loading