Skip to content
Snippets Groups Projects
  1. Sep 21, 2022
  2. Sep 01, 2022
  3. Aug 26, 2022
  4. Aug 17, 2022
  5. Aug 12, 2022
  6. Jul 26, 2022
  7. May 28, 2022
  8. May 13, 2022
  9. May 05, 2022
  10. May 02, 2022
  11. Apr 24, 2022
  12. Feb 10, 2022
  13. Feb 02, 2022
  14. Oct 25, 2021
  15. Oct 17, 2021
  16. Oct 11, 2021
  17. Aug 12, 2021
  18. Aug 09, 2021
  19. Jul 16, 2021
  20. Jul 05, 2021
  21. Jun 29, 2021
  22. Jun 21, 2021
  23. Jun 18, 2021
  24. May 31, 2021
  25. May 11, 2021
  26. Jan 17, 2021
  27. Jan 14, 2021
  28. Dec 16, 2020
  29. 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
  30. Oct 29, 2020
  31. Oct 21, 2020
  32. Aug 13, 2020
  33. Jul 25, 2020
Loading