- 17 Aug, 2017 13 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165305815
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165296184
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165295985
olly committed -
Also fix SegmentDownloader.remove to not return early ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165295432
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165293386
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165291982
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165291627
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165219604
olly committed -
to be disabled gracefully: encrypted index files may be read, but plaintext will be written. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165196508
mdoucleff committed -
transport control, which allows developers to plug in any media player. This extension provides the PlayerAdapter implementation for ExoPlayer. Demo: https://drive.google.com/open?id=0B1GHUu5ruGULZTJVV1pVNlBuVjQ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165183497
susnata committed -
- HlsDownloader.loadManifest (previously called getHlsPlaylist) suppressed errors for the offline case, where-as the DashUtil equivalent method did not. This change makes them consistent and moves both other to use ParsingLoadable. - Enable GZIP for manifest loads in both cases. - Use Uri rather than String to represent Uris. Previously the strings were parsed into Uris quite deep in the code, which isn't ideal if the parsing fails; you'd probably prefer the error to occur early at the top level. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165181398
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165168924
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165159376
olly committed
-
- 11 Aug, 2017 5 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Support 7.1 EAC3 in MP4, DASH and HLS formats
ojw28 committed -
Resubmit of https://github.com/google/ExoPlayer/pull/3136 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164971900
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164863447
olly committed
-
- 10 Aug, 2017 13 commits
-
-
ybai001 committed
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164840037
olly committed -
We've seen more than one issue filed where a developer has registered a video listener and been confused by the fact their SimpleExoPlayerView no longer works properly. There are also valid use cases for having multiple metadata/text outputs. Issue: #2933 Issue: #2800 Issue: #2286 Issue: #2240 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164839882
olly committed -
- There is a proper ClearKey UUID now. This change requires it to be used instead of the Common PSSH UUID when instantiating DRM components. - Internally, we'll map the ClearKey UUID onto the Common PSSH UUID where necessary to (a) access the ClearKey CDM on older devices, and (b) access drm init data stored under the Common PSSH UUID in the stream. Issue: #3138 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164839213
olly committed -
Downloader specific parameters and constructor is moved to DownloadAction class. DownloadAction objects need to be serialized so they can be passed in Intents and can be stored to filesystem (to be implemented). So DownloadAction.Serializer is added. Didn't use Serializable interface because of the concerns over incompabilities when the new versions of classes are used. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164831115
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164774783
bachinger committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164726319
aquilescanta committed -
It's needed in multiple places. MediaSessionConnector uses it today. Our leanback connector will also use it. Maybe SimpleExoPlayerView should use one too, to show the message to the user when an error occurs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164720020
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164706135
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164706078
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164705750
olly committed -
Issue: #3037 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164614478
olly committed -
This reverts commit 768a73b3.
Oliver Woodman committed
-
- 08 Aug, 2017 7 commits
-
-
Add possibility of forcing a specific license URL in HttpMediaDrmCallback
ojw28 committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164596062
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164595874
olly committed -
Issue: #3138 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164590835
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164577001
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164502580
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164482135
aquilescanta committed
-
- 07 Aug, 2017 2 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-