1. 07 Apr, 2021 4 commits
  2. 05 Apr, 2021 1 commit
    • lat9nq's avatar
      vp9: Avoid memcpy with null pointers · a60653dc
      lat9nq authored
      
      
      Avoid sending null pointer to memcpy as reported by Undefined Behaviour
      Sanitizer. Replaces the std::memcpy calls in SpliceVectors with
      std::copy calls. Opting to replace all the memcpy's with copy's.
      
      Co-authored-by: default avatarLC <mathew1800@gmail.com>
      a60653dc
  3. 04 Apr, 2021 5 commits
  4. 03 Apr, 2021 1 commit
  5. 02 Apr, 2021 5 commits
  6. 01 Apr, 2021 3 commits
  7. 31 Mar, 2021 2 commits
  8. 30 Mar, 2021 6 commits
  9. 29 Mar, 2021 1 commit
  10. 28 Mar, 2021 2 commits
  11. 27 Mar, 2021 5 commits
  12. 26 Mar, 2021 1 commit
  13. 25 Mar, 2021 3 commits
  14. 24 Mar, 2021 1 commit