- Sep 17, 2020
-
-
Frank Bossen authored
Fix decoding when using long term in the SPS RPL See merge request !1863
-
Remy Foray authored
-
Remy Foray authored
-
Remy Foray authored
-
Remy Foray authored
- Sep 16, 2020
-
-
Frank Bossen authored
Fix RPL construction: allow short-term to be marked as long-term (regression after !1868) See merge request !1878
-
Remy Foray authored
-
Frank Bossen authored
Check for IRAP instead of IDR/BLA/I-slice to determine whether APS can be reused. Check new chroma filter even if APS id was previously used in a different layer
- Sep 15, 2020
-
-
Frank Bossen authored
Move ILRPs before unusable reference pictures in RPL Modify RPL verification to correctly handle ILRPs
-
- Sep 14, 2020
-
-
Frank Bossen authored
JVET-S0047 and JVET-S0211: Add "_minus1" to VB pos SEs and signal num VBs with ue(v) See merge request jvet/VVCSoftware_VTM!1874
-
Martin Pettersson authored
-
Martin Pettersson authored
-
Martin Pettersson authored
JVET-S0047, JVET-S0211: Add _minus1 to virtual boundary pos SEs and signal num virtual boundaries with ue(v) in SPS and PH.
-
Philip Cowan authored
1. bp_cpt_cnt_minus1 in BPSEI not being parsed. 2. Number of signalled pt_du_common_cpb_removal_delay[i] and pt_du_cpb_removal_delay_increment_minus1[i][j] not being signalled correctly. 3. Inference rule for pt_sublayer_delays_present_flag[i] when bp_max_sublayers_minus1 is 0 4. Initialization of m_nuhLayerId = 0 in initSlice
-
- Sep 13, 2020
-
-
Xiang Li authored
Fix syntax order of sublayer_hrd_parameters() to align with specification See merge request jvet/VVCSoftware_VTM!1872
-
- Sep 10, 2020
-
-
Remy Foray authored
-
Frank Bossen authored
JVET-S0172 item 2: Constraints on GCMP See merge request jvet/VVCSoftware_VTM!1843
-
Frank Bossen authored
JVET-R0251 aspect 1: Renaming sps_XXX_pic_present_flag to... See merge request jvet/VVCSoftware_VTM!1871
-
- Sep 09, 2020
-
-
Martin Pettersson authored
JVET-R0251 aspect 1: Renaming sps_XXX_pic_present_flag to sps_XXX_control_present_in_ph_flag for bdof, dmvr and prof.
-
Frank Bossen authored
JVET-R0249: Prefix syntax elements in the VPS, SPS, PPS, PH, and SH with vps_,... See merge request jvet/VVCSoftware_VTM!1866
-
Frank Bossen authored
Fix for ticket #1373: Repeated conversion of the Intra Chroma minQT setting from chroma unit to luma unit for multiple SPSs See merge request !1870
-
Martin Pettersson authored
Removed the macro JVET_R0249_SE_PREFIXES since the changes in this merge request only comprises renaming syntax elements and variables.
-
Yang Wang authored
from chroma unit to luma unit for multiple SPSs
-
- Sep 08, 2020
-
-
Frank Bossen authored
Fix decoding if bitstream starts with a CRA picture with RASL See merge request !1868
-
Frank Bossen authored
JVET-R0227 aspect 3: Rename gci_no_qp_delta_constraint_flag to gci_no_cu_qp_delta_constraint_flag See merge request !1869
-
Frank Bossen authored
Allow build with OpenMP on macOS/Xcode See merge request !1865
-
Martin Pettersson authored
-
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
-
-
Frank Bossen authored
Fix intra-layer references in enhancement layer IRAP See merge request !1867
-
Karsten Suehring authored
-
Martin Pettersson authored
-
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.
-
Karsten Suehring authored
OpenMP is not included in the system clang compiler. Recent CMake is able to find OpenMP installations with brew and provide proper configuration info. OpenMP should be detected after: brew install libomp (require CMake >3.12)
-
- Sep 05, 2020
-
-
Frank Bossen authored
Cleanups and fixes for software manual / remove unused encoder option See merge request !1864
-
- Sep 04, 2020
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-