- 17 Aug, 2017 34 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
export setPropertyByteArray, setPropertyString of DefaultDrmSessionManager for easy customization.
Dulmandakh committed -
Support H262 video in MP4
ojw28 committed -
Fix possible subrip timing line NPE
ojw28 committed -
There will be non-ExoPlayer players that can output text and metadata, so the outputs should be standalone. There may also be ExoPlayer instances that use non-standard text and metadata renderers, for which this change also makes sense. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165628420
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165628229
olly committed -
- Have a single inner class for all listeners. This is inline with what we do elsewhere in the library. - Avoid repeated getCallback() calls within methods. - Seek to default position from ended state, rather than 0. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165603927
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165580016
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165578518
olly committed -
Issue: #3171 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165577562
olly committed -
This CL adds the fundamental pieces for ExoPlayer/Cast integration and includes a demo app to showcase this functionality. However, media queues should be supported in the first release of this extension. Issue:#2283 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165576892
aquilescanta committed -
Issue: #3162 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165572088
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165561808
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165497666
zhihuichen committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165447436
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165437929
andrewlewis committed -
If the main thread was interrupted during ExoPlayerImplInternal.blockingSendMessage/release, the interrupted flag was immediately set but then wait() was called on the next iteration. wait() would immediately throw InterruptedException, causing the main thread to spin until the blocking operation completed. Instead of resetting the flag immediately, reset it after the blocking operation completes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165426493
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165314250
andrewlewis committed -
------------- 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 -
Danny Brain committed
-
WeiChungChang 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 1 commit
-
-
ybai001 committed
-