- 18 Jul, 2019 11 commits
-
-
Issue:#6192 PiperOrigin-RevId: 258592902
aquilescanta committed -
PiperOrigin-RevId: 258590215
andrewlewis committed -
If we use the default start position, we currently resolve it immediately even if we need to play an ad first, and later try to project forward again if we believe that the default start position should be used. This causes problems if a specific start position is set and the later projection after the preroll ad shouldn't take place. The problem is solved by keeping the content position as TIME_UNSET (= default position) if an ad needs to be played first. The content after the ad can then be resolved to its current default position if needed. PiperOrigin-RevId: 258583948
tonihei committed -
PiperOrigin-RevId: 258574110
olly committed -
Add appropriate unit tests. PiperOrigin-RevId: 258552404
olly committed -
Issue: #6184 PiperOrigin-RevId: 258527533
olly committed -
These methods helps to indicate that a media source isn't used to create new periods in the immediate term and thus limited resources can be released. PiperOrigin-RevId: 258373069
tonihei committed -
These getters do not modify the instance. PiperOrigin-RevId: 258345084
andrewlewis committed -
PiperOrigin-RevId: 258285645
olly committed -
The name of this parameter recently changed in https://github.com/google/ExoPlayer/commit/3fe0b1a6fee8e7631caa5a6f84306396ee6999ad and I forgot to change these inline comment usages. PiperOrigin-RevId: 258160659
tonihei committed -
PiperOrigin-RevId: 258110603
andrewlewis committed
-
- 14 Jul, 2019 16 commits
-
-
PiperOrigin-RevId: 258038961
tonihei committed -
This better reflects its usage as a caller identifier and not just a listener. PiperOrigin-RevId: 257827188
tonihei committed -
PiperOrigin-RevId: 257777513
aquilescanta committed -
It's easy to forget to forward methods when using basic wrapping. For example, ExtractorMediaSource.addEventListener is currently a no-op because it's not forwarded. PiperOrigin-RevId: 257757556
tonihei committed -
PiperOrigin-RevId: 257757496
tonihei committed -
PiperOrigin-RevId: 257668797
Oliver Woodman committed -
PiperOrigin-RevId: 257630168
olly committed -
PiperOrigin-RevId: 257624043
aquilescanta committed -
Non-functional change. Makes it easier to add the ExoMediaCrypto type information to the formats. PiperOrigin-RevId: 257598282
aquilescanta committed -
Potentially avoids up to two calls to synchronized methods PiperOrigin-RevId: 257578304
aquilescanta committed -
PiperOrigin-RevId: 257576791
aquilescanta committed -
PiperOrigin-RevId: 257478434
aquilescanta committed -
This is a temporary workaround until we have migrated all MediaSources uses. This change avoids having to migrate all uses of MediaSources immediately. PiperOrigin-RevId: 257459138
aquilescanta committed -
PiperOrigin-RevId: 257456890
olly committed -
To use in HLS when session keys are provided PiperOrigin-RevId: 257421156
aquilescanta committed -
- Remove manifest argument from callbacks of Player.EventListener and SourceInfoRefreshListener. Instead make it accessible through Player.getCurrentManifest() and Timeline.Window.manifest. - Fix all MediaSource implementation to include the manifest in the Timeline instead of passing it to the SourceInfoRefreshListener. - Refactor ExoPlayerTestRunner, FakeTimeline, FakeMediaSource to reflect these changes and make tests pass. PiperOrigin-RevId: 257359662
bachinger committed
-
- 11 Jul, 2019 2 commits
-
-
Venkatarama NG. Avadhani committed
-
Venkatarama NG. Avadhani committed
-
- 09 Jul, 2019 7 commits
-
-
PiperOrigin-RevId: 257185017
bachinger committed -
PiperOrigin-RevId: 257184313
aquilescanta committed -
Decode and add vorbis comments from the flac file to metadata. #5527
Venkatarama NG. Avadhani committed -
PiperOrigin-RevId: 257161518
olly committed -
Sending MESSAGE_PREPARE_SOURCE should happen last in the constructor. It was previously happening before initialization finished (and in particular before pendingMediaPeriods was instantiated). Issue: #6146 PiperOrigin-RevId: 257158275
olly committed -
We currently use an alpha version which allowed us to access new threading features. The stable version of this has been released now and we can switch back. PiperOrigin-RevId: 257149681
tonihei committed -
PiperOrigin-RevId: 257138448
Oliver Woodman committed
-
- 08 Jul, 2019 2 commits
-
-
We currently handle most the control code logic after handling special characters. This includes filtering out repeated control codes and checking for the correct channel. As the special character sets are control codes as well, these checks should happen before parsing the characters. Issue:#6133 PiperOrigin-RevId: 256993672
tonihei committed -
PiperOrigin-RevId: 256751627
olly committed
-
- 05 Jul, 2019 2 commits