- 14 Nov, 2018 4 commits
-
-
Issue: #4690 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220640737
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220616166
bachinger committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220592303
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220529628
eguven committed
-
- 07 Nov, 2018 12 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220500268
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220470213
olly committed -
When in REPEAT_MODE_ONE, it's unlikely apps want next/previous methods on the player to keep them in the same window. Music apps in particular tend to implement next/previous functionality as though repeat mode were off when in this mode (i.e. current song loops forever during playback, but next/previous navigation still navigates to next/previous items). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220469655
olly committed -
Issue: #5065 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220468285
olly committed -
- Make units of time clear for seeking - Remove option to specify supported repeat modes in default playback controller. It doesn't seem useful, given we can't control what the session is sent. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220464529
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220461315
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220447459
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220432564
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220323772
eguven committed -
This fixes an issue where disabling audio focus handling while audio focus is held would not release audio focus. A new test was added for this situation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220316866
borrelli committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220277660
andrewlewis committed -
Copybara propagates this bit on the files, so removing it avoids some unnecessary changes in the first migrated commit. Also losslessly optimize two PNG files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220268951
andrewlewis committed
-
- 06 Nov, 2018 8 commits
-
-
Issue: #5045 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220237752
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220132865
andrewlewis committed -
*** Reason for rollback *** Rolling forward again as [] should fix issue that prompted the rollback *** Original change description *** Automated g4 rollback of changelist 219130576. *** Original change description *** Re-enable codec re-use Issue: #2826 *** *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220124362
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220066159
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220059244
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219829614
eguven committed -
It's no longer guaranteed that onOutputFormatChanged will always be called when the renderer is re-enabled, since the codec may be kept and its output format may not change. Hence we need to avoid resetting state in onDisabled that we need when the renderer is enabled again. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219821519
olly committed -
Currently, MediaCodecRenderer's render loop does not have any time limit. We always try to drain and feed as much buffers as possible. This may lead to a pattern of feeding phase takes too much time from previous loop, which makes the next draining phase drops all buffers, making these buffers available for feeding all at once, and the pattern keeps repeating. This CL adds an experimental parameter for setting a time limit. If the time limit is exceeded, the feeding process stops even if more input could be fed. The default behavior is unchanged ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219820386
olly committed
-
- 02 Nov, 2018 5 commits
-
-
This makes extractor selection a bit more efficient for some CMAF files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219795105
aquilescanta committed -
This prevents leaving an inconsistent state after a EOF exception. Issue:#5039 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219785275
aquilescanta committed -
Also make ExoCastMessage#mediaItemAsJsonObject protected. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219780620
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219765107
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219636548
eguven committed
-
- 01 Nov, 2018 3 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219609471
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219597894
andrewlewis committed -
*** Original change description *** Re-enable codec re-use Issue: #2826 *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219585084
ishani committed
-
- 31 Oct, 2018 8 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219540864
olly committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Add Support for Parsing ProgramInformation
ojw28 committed -
Oliver Woodman committed
-
Merge branch 'customize-ads-rendering-settings-more' of https://github.com/ogaclejapan/ExoPlayer into ogaclejapan-customize-ads-rendering-settings-more
Oliver Woodman committed -
Merge branch 'task/add_force_highest_bitrate_test' of https://github.com/Comcast/ExoPlayer into dev-v2
Oliver Woodman committed -
Provide http status message to InvalidResponseCodeException
ojw28 committed
-