Skip to content
Snippets Groups Projects
  1. Jun 12, 2019
  2. Jun 11, 2019
  3. Jun 07, 2019
  4. Jun 03, 2019
  5. May 28, 2019
  6. May 23, 2019
  7. May 18, 2019
  8. May 15, 2019
  9. May 13, 2019
  10. 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
  11. May 09, 2019
  12. Apr 27, 2019
  13. Apr 26, 2019
  14. Apr 23, 2019
  15. Apr 10, 2019
  16. Apr 06, 2019
  17. Apr 05, 2019
  18. Apr 03, 2019
  19. Apr 02, 2019
  20. Apr 01, 2019
  21. Mar 27, 2019
  22. 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
  23. Mar 13, 2019
  24. Mar 10, 2019
  25. Mar 05, 2019
  26. Mar 04, 2019
  27. Feb 19, 2019
  28. Feb 15, 2019
  29. Feb 14, 2019
  30. Feb 12, 2019
    • Karsten Suehring's avatar
      Refactor: move compositeRefEnabled out of SPS · fb3f5fbf
      Karsten Suehring authored
      compositeRefEnabled is an encoder only option. It should not be stored in the SPS.
      This commit is the last to remove unused parameters from SPSNext. Thus also
      all comments related to SPSNext are removed.
      fb3f5fbf
  31. Feb 11, 2019
    • Karsten Suehring's avatar
      remove deprecated IMV mode SPS parameter · 461cdbcd
      Karsten Suehring authored
      AMVR (formely IMV) now has only one mode, which used to be mode #2
      - remove SPS imv_mode parameter
      - remove encoder configuration for mode #1 (mode #2 replaces mode #1)
      - adapt config files to refer tp mode #1
      - rename SPS syntax elements and access functions to AMVR
      
      Note: IMV to AMVR renaming in other parts of the software should be done by proponents.
      461cdbcd
  32. Feb 08, 2019
Loading