1. 15 Dec, 2022 2 commits
    • Forward seek command details to seekTo method in BasePlayer · 6e0f1f10
      BasePlayer simplifies implementations by handling all the various
      seek methods and forwarding to a single method that can then be
      implemented by subclasses. However, this loses the information about
      the concrete entry point used for seeking, which is relevant when
      the subclass wants to verify or filter by Player.Command. This
      can be improved by adding the command as a new parameter. Since
      we have to change the method anyway, we can also incorporate the
      boolean flag about whether the current item is repeated to avoid
      the separate method.
      
      PiperOrigin-RevId: 494948094
      tonihei committed
    • Add codec names to TransformationResult · 03d6da85
      PiperOrigin-RevId: 494736085
      samrobinson committed
  2. 12 Dec, 2022 38 commits