Skip to content
Snippets Groups Projects
  1. Oct 25, 2019
  2. Oct 23, 2019
  3. Oct 15, 2019
  4. Oct 09, 2019
  5. Sep 27, 2019
  6. Sep 25, 2019
  7. Sep 20, 2019
  8. Sep 17, 2019
  9. Sep 13, 2019
  10. Sep 12, 2019
    • Karsten Suehring's avatar
      fix dereferencing of NULL pointers for APSs · 97cf2d28
      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.
      97cf2d28
  11. Sep 11, 2019
    • Martin Pettersson's avatar
      JVET-N0494: Dependent RAP indication SEI message · 1efce979
      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.
      1efce979
  12. Aug 29, 2019
  13. Aug 23, 2019
  14. Aug 19, 2019
  15. Aug 15, 2019
  16. Aug 13, 2019
  17. Aug 09, 2019
    • Frank Bossen's avatar
      Fix issue reported by address sanitizer · 7fe3c755
      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
      7fe3c755
  18. Aug 02, 2019
  19. Aug 01, 2019
  20. Jul 30, 2019
  21. Jul 18, 2019
  22. Jul 15, 2019
  23. Jun 20, 2019
  24. Jun 07, 2019
  25. 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
  26. Apr 27, 2019
  27. Apr 19, 2019
  28. Apr 03, 2019
  29. Apr 01, 2019
  30. Mar 27, 2019
  31. Mar 15, 2019
    • Karsten Suehring's avatar
      implement JVET-M0101: On VVC HLS · bcb915cf
      Karsten Suehring authored
      includes:
      - rename flag HandleCraAsBlaFlag to HandleCraAsCvsStartFlag
      - changes of NAL unit types (reduced number)
      - profile_tier_level and general_constraint_info structures
      bcb915cf
  32. Mar 13, 2019
  33. Mar 04, 2019
  34. Feb 01, 2019
  35. Jan 31, 2019
Loading