Skip to content
Snippets Groups Projects
  1. Nov 28, 2018
    • Karsten Suehring's avatar
      Update cmake environment · 67208da2
      Karsten Suehring authored
      - remove unnecessary build scripts
      - allow MSYS32/64 build
      - small feature improvements, e.g. allow targeting major compiler options for build parameters
      67208da2
  2. Nov 26, 2018
  3. Nov 24, 2018
  4. Nov 22, 2018
  5. Nov 21, 2018
  6. Nov 19, 2018
  7. Nov 16, 2018
  8. 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
  9. Nov 14, 2018
  10. Nov 13, 2018
  11. Nov 12, 2018
  12. Nov 10, 2018
  13. Nov 09, 2018
  14. Nov 07, 2018
  15. Nov 06, 2018
  16. Nov 05, 2018
Loading