- Feb 09, 2025
-
-
Karsten Suehring authored
-
- Jan 07, 2025
-
-
Karsten Suehring authored
Ported from JVET-TuC with small improvements on certificate handling
-
- Nov 11, 2024
-
-
Karsten Suehring authored
-
- Oct 16, 2024
- Sep 13, 2024
-
-
Philippe de Lagrange authored
Changed parameter names as suggested to upscaledOutputWidth/Height + fixed conflict with SPS conformance window. Also added the functionality to the encoder (for the reconstructed output).
-
- Jan 31, 2024
-
-
Karsten Suehring authored
-
- Oct 21, 2023
-
-
Frank Bossen authored
-
- Oct 18, 2023
-
-
Xiang Li authored
-
- Oct 17, 2023
- Oct 16, 2023
- Oct 12, 2023
-
-
Philippe de Lagrange authored
Override SPS using --OutputWidth and --OutputHeight when upscaling output picture (see --UpscaledOutput)
-
- Aug 28, 2023
-
-
Antti Hallapuro authored
-
- Jul 25, 2023
-
-
Frank Bossen authored
-
- May 18, 2023
-
-
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
-
- May 14, 2023
-
-
Frank Bossen authored
-
Frank Bossen authored
Express frame rate as ratio of two integer values throughout code using struct Fraction Add support for defining fractional frame rate from command line
-
- May 08, 2023
-
-
Karsten Suehring authored
-
- Mar 06, 2023
-
-
- Feb 28, 2023
-
-
Frank Bossen authored
-
- Feb 07, 2023
-
-
Nikolay Shostak authored
-
Decoder expects that 2 fields of one frame are stored in pcListPic next to each other. But in case of Multilayer there will be some distance between field pictures. For example: - POC0 (TopField) Layer0 - POC0 (TopField) Layer1 - POC0 (TopField) Layer2 - POC1 (BottomField) Layer0 - POC1 (BottomField) Layer1 - POC1 (BottomField) Layer2 Decoder needs to search for a second field picture. It should belong to the same layer as the first field picture. Also, POCs of first and second field are not necessary differ by one. So, I removed those checks
-
- Jan 20, 2023
-
-
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
-
- Jan 01, 2023
-
-
Frank Bossen authored
-
- Dec 19, 2022
-
-
Frank Bossen authored
-
- Dec 14, 2022
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Dec 13, 2022
-
-
Frank Bossen authored
-
- Dec 08, 2022
-
-
Frank Bossen authored
-
- Nov 18, 2022
-
-
Frank Bossen authored
-
Frank Bossen authored
-
-
- Nov 16, 2022
-
-
Kenneth Andersson authored
-
- Nov 07, 2022
-
-
Frank Bossen authored
-
- Oct 26, 2022
-
-
Nikolay Shostak authored
-