- Feb 07, 2023
-
-
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
-
When decoder opens a file for reconstructed pictures of a particular layer it should get bit-depth from first picture of the same layer
-
Frank Bossen authored
-
- Oct 25, 2022
-
-
PPS can be destroyed when picture is to be output. So, instead of accessing pointer to PPS, decoder should get conformance window from Picture object
-
- Oct 07, 2022
-
-
- Sep 22, 2022
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Sep 08, 2022
- Aug 25, 2022
-
-
Frank Bossen authored
-
- Jul 27, 2022
-
-
Nikolay Shostak authored
Ticket #1563
-
- Jun 27, 2022
-
-
Xiang Li authored
-
- Jun 25, 2022
-
-
Xiang Li authored
-
- Jun 24, 2022
- Jun 23, 2022
-
-
Xiang Li authored
-
- Jun 22, 2022
-
-
Xiang Li authored
-
- Jun 08, 2022
-
-
Nikolay Shostak authored
Ticket #1554 Not final patch. TODO: 1) Do the same in few other similar places 2) Deal with "--upscaledOutput" case which uses even more fields from potentially deleted SPS and PPS
-
- May 13, 2022
-
-
Jeeva Raj A authored
-
- May 02, 2022
-
-
Xiang Li authored
-
- Mar 18, 2022
-
-
Frank Bossen authored
-
- Mar 03, 2022
-
-
Frank Bossen authored
-
- Feb 22, 2022
-
-
Marie-Pierre Gallasso authored
-
- Feb 02, 2022
-
-
Frank Bossen authored
-
- Jan 28, 2022
-
-
Philippe de Lagrange authored
-