- 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
As decided with software style guide update.
-
Karsten Suehring authored
Virtual boundaries can be set in the encoder config without enabling GDR. The change makes sure, GDR constraints are conditioned on GDR being enabled.
-
Karsten Suehring authored
- remove picture header allocations at the encoder - use correct boundary location in reference pictures after removal of new PH
-
Karsten Suehring authored
Should also fix memory allocation issues with PicHeader.
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Jan 18, 2023
-
-
Karsten Suehring authored
-
- Jan 17, 2023
-
-
Remy Foray authored
-
Frank Bossen authored
-
- Jan 16, 2023
-
-
Frank Bossen authored
-
- Jan 13, 2023
-
-
Fabrice URBAN authored
(m_layerId instead of layerIdx)
-
- Jan 12, 2023
-
-
Frank Bossen authored
-
Nikolay Shostak authored
Get GeneralHrdParams from VPS or SPS depending on where it is present
-
Call pop_front() to prevent infinite loop
-
- 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
-
-
Frank Bossen authored
-
- Jan 09, 2023
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
This reverts commit 21980b28fb5e9fb78ff6b1dda90118c23271e650.
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
- reset passed string argument - remove unnecessary pointers - don't add zero termination character to C++ string
-
Karsten Suehring authored
-