- Oct 25, 2019
-
-
Brian Heng authored
- Code cleanup.
-
- Oct 23, 2019
-
-
Brian Heng authored
- Incorrect clipping at picture border and insufficient picture buffer margin.
-
- Oct 15, 2019
-
-
Frank Bossen authored
-
- Oct 09, 2019
-
-
Johannes Sauer authored
-
- Sep 27, 2019
-
-
Karsten Suehring authored
Consistently subtract one compared to old code.
-
- Sep 25, 2019
-
-
Vadim Seregin authored
-
- Sep 20, 2019
-
-
Rickard Sjöberg authored
JVET-O0236 Removal of a parsing dependency
-
- Sep 17, 2019
-
-
Bae Keun Lee authored
Replacing num_brick_rows_minus1 with num_brick_rows_minus2
-
- Sep 13, 2019
-
-
Remy Foray authored
-
Martin Pettersson authored
The following fixes has been made: - Removed prefixes like 'i' for new variables - Adding braces also for if-clauses with a single statement - Removed some trailing spaces - Changed variable precedingDRAP in Picture from int to bool
-
- Sep 12, 2019
-
-
Karsten Suehring authored
When calling pcPicCurr->finalInit() pointers to LMCS APS or Scalining List APS can be zero. Dereferencing those is undefined. It's also not necessary, because the arguments passed as reference are later converted to pointers again.
-
- Sep 11, 2019
-
-
Martin Pettersson authored
Implementation of the Dependent RAP indication SEI message. Pictures are marked as DRAP pictures using the encoder config parameter DRAPPeriod, which sets DRAP pictures periodically. Conformance checks are performed at the decoder side to verify that the DRAP pictures follow the constraints in the VVC specification.
-
- Aug 29, 2019
-
-
Moonmo Koo authored
- This merge request provides the implementation for JVET_O0299, i.e., Support for user defined Scaling List Matrics in the APS.
-
- Aug 23, 2019
-
-
Vadim Seregin authored
-
- Aug 19, 2019
-
-
Vadim Seregin authored
-
- Aug 15, 2019
-
-
Vadim Seregin authored
-
Vadim Seregin authored
-
- Aug 13, 2019
-
-
Vadim Seregin authored
-
Frederic Barbier authored
-
- Aug 09, 2019
-
-
Frank Bossen authored
The sanitizer reports that a call to getBrickIdxBsMap() tries to access an out-of-bounds element. The size of the array brickIdxBsMap[] is thus increased by 1 and its last element is initialized to some large value
-
- Aug 02, 2019
-
-
Nan Hu authored
-
- Aug 01, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-
- Jul 30, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
initial commit of JVET_O0119_BASE_PALETTE_444: palette in HEVC and palette mode coding in JVET-N0258
-
- Jul 18, 2019
-
-
Karsten Suehring authored
removes the last remains of HEVC related code
-
- Jul 15, 2019
-
-
Frank Bossen authored
-
- Jun 20, 2019
-
-
Karsten Suehring authored
JVET-N0805: APS for LMCS (using different APS types) See merge request !577
-
- Jun 07, 2019
-
-
Brian Heng authored
-
- May 12, 2019
-
-
Karsten Suehring authored
implements: - splitting tiles into bricks - raster-scan tiles - uniform and non-uniform splits - all tiles/bricks in one slice - each brick one slice - PPS syntax missing: - rectangular tiles - slice header syntax further todo: - rework slice mode 2 to use multiple tiles for byte size matching - lots of renaming (tile->brick)
-
- Apr 27, 2019
-
-
move m_fixedFilterNum to CommonDef.h, rename bRdo and bRedo to isRdo and isRedo, remove redundant stat derivation.
-
- Apr 19, 2019
-
-
Jiahao Li authored
-
- Apr 03, 2019
-
-
Karsten Suehring authored
- tiles are in the VVC spec for 3 meeting cycles now - cleanup helps with adaptation for tiles to current draft
-
- Apr 01, 2019
-
-
Karsten Suehring authored
-
- Mar 27, 2019
-
-
Adam Wieckowski authored
-
Adam Wieckowski authored
-
- Mar 15, 2019
-
-
Karsten Suehring authored
includes: - rename flag HandleCraAsBlaFlag to HandleCraAsCvsStartFlag - changes of NAL unit types (reduced number) - profile_tier_level and general_constraint_info structures
-
- Mar 13, 2019
-
-
Karsten Suehring authored
- remove duplicate ALF parameters from Slice - add activation (to avoide overwriting when a new APS arrives) - rename macro
-
- Mar 04, 2019
-
-
Hendry authored
-
- Feb 01, 2019
- Jan 31, 2019
-
-
Taoran Lu authored
-