Skip to content
Snippets Groups Projects
  1. Feb 09, 2025
  2. Jan 31, 2024
  3. May 18, 2023
  4. Jan 27, 2023
    • Karsten Suehring's avatar
      StreamMergeApp: fix VPS allocation issue · afd14200
      Karsten Suehring authored
      A pointer to a local VPS is passed as reference into the parameter set manager, which takes ownership of the object.
      When the local scope is left, the memory will be freed, which can lead to use after free (and double free).
      afd14200
  5. Jan 20, 2023
  6. Jan 19, 2023
    • Frank Bossen's avatar
      Adapt code to new SW guidelines · 0483e3bd
      Frank Bossen authored
      Changes include:
      - use [[maybe_unused]] instead of cast to (void)
      - use generic lambda function and remove related comment about C++11
      - update MSVC version check
      - don't condition '#pragma once' on MSVC version
      0483e3bd
  7. Jan 11, 2023
    • Frank Bossen's avatar
      Clean up handling of PTLs in VPS · c2c40f37
      Frank Bossen authored
      Avoid having a separate PTL count since we already have a size
      for the vector containing the PTLs.
      
      Add a size check to avoid writing into inexistant PTL. This may
      avoid bug reports such as #1587
      c2c40f37
  8. Jan 01, 2023
  9. Dec 31, 2022
  10. Dec 14, 2022
  11. Dec 13, 2022
  12. Oct 26, 2022
  13. Oct 25, 2022
  14. Aug 25, 2022
  15. Feb 02, 2022
  16. Oct 11, 2021
  17. Mar 22, 2021
  18. Mar 17, 2021
  19. Mar 12, 2021
  20. Jan 17, 2021
  21. Jan 15, 2021
  22. Jan 14, 2021
  23. Jan 22, 2020
  24. Jan 17, 2020
  25. Jan 15, 2020
  26. Dec 27, 2019
  27. Oct 15, 2019
  28. Sep 13, 2019
  29. Aug 13, 2019
  30. Aug 09, 2019
  31. Jul 22, 2019
  32. Jul 15, 2019
  33. Jun 08, 2019
  34. Jun 04, 2019
Loading