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