Skip to content
Snippets Groups Projects
  1. Sep 15, 2024
  2. Jul 30, 2024
  3. Apr 23, 2024
  4. Feb 09, 2024
  5. Feb 07, 2024
  6. Jan 31, 2024
  7. Jan 26, 2024
    • Frank Bossen's avatar
      Clean up code related to BP SEI · ac7861d4
      Frank Bossen authored
      Includes:
      - fix syntax element names for tracing
      - add validation checks
      - move validation check to correct place
      - define `enum HrdType` for indexing by `NAL` or `VCL`
      - consistently use `bp` variable name for BP SEI objects
      - use `static_vector` instead of having separate variable for array size
      ac7861d4
  8. Dec 01, 2023
  9. Nov 13, 2023
  10. Oct 21, 2023
  11. Oct 14, 2023
  12. Oct 10, 2023
  13. Aug 30, 2023
  14. Aug 29, 2023
  15. Jul 25, 2023
  16. Jul 21, 2023
  17. Jun 29, 2023
  18. Jun 27, 2023
  19. Jun 14, 2023
    • Axel Ricard's avatar
      fix MSAN issues · 0c378179
      Axel Ricard authored
      Fixed some parts of code that are reported as 'use-of-uninitialized-value'
      by MemorySanitizer (using clang++-16)
      0c378179
  20. May 17, 2023
  21. May 08, 2023
  22. Apr 13, 2023
  23. Mar 06, 2023
  24. Feb 28, 2023
  25. Feb 16, 2023
  26. Feb 09, 2023
  27. 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
  28. Jan 31, 2023
Loading