- Feb 09, 2025
-
-
Karsten Suehring authored
-
- Oct 30, 2024
-
-
Karsten Suehring authored
The current code misses the first character of the string for some reason. Maybe a compiler problem. Using a local variable fixed this.
-
- Jul 18, 2024
-
-
Nikolay Shostak authored
Signed-off-by:
Nikolai Shostak <nikolai.shostak@vicuesoft.com>
-
- Mar 10, 2024
-
-
Frank Bossen authored
-
- Jan 31, 2024
-
-
Karsten Suehring authored
-
- Jul 24, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- May 17, 2023
-
-
Frank Bossen authored
Includes: - fix signalling of fixed frame rates in encoder - fix computation of frame rate in decoder - fix access to SPS/VPS data for frame rate computation in decoder - code clean up
-
Frank Bossen authored
-
- May 14, 2023
-
-
Frank Bossen authored
-
- Mar 02, 2023
-
-
Marie-Pierre Gallasso authored
-
- Feb 28, 2023
-
-
Frank Bossen authored
-
- Feb 10, 2023
-
-
Xiang Li 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
-
- Jan 20, 2023
-
-
Frank Bossen authored
Avoid duplicating variables and functions for each reference list
-
- Jan 19, 2023
-
-
Karsten Suehring authored
Should also fix memory allocation issues with PicHeader.
-
- Jan 12, 2023
-
-
Frank Bossen authored
-
- 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 21980b28.
-
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 01, 2023
-
-
Frank Bossen authored
-
- Dec 29, 2022
-
-
Frank Bossen authored
-
- Dec 19, 2022
-
-
Frank Bossen authored
-
- Dec 07, 2022
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Nov 16, 2022
-
-
Frank Bossen authored
-
- Nov 12, 2022
-
-
Frank Bossen authored
-
- Oct 26, 2022
-
-
Frank Bossen authored
-
When method checkAlfNaluTidAndPicTid() is called for a Slice object pointers to SPS and VPS are not yet set. Methods setSPS() and setVPS() are called later for that Slice object. Since IDs of SPS and VPS are known at this point, SPS and VPS can be found in ParameterSetManager.
-
Frank Bossen authored
-
- Oct 24, 2022
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Oct 10, 2022
-
-
Frank Bossen authored
-
- Oct 09, 2022
-
-
Frank Bossen authored
-