- 03 Sep, 2018 8 commits
-
-
To report DRM session metrics in the future as part of the listener, we need a callback at the end of the drm session to get the final metric state. For completion, the session acquired callback is also added. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211328412
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211084127
eguven committed -
Also make some javadocs more consistent with the rest of the library. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211071559
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210714110
borrelli committed -
The current structure tries to associate events to media periods and windows based on the reported values and the current timeline. However the reported EventTime may not always be consistent in case the timeline doesn't contain windows or media periods yet or not anymore. The recent changes to MediaPeriodId allow to use it as a unique identifer for media periods independent of the timeline. This enables more accurate tracking of the media period queue and prevents reporting events with inconsistent data. Issue:#4492 Issue:#4634 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210713120
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210696525
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210551848
olly committed -
This provides the list of currently buffered media chunks and iterators over the potential next chunks to the track selection. Having these two parameters enables more advanced decision logic based on this data. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210551812
tonihei committed
-
- 28 Aug, 2018 5 commits
-
-
RELNOTES=true ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210537375
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210531569
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210529471
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210513776
eguven committed -
This fixes or suppresses all reported issues by the code review linter tools. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210107759
tonihei committed
-
- 24 Aug, 2018 27 commits
-
-
There are C.CLEARKEY_UUID.equals(uuid) checks in FrameworkMediaDrm, so uuid needs to be CLEARKEY_UUID, not COMMON_PSSH_UUID ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210094372
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210093143
olly committed -
- Remove usage of deprecated postBody field - Transform POST to GET on redirect, as in DefaultHttpDataSource ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210092576
olly committed -
- Add @Deprecated on overrides of deprecated method. - Suppress deprecation warnings where appropriate. - Use non-deprecated alternatives where appropriate. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210092434
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210082909
olly committed -
This prevents problems caused by unintended double-registration of the same transfer listener. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210078454
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210077548
olly committed -
This option is currently not available as a non-null adaptive track selection has to be provided. Adds a parameter "forceHighestSupportedBitrate" which corresponds to the default fixed track selection for audio and video. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210073675
tonihei committed -
At the point of starting to play a postroll, source info refreshes for future postroll ads in the same ad group would cause a seek that incorrectly identified the media period to play as the content media period. Fix the logic in getAdGroupIndexForPositionUs to address this. Also handle empty postroll ad breaks by resetting the expected ad group index when we send content complete. Issue: #4710 Issue: #4681 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210071054
andrewlewis committed -
Issue:#4422 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209958623
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209947034
olly committed -
Similar to getBufferedPosition and getCurrentPosition, getDuration should mention that it also returns the duration of the current ad. And, also similar to getContentBufferedDuration and getContentPosition, a new method getContentDuration simplifies querying the content duration while playing an ad. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209914696
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209909845
eguven committed -
The response headers of the last load are available from the loading source when creating media source events and can be easily forwarded. Issue:#4361 Issue:#4615 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209900693
tonihei committed -
The doc can be improved by enumerating and linking all possible values from the interface doc. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209772309
tonihei committed -
Apps targeting P or later now must request this permission in order to use foreground services. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209762160
eguven committed -
This happens rarely and SimpleCache can continue fine. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209759996
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209758330
olly committed -
Also remove NonNull, since we assume NonNull by default. Except where explicitly overriding a method with NonNull annotated args, in which case we're still expected to use it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209758204
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209757391
olly committed -
If available parse and use spherical metadata: https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md RELNOTES=true ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209754080
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209752603
olly committed -
The previous change was too aggressive as it would clear future ad breaks. Still clear the pending content position so the real content position is reported after an empty ad break. Issue: #4681 Issue: #4622 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209752306
andrewlewis committed -
Some tests were flaky because of the PlayUntilPosition action which called player.setPlayWhenReady from the wrong thread. Also fixed some other misc flakiness. ExoPlayerTest seems to be non-flaky now (tested with 10000 runs). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209743076
tonihei committed -
The options menu is not available on Android TV, which triggers a null pointer exception whenever a sample is chosen. This CL is a temporary fix until we rework the UI to not use an options menu. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209742076
aquilescanta committed -
Issue:#4666 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209742008
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209580625
olly committed
-