Skip to content
Snippets Groups Projects
  1. Dec 17, 2019
  2. Dec 10, 2019
    • Brian Heng's avatar
      JVET-P1004: Removal of Bricks · cb5cfa44
      Brian Heng authored and Karsten Suehring's avatar Karsten Suehring committed
        - Remove bricks and related syntax.
        - Add new tile / slice syntax from P1004.
        - Fix cross tile / slice prediction bugs.
        - Update config files and documentation with new tile / slice config options.
      cb5cfa44
  3. Nov 21, 2019
  4. Oct 29, 2019
  5. Oct 25, 2019
  6. Oct 15, 2019
  7. Aug 28, 2019
  8. Aug 25, 2019
  9. Aug 08, 2019
  10. Jul 31, 2019
  11. Jul 30, 2019
  12. Jul 26, 2019
  13. Jul 25, 2019
    • Yin Zhao's avatar
      JVET-O0193: remove transform depth in cbf ctx · f7e87bce
      Yin Zhao authored
      Note: in VVC draft 6 "–	If intra_bdpcm_flag[ ][ ] is equal to 1, ctxInc is set equal to 1.", which was set equal to 4 in VTM5. This integration also implements this change, to align cbf ctx with VVC draft 6.
      f7e87bce
  14. Jul 24, 2019
  15. Jul 15, 2019
  16. May 23, 2019
  17. May 22, 2019
    • Remy Foray's avatar
      Fix #265 · 79db7675
      Remy Foray authored
      use position and data from chroma unit when treeType = DUAL_TYPE_CHROMA to derive context
      79db7675
  18. May 12, 2019
    • Karsten Suehring's avatar
      slices/tiles/bricks · e1bc3950
      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)
      e1bc3950
  19. Apr 27, 2019
  20. Apr 26, 2019
  21. Apr 23, 2019
  22. Apr 17, 2019
  23. Apr 12, 2019
  24. Apr 10, 2019
  25. Apr 08, 2019
  26. Apr 04, 2019
  27. Apr 03, 2019
  28. Apr 02, 2019
  29. Apr 01, 2019
  30. Mar 04, 2019
  31. Feb 08, 2019
  32. Feb 07, 2019
    • Karsten Suehring's avatar
      remove SPSNext extension and sort SPS · 45a53f22
      Karsten Suehring authored
      - all elements of SPSNext are moved into SPS
      - syntax elements of SPS are sorted according to draft (as far as possible)
      - comments were added where software and draft diverge
      45a53f22
  33. Feb 06, 2019
    • Frank Bossen's avatar
      Clean up scan data arrays · 5fa715f1
      Frank Bossen authored
      Use a single array with elements that comprise scan x position, y
      position, and index into block instead of separate arrays.
      
      Simplify array initialization code
      5fa715f1
Loading