1. 15 Jul, 2022 2 commits
  2. 13 Jul, 2022 15 commits
  3. 12 Jul, 2022 8 commits
  4. 07 Jul, 2022 11 commits
  5. 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
  6. 04 Jul, 2022 2 commits