- Oct 16, 2024
-
-
Jie Chen authored
-
- Sep 25, 2024
-
-
- Jul 08, 2024
-
-
Jeeva Raj A authored
-
- Jun 15, 2024
-
-
Hendry authored
-
- Apr 20, 2024
-
-
Frank Bossen authored
-
- Apr 04, 2024
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Feb 09, 2024
-
-
Frank Bossen authored
Reuse getSEIDecodingUnitInfoDuiIdx to avoid code duplication
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
- Feb 07, 2024
-
-
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
-
- Nov 22, 2023
-
-
Antti Hallapuro authored
-
- Oct 21, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Oct 03, 2023
-
-
Taoran Lu authored
-
- Aug 21, 2023
-
-
Hendry authored
Implement the check when NNPFA activates a non-base filter, there shall be corresponding NNPFC (i.e., with the same ID and same base flag) already present.
-
- 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 30, 2023
-
-
Hendry authored
- Add the control for that flag in the cfg file & update the manual doc - Implement checking at encoder side to ensure that when sending an update the base filter is already present - Implement detection at decoder whether the given base filter is a new or a repetition filter. - Implement checking at decoder side to ensure that when receiving an update filter, the base filter has been received earlier / already present.
-
- 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 19, 2023
-
-
Frank Bossen authored
Changes include: - use [[maybe_unused]] instead of cast to (void) - use generic lambda function and remove related comment about C++11 - update MSVC version check - don't condition '#pragma once' on MSVC version
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Jan 12, 2023
-
-
Nikolay Shostak authored
Get GeneralHrdParams from VPS or SPS depending on where it is present
-
- Jan 05, 2023
-
-
Hendry authored
Macro: JVET_AB0070_POST_FILTER_HINT
-
- Jan 01, 2023
-
-
Frank Bossen authored
-
- Dec 29, 2022
-
-
Chaoyi Lin authored
-
Chaoyi Lin authored
-
- Dec 08, 2022
-
-
Frank Bossen authored
-
- Oct 24, 2022
-
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
-
- Sep 21, 2022
-
-
Signed-off-by:
Nikolai Shostak <nikolai.shostak@vicuesoft.com>
-