1. 21 Jul, 2022 1 commit
    • Update demo HDR10 video URL · 794e366b
      The old URL doesn't correctly signal the HDR10 color info in the container.
      
      The new URL signals ST2084 (PQ) transfer function and BT.2020 color space as expected.
      
      PiperOrigin-RevId: 461560107
      andrewlewis committed
  2. 15 Jul, 2022 3 commits
  3. 13 Jul, 2022 15 commits
  4. 12 Jul, 2022 8 commits
  5. 07 Jul, 2022 11 commits
  6. 06 Jul, 2022 2 commits
    • Add RTP VP8 Reader Test · 1de4ee3a
      Update VP8 Reader to handle missing frames/fragments.
      
      Change-Id: I9eede8f1e3a20fb0ff2e7add0dfc60f0780ec769
      Shraddha Basantwani committed
    • Fix VP8 Reader · ff3d7dff
      Update VP8 header to check if the S bit is set.
      
      Variable fragmentedSampleSizeBytes is initialised with -1, and reader
      is directly adding fragmentSize to this variable.
      Updated it to check if the size is unset.
      
      Bug: 238153477
      Test: manual
      Change-Id: I9d5735422a4a0eeb2967af93809b879b434e3c57
      Shraddha Basantwani committed