1. 23 Jul, 2018 3 commits
  2. 29 Jun, 2018 1 commit
    • David Flynn's avatar
      m42239/geometry: fix missing neighbourhood check for idcm eligibility · 1cd9938e
      David Flynn authored
      The original integration of IDCM implemented only the parent based
      eligibility check of m42239 and erroneously omitted the six-neighbour
      check.
      
      This commit adds the six-neighbour check, making use of the neighbour
      calculation from m42239 neighbour contextualised coding of occupancy.
      1cd9938e
  3. 12 Jun, 2018 1 commit
  4. 08 Jun, 2018 2 commits
  5. 05 Jun, 2018 19 commits
  6. 23 May, 2018 5 commits
  7. 17 May, 2018 1 commit
  8. 16 May, 2018 4 commits
  9. 11 May, 2018 2 commits
    • Ohji Nakagami's avatar
      m42538/recolour: implement recolouring method of m42141 option 2 · 2c6f23ec
      Ohji Nakagami authored and David Flynn's avatar David Flynn committed
      This commit eliminates the blending of point attribute values during
      the attribute transfer process used in geometry quantisation by forcing
      the blending weight to be 0|1 (m42141).
      
      m42538 also recommends to disable the bounded search of the closest
      attribute from the contributing set by setting searchRange=0.  This is
      reflected by a change to the software defaults and configuration.
      2c6f23ec
    • Ohji Nakagami's avatar
      m42538/recolour: extend reflectance clipping to 16-bit range · b328078c
      Ohji Nakagami authored and David Flynn's avatar David Flynn committed
      This commit fixes an issue with source sequences that contain 16-bit
      reflectance data, which may be clipped to 8-bit ranges during attribute
      transfer (recolouring) following geometry quantisation.
      b328078c
  10. 10 May, 2018 2 commits