- 12 Sep, 2018 11 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212266041
andrewlewis committed -
Ignoring all edit lists if they don't start with a keyframe causes A/V sync issues when valid edit lists are applied at the beginning. This change allows such edit lists again but removes all samples before the first keyframe (these samples would be ignored by the renderer anyway if at the beginning OR cause visible distortions when appended to an unrelated keyframe). Issue:#4774 Issue:#4348 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212244407
tonihei committed -
Currently causing GTS tests to fail. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212244198
tonihei committed -
Issue:#2025 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211977802
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211976724
aquilescanta committed -
- There's no particular need to read or skip a sample before notifying - Add missing isPendingReset check Issue: #4533 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211959762
olly committed -
The default character set is always UTF-8 anyway on Android, but we don't want our code to behave any differently where it's not (e.g. robolectric test runs could potentially run in an environment where UTF-8 isn't the default?). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211953885
olly committed -
This prevents repeated instantiation of empty arrays. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211941723
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211854408
josephmarques committed -
Reverts the BOM check changes in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211826731
aquilescanta committed -
1. Currently, we may throw source info refresh errors while the previous media period is still playing. 2. We don't throw if the next period in a playlist fails to prepare and the previous renderers are all disabled. 3. We throw source info refresh errors for playlists before playback reaches the culprit source. This change: 1. Defers the exceptions until all existing media periods have been played. 2. Checks for period preparation exception if the next period is not getting prepared and the renderer time reached the next period. 3. Does no longer throw from ConcatenatingMediaSource.maybeThrowSourceInfo RefreshError. The deferred media periods take care of that for each source individually. Issue:#4661 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211819436
tonihei committed
-
- 06 Sep, 2018 3 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211792952
olly committed -
Issue: #4519 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211646358
olly committed -
Issue #4643 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211613803
bachinger committed
-
- 05 Sep, 2018 5 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211612207
tonihei committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211463309
olly committed -
Preparation for sniffing in HLS ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211455454
aquilescanta committed -
- Try and put things into a vaguely sane order - Remove/simplify overly-detailed release notes ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211447350
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211446207
olly committed
-
- 03 Sep, 2018 11 commits
-
-
Oliver Woodman committed
-
Add parsing a-law and mu-law atom types
ojw28 committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211352749
olly committed -
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
-
- 29 Aug, 2018 1 commit
-
-
Art Vynogradov 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 4 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
-