- Nov 19, 2020
-
-
Kenneth Andersson authored
-
Kenneth Andersson authored
-
Kenneth Andersson authored
-
- Nov 18, 2020
-
-
Karsten Suehring authored
Picture Timing SEI is intentionally not used in parsing of frame field information SEI. In the existing code retrieving the picture timing SEI from HRD could return a nullptr, when the SEI has not arrived yet. The pointer is dereferenced without checking and passed into frame field info SEI parsing function and used for a consistency check. This refactoring moves the check after parsing of all SEI messages.
-
- Nov 17, 2020
-
-
Frank Bossen authored
-
- See ticket #1406
-
Tangi Poirier authored
-
- Nov 16, 2020
-
-
Olena Chubach authored
Updated the check to be made for the `pcRefPic` instead of `m_pcPic`. Also solved the issue with crashing at the decoder side.
-
- Nov 13, 2020
-
-
Brian Heng authored
- Add checks on value of dph_sei_single_component_flag.
-
Olena Chubach authored
-
Brian Heng authored
-
- Nov 12, 2020
-
-
Brian Heng authored
- Add macro to enable/disable this change.
-
Brian Heng authored
-
Brian Heng authored
- See ticket #1405
-
Brian Heng authored
- See ticket #1404
-
Hendry authored
-
Brian Heng authored
- See ticket #1299
-
- Nov 11, 2020
-
-
Olena Chubach authored
Add a constraint on an ILRP being either an IRAP picture or having TemporalId less than or equal to Max (0, vps_max_tid_il_ref_pics_plus1[ refPicVpsLayerId ] - 1 )
-
Olena Chubach authored
Revert "JVET-R0046-aspect2: Add a constraint on an ILRP being either an IRAP picture or having TemporalId less than or equal to Max( 0, vps_max_tid_il_ref_pics_plus1[ refPicVpsLayerId ] − 1 )" This reverts commit e803f490.
-
Olena Chubach authored
This reverts commit 764b4ae6.
-
- Nov 10, 2020
-
-
Karsten Suehring authored
-
- Nov 09, 2020
-
-
Olena Chubach authored
-
Olena Chubach authored
JVET-R0046-aspect2: Add a constraint on an ILRP being either an IRAP picture or having TemporalId less than or equal to Max( 0, vps_max_tid_il_ref_pics_plus1[ refPicVpsLayerId ] − 1 )
-
Yang Wang authored
-
- Nov 08, 2020
-
-
Jie Chen authored
-
- Nov 06, 2020
-
-
Karsten Suehring authored
In case there is no reordering in the GOP, leading pictures cannot occur withing the VTM encoding process (e.g. LDB/P configurations).
-
- Oct 31, 2020
-
-
Frank Bossen authored
-
- Oct 28, 2020
-
-
-
Karsten Suehring authored
GCI is not initialized in VPS or DCI. This leads to sending lots of flags with "no constraint" values. Setting gci_present_flag to 0 has the same semantic meaning.
-
Karsten Suehring authored
-
-
- Oct 27, 2020
-
-
Karsten Suehring authored
-
Hendry authored
-
Karsten Suehring authored
-
Karsten Suehring authored
This results in setting max_tid_ref_present_flag to 0 and not sending the syntax element. The previous default of -1 would try to send (uint32_t)-1 in three bits.
-
- Oct 26, 2020
-
-
Kiyofumi Abe authored
-
Kiyofumi Abe authored
-
eeehey authored
-
eeehey authored
-
- Oct 24, 2020
-
-
Xiaoyu Xiu authored
-