- Jan 12, 2021
-
-
Brian Heng authored
-
- Jan 09, 2021
-
-
Brian Heng authored
-
- Dec 12, 2020
-
-
Brian Heng authored
-
- Dec 08, 2020
-
-
yonghe authored
-
- Nov 20, 2020
-
-
Jack Enhorn 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.
-
- Oct 26, 2020
-
-
Kiyofumi Abe authored
-
Kiyofumi Abe authored
-
eeehey authored
-
eeehey authored
-
- Oct 22, 2020
-
-
Kashyap Kammachi Sreedhar authored
-
- Oct 21, 2020
-
-
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
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Oct 12, 2020
-
-
Philippe de Lagrange authored
Removed call to PU::spanMotionInfo in CABACReader::prediction_unit() as useless and would harm parallel processing.
-
- Oct 07, 2020
-
-
Karsten Suehring authored
-
- Sep 23, 2020
-
-
Martin Pettersson authored
Also renamed 'numReorderPics' variables to 'maxNumReorderPics'
-
- Sep 11, 2020
-
-
Zhipin Deng authored
-
- Sep 09, 2020
-
-
Martin Pettersson authored
Removed the macro JVET_R0249_SE_PREFIXES since the changes in this merge request only comprises renaming syntax elements and variables.
-
- Sep 08, 2020
-
-
Karsten Suehring authored
- rewrite xGetRefPic() and xGetLongTermRefPic() to return a nullptr, if picture is not found - run conformance checks only on existing reference pictures - reset picture based variables if RASL picture is skipped
-
- Sep 07, 2020
-
-
Martin Pettersson authored
-
Martin Pettersson authored
JVET-R0249: Prefix syntax elements in the VPS, SPS, PPS, PH, and SH with vps_, sps_, pps_, ph_ and sh_ and rename ph_disable_xxx_flag to ph_xxx_disabled_flag. For the syntax elements for which a prefix was added it was also made sure in this commit that the name of the syntax element aligns with the specification. For instance was rpl1_copy_from_rpl0_flag renamed to sps_rpl1_same_as_rpl0_flag.
-
- Aug 27, 2020
-
-
Virginie Drugeon authored
Set default values when the bitstream does not contain any VPS
-
- Aug 21, 2020
-
-
Remy Foray authored
Indeed m_vps is equal to nullptr when parsing the first VPS
-
- Aug 20, 2020
-
-
Yang Wang authored
fix ticket 1320: Missing the process of decoding NAL_UNIT_FD when filler data NAL units are in the bitstream
-
- Aug 19, 2020
-
-
Karsten Suehring authored
- create a "dummy" VPS with ID 0 on first access in ParameterSetManager - actually use the "dummy" VPS - improve DecLib::m_vps handling (may still fail if multiple VPSs are in the bitstream)
-