- Feb 09, 2025
-
-
Karsten Suehring authored
-
- Jan 31, 2024
-
-
Karsten Suehring authored
-
- May 18, 2023
-
-
Frank Bossen authored
-
- Jan 27, 2023
-
-
Karsten Suehring authored
A pointer to a local VPS is passed as reference into the parameter set manager, which takes ownership of the object. When the local scope is left, the memory will be freed, which can lead to use after free (and double free).
-
- Jan 20, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- 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
-
- Jan 11, 2023
-
-
Frank Bossen authored
Avoid having a separate PTL count since we already have a size for the vector containing the PTLs. Add a size check to avoid writing into inexistant PTL. This may avoid bug reports such as #1587
-
- Jan 01, 2023
-
-
Frank Bossen authored
-
- Dec 31, 2022
-
-
Frank Bossen authored
-
- Dec 14, 2022
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Dec 13, 2022
-
-
Frank Bossen authored
-
- Oct 26, 2022
-
-
Frank Bossen authored
-
- Oct 25, 2022
-
-
Frank Bossen authored
-
- Aug 25, 2022
-
-
Frank Bossen authored
-
- Feb 02, 2022
-
-
Frank Bossen authored
-
- Oct 11, 2021
-
-
Zhipin Deng authored
-
- Mar 22, 2021
-
-
Frank Bossen authored
-
- Mar 17, 2021
-
-
Adam Wieckowski authored
-
- Mar 12, 2021
-
-
Adam Wieckowski authored
-
- Jan 17, 2021
-
-
Frank Bossen authored
-
- Jan 15, 2021
-
-
Redo merging. Also inject VPS before SPS with different layer IDs, but with the same content and VPS ID.
-
- Jan 14, 2021
-
-
Frank Bossen authored
-
- Jan 22, 2020
-
-
yiwenchen authored
-
- Jan 17, 2020
-
-
Frank Bossen authored
-
- Jan 15, 2020
-
-
Karsten Suehring authored
-
- Dec 27, 2019
-
-
BDChoi authored
JVET-P1019: Output layer set
-
- Oct 15, 2019
-
-
Frank Bossen authored
-
- Sep 13, 2019
-
-
Philip Cowan authored
-
Karsten Suehring authored
The fix was confirmed as part of the specification.
-
- Aug 13, 2019
-
-
Frederic Barbier authored
-
- Aug 09, 2019
-
-
Christian Helmrich authored
-
- Jul 22, 2019
-
-
Peter Chuang authored
-
- Jul 15, 2019
-
-
Frank Bossen authored
-
- Jun 08, 2019
-
-
Lidong Xu authored
-
- Jun 04, 2019
-
-
Lidong Xu authored
Software implementation for N0278: 1. Added VPS encoding in encoder 2. Add new project StreamMergeApp to N-to-1 bitstream merge 3. Changed decoder to support only decoding the specified layer stream
-