- Feb 01, 2023
-
-
- Jan 31, 2023
-
-
Karsten Suehring authored
-
- Jan 30, 2023
-
-
Karsten Suehring authored
- manual reformatting: - try to shorten lines - keep blocks somewhat aligned - remove documentation comments - make IBC flag bool - add some braces - add line breaks into longer functions - move even longer functions into .cpp file - move static variables and functions to the end
-
Karsten Suehring authored
-
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
-
- Jan 28, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
Having a single element reduces the number of data structures that need to be maintained.
-
- Jan 22, 2023
-
-
Frank Bossen authored
-
- Jan 20, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
Avoid duplicating variables and functions for each reference list
-
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
-
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
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
-
- Jan 17, 2023
-
-
Remy Foray authored
-
- Jan 16, 2023
-
-
Frank Bossen authored
-
- 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
-
-
- Jan 09, 2023
-
-
Karsten Suehring authored
-
Karsten Suehring authored
This reverts commit 21980b28fb5e9fb78ff6b1dda90118c23271e650.
-
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
-
- Jan 08, 2023
-
-
- Jan 07, 2023
-
-
Chaoyi Lin authored
-