Skip to content
Snippets Groups Projects
  1. Oct 24, 2022
  2. Sep 21, 2022
  3. Sep 01, 2022
  4. Aug 26, 2022
  5. Aug 17, 2022
  6. Aug 12, 2022
  7. Jul 26, 2022
  8. May 28, 2022
  9. May 13, 2022
  10. May 05, 2022
  11. May 02, 2022
  12. Apr 24, 2022
  13. Feb 10, 2022
  14. Feb 02, 2022
  15. Oct 25, 2021
  16. Oct 17, 2021
  17. Oct 11, 2021
  18. Aug 12, 2021
  19. Aug 09, 2021
  20. Jul 16, 2021
  21. Jul 05, 2021
  22. Jun 29, 2021
  23. Jun 21, 2021
  24. Jun 18, 2021
  25. May 31, 2021
  26. May 11, 2021
  27. Jan 17, 2021
  28. Jan 14, 2021
  29. Dec 16, 2020
  30. Nov 18, 2020
    • Karsten Suehring's avatar
      Fix potential race condition when frame field information SEI arrives before picture timing SEI · a97ef4d6
      Karsten Suehring authored
      Picture Timing SEI is intentionally not used in parsing of frame field information SEI.
      
      In the existing code retrieving the picture timing SEI from HRD could return a nullptr, when the SEI has
      not arrived yet. The pointer is dereferenced without checking and passed into frame field info SEI parsing
      function and used for a consistency check.
      
      This refactoring moves the check after parsing of all SEI messages.
      a97ef4d6
Loading