Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Feb 07, 2024
  3. Jan 31, 2024
  4. 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
  5. Dec 01, 2023
  6. Nov 13, 2023
  7. Oct 21, 2023
  8. Oct 14, 2023
  9. Oct 10, 2023
  10. Aug 30, 2023
  11. Aug 29, 2023
  12. Jul 25, 2023
  13. Jul 21, 2023
  14. Jun 29, 2023
  15. Jun 27, 2023
  16. 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
  17. May 17, 2023
  18. May 08, 2023
  19. Apr 13, 2023
  20. Mar 06, 2023
  21. Feb 28, 2023
  22. Feb 16, 2023
  23. Feb 09, 2023
  24. 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
  25. Jan 31, 2023
  26. Jan 30, 2023
    • Karsten Suehring's avatar
      Move parameter sets out of Slice.h/cpp · 5065f7b6
      Karsten Suehring authored
      - move VPS and related classes into VideoParameterSet.h/cpp
      - move SPS and related classes into SequenceParameterSet.h/cpp
      - move PPS and related classes into PictureParameterSet.h/cpp
      - rename ProfileLevelTier.h/cpp to ProfileTierLevel.h/cpp and move ProfileTierLevel class there
      
      No other changes except for minor formatting/comment cleanup
      5065f7b6
  27. Jan 20, 2023
  28. Jan 19, 2023
  29. Jan 12, 2023
  30. Jan 01, 2023
  31. Dec 29, 2022
Loading