1. 06 Sep, 2021 3 commits
    • Add Open GL step to Transformer · 9991f146
      PiperOrigin-RevId: 394708737
      kimvde committed
    • Integrate ExoplayerCuesDecoder and SubtitleExtractor · dd19bc89
      This CL contains integration of the ExoplayerCuesDecoder and the
      SubtitleExtractor with the player. The SubtitleExtractor is integrated
      inside the DefaultMediaSourceFactory. The flag was added to the
      state of the DefaultMediaSourceFactory to let user decide between the
      ProgressiveMediaSource and the SingleSampleMediaSource as a source for
      subtitles. Choosing the ProgressiveMediaSource will cause data to flow
      through the SubtitleExtractor and eventually the ExoplayerCuesDecoder.
      
      PiperOrigin-RevId: 394500305
      apodob committed
    • Add handling end of stream in the ExoplayerCuesDecoder · 3213f969
      Empty buffer with flag C.BUFFER_FLAG_END_OF_STREAM is send at the end
      of the stream. Handling that flag properly is necessary to make the
      ExoplayerCuesDecoder work properly with components like TextRenderer.
      
      PiperOrigin-RevId: 394472642
      apodob committed
  2. 02 Sep, 2021 11 commits
  3. 27 Aug, 2021 6 commits
  4. 26 Aug, 2021 7 commits
  5. 25 Aug, 2021 5 commits
  6. 23 Aug, 2021 2 commits
  7. 20 Aug, 2021 6 commits