Skip to content
Snippets Groups Projects
  1. Feb 03, 2023
    • Nikolay Shostak's avatar
      Fix parsing of unknown SEI message type. · e7bc5e2e
      Nikolay Shostak authored
      When decoder parses SEI message of unknown type,
      it does not add it to list of SEIs.
      
      But then try to access it by calling back() of the list of SEIs.
      
      If list is empty decoder crashes.
      
      Otherwise (if list is not empty) decoder gets wrong SEI message (one of previously added to the list)
      
      Possible fix is to make xReadSEImessage() and parseSEImessage() report if new SEI message object was added to the list
      e7bc5e2e
  2. Jan 19, 2023
  3. Jan 12, 2023
  4. Jan 05, 2023
  5. Jan 01, 2023
  6. Dec 29, 2022
  7. Dec 08, 2022
  8. Oct 24, 2022
  9. Sep 21, 2022
  10. Sep 01, 2022
  11. Aug 26, 2022
  12. Aug 17, 2022
  13. Aug 12, 2022
  14. Jul 26, 2022
  15. May 28, 2022
  16. May 13, 2022
  17. May 05, 2022
  18. May 02, 2022
  19. Apr 24, 2022
  20. Feb 10, 2022
  21. Feb 02, 2022
  22. Oct 25, 2021
  23. Oct 17, 2021
  24. Oct 11, 2021
  25. Aug 12, 2021
  26. Aug 09, 2021
  27. Jul 24, 2021
  28. Jul 21, 2021
Loading