Skip to content
Snippets Groups Projects
  1. Aug 05, 2019
  2. Aug 04, 2019
  3. Jul 31, 2019
  4. Jul 30, 2019
  5. Jul 29, 2019
  6. Jul 25, 2019
  7. Jul 24, 2019
  8. Jul 23, 2019
    • Remy Foray's avatar
      Fix #356: fix value of SPS::m_numRPL0/1 · f634e8b5
      Remy Foray authored and Karsten Suehring's avatar Karsten Suehring committed
      Set SPS::m_numRPL0/1 equal to num_ref_pic_lists_in_sps instead of num_ref_pic_lists_in_sps + 1.
      This allow to align the parsing of slice_header with specification when
      getNumRPL0() or getNumRPL1() are called (correspond to the condition on
      num_ref_pic_lists_in_sps in the specfication).
      f634e8b5
  9. Jul 18, 2019
  10. Jul 15, 2019
  11. Jun 27, 2019
  12. Jun 26, 2019
  13. Jun 20, 2019
  14. Jun 18, 2019
  15. Jun 12, 2019
  16. Jun 11, 2019
  17. Jun 08, 2019
  18. Jun 07, 2019
  19. Jun 04, 2019
  20. Jun 03, 2019
  21. May 28, 2019
  22. May 23, 2019
  23. May 18, 2019
  24. May 15, 2019
  25. May 13, 2019
  26. 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
  27. May 09, 2019
  28. Apr 27, 2019
  29. Apr 26, 2019
Loading