1. 14 Oct, 2022 4 commits
  2. 17 Oct, 2022 1 commit
  3. 13 Oct, 2022 4 commits
  4. 12 Oct, 2022 3 commits
    • Add Cea608DecoderTest · 3575b680
      When debugging and fixing Issue: google/ExoPlayer#10666 I wanted to write a regression
      test, but needed to add a test first... This is just a small bit of
      coverage to start with. It checks the field/channel filtering works
      correctly, but doesn't check any styling info. It also doesn't test
      'pop on' subtitles (i.e. when the subtitle isn't shown until a 'end of
      subtitle' signal is received).
      
      PiperOrigin-RevId: 480644568
      (cherry picked from commit 706b1299)
      ibaker committed
    • Demo: Shorten trim range from 60 seconds to 10 seconds. · cc672410
      Most demo videos aren't very long, and the default demo video is only 10 seconds.
      
      Shorten the maximum trim duration to 10 seconds, to demonstrate transformer functionality more easily, and allow this to be used more easily when trimming short sections of a longer video (ex. to make test clips)
      
      PiperOrigin-RevId: 480602037
      (cherry picked from commit f35bda35)
      huangdarwin committed
    • Demo: Hide player controls by default. · 28763e7d
      Player controls are somewhat distracting when showing the difference between the
      input and output video, as they obscure and darken the video players.
      
      PiperOrigin-RevId: 480597804
      (cherry picked from commit 51edb329)
      huangdarwin committed
  5. 11 Oct, 2022 2 commits
  6. 10 Oct, 2022 6 commits
  7. 07 Oct, 2022 5 commits
  8. 06 Oct, 2022 3 commits
  9. 05 Oct, 2022 4 commits
  10. 04 Oct, 2022 2 commits
    • HDR: Check isToneMappingApplied in HDR editing test. · 4449ba9c
      Assert that tone mapping is applied when an HDR edit cannot be HDR, but is successfully tone mapped. Meanwhile, assert that fallback, which is applied after codec configuration (which throws the "Tone-mapping requested but not supported by the decoder" error) is not applied when that error is called.
      
      PiperOrigin-RevId: 478762951
      (cherry picked from commit 253486d4)
      huangdarwin committed
    • Allow using different notification IDs for different media sessions · 9842c273
      When a media service currently produces multiple media sessions, the notification of the second session overwrites the notification of the first one, because all sessions use the same notification ID. When we use different notification IDs for different sessions, multiple media notifications can be up at the same time, which means that they can both be controlled at the same time.
      
      PiperOrigin-RevId: 478709069
      (cherry picked from commit 7783c6e4)
      Googler committed
  11. 03 Oct, 2022 1 commit
  12. 30 Sep, 2022 3 commits
  13. 29 Sep, 2022 1 commit
  14. 28 Sep, 2022 1 commit