Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 22, 2019
  3. Jul 21, 2019
  4. Jul 19, 2019
  5. Jul 18, 2019
  6. Jul 17, 2019
  7. Jul 16, 2019
  8. Jul 15, 2019
  9. Jul 10, 2019
  10. Jun 27, 2019
  11. Jun 26, 2019
  12. Jun 20, 2019
  13. Jun 18, 2019
  14. Jun 12, 2019
  15. Jun 11, 2019
  16. Jun 08, 2019
  17. Jun 07, 2019
  18. Jun 05, 2019
  19. Jun 04, 2019
  20. Jun 03, 2019
  21. May 30, 2019
  22. May 28, 2019
  23. May 27, 2019
    • Remy Foray's avatar
      Fix ALF filtCoeff sign coding · 31c67d71
      Remy Foray authored
      According to specification, alf_luma_coeff_delta_sign = 1 means that filtCoeff is negative. Idem with alf_chroma_coeff_delta_sign and AlfCoeffC.
      31c67d71
  24. May 24, 2019
  25. May 23, 2019
  26. May 18, 2019
  27. May 15, 2019
  28. May 13, 2019
  29. 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
  30. May 09, 2019
Loading