Skip to content
Snippets Groups Projects
  1. Nov 28, 2018
    • Karsten Suehring's avatar
      remove unused code · 8f80979a
      Karsten Suehring authored
      - remove alternative code path for HM_EMT_NSST_AS_IN_JEM
      - remove code in DMVR_JVET_LOW_LATENCY_K0217 (was not defined)
      8f80979a
  2. Nov 26, 2018
  3. Nov 24, 2018
  4. Nov 22, 2018
  5. Nov 21, 2018
  6. Nov 20, 2018
  7. Nov 19, 2018
  8. Nov 16, 2018
  9. Nov 15, 2018
    • Frank Bossen's avatar
      Avoid using uninitialized memory · d33a7f5a
      Frank Bossen authored
      Fixes #108
      d33a7f5a
    • 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
  10. Nov 14, 2018
  11. Nov 13, 2018
  12. Nov 12, 2018
  13. Nov 10, 2018
  14. Nov 09, 2018
  15. Nov 07, 2018
Loading