- Sep 15, 2024
-
-
- Jul 30, 2024
-
-
- Apr 23, 2024
-
-
Frank Bossen authored
-
- Feb 09, 2024
-
-
Frank Bossen authored
Reuse getSEIDecodingUnitInfoDuiIdx to avoid code duplication
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
- Feb 07, 2024
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Jan 31, 2024
-
-
Karsten Suehring authored
-
- Jan 26, 2024
-
-
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
-
- Dec 01, 2023
-
-
- Nov 13, 2023
-
-
- Oct 21, 2023
-
-
Frank Bossen authored
-
- Oct 14, 2023
-
-
Xiang Li authored
-
- Oct 10, 2023
-
-
Xiang Li authored
-
- Aug 30, 2023
-
-
Antti Hallapuro authored
-
- Aug 29, 2023
-
-
Antti Hallapuro authored
-
Antti Hallapuro authored
-
- Jul 25, 2023
-
-
Roman Chernyak authored
-
Frank Bossen authored
-
- Jul 21, 2023
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Jun 29, 2023
-
-
Antti Hallapuro authored
JVET-AD0057 item 2: disallow the post-filter hint SEI message to be present in both a prefix SEI NALU and a suffix SEI NALU in the same picture unit
-
- Jun 27, 2023
-
-
Antti Hallapuro authored
-
Antti Hallapuro authored
-
- Jun 14, 2023
-
-
Axel Ricard authored
Fixed some parts of code that are reported as 'use-of-uninitialized-value' by MemorySanitizer (using clang++-16)
-
- May 17, 2023
-
-
Frank Bossen authored
-
- May 08, 2023
-
-
Karsten Suehring authored
-
- Apr 13, 2023
-
-
parseSEImessage() may parse more than one SEI message. All of them has to be added to the list `m_accessUnitSeiPayLoadTypes`
-
- Mar 06, 2023
-
-
- Feb 28, 2023
-
-
Frank Bossen authored
-
- Feb 16, 2023
-
-
It is checked by checkConformanceForEDRAP()
-
- Feb 09, 2023
-
-
Currently for pictures which follow EDRAP m_latestEDRAPPOC is always MAX_INT. There was similar MR for DRAP POC: jvet/VVCSoftware_VTM!2408
-
- Feb 03, 2023
-
-
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
-
- Jan 31, 2023
-
-
Karsten Suehring authored
-