1. 07 Dec, 2021 2 commits
    • Remove the check for dynamic payload type. · fbbedf32
      Issue: google/ExoPlayer#9744
      
      We do not rely on the payload type to determine the sample MIME type, we depend
      on the SDP message, so it's worthless checking the payload type.
      
      After removing the line, a server can use payload type 35 (an unassigned
      payload type) for H264; while normally H264 requires payload type >= 96).
      
      PiperOrigin-RevId: 413658076
      claincly committed
    • Transformer GL: Apply transformation_matrix to vertex position. · 58a8aceb
      Previously, transformation_matrix was incorrectly applied to
      texture sampling coordinates, which led to transformations
      seemingly moving in the opposite position, and an undesirable
      GL_CLAMP_TO_EDGE behavior when sampling outside the edge of
      the texture.
      
      PiperOrigin-RevId: 413653360
      huangdarwin committed
  2. 02 Dec, 2021 34 commits
  3. 22 Nov, 2021 4 commits