- 12 Dec, 2016 1 commit
-
-
When the primary url is blacklisted (due to a 404, for example) or the selected variant is different from primary url, allow the tracker to change the url. Issue:#87 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141291435
aquilescanta committed
-
- 06 Dec, 2016 14 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Pending improvement: * Peek just the required priv frame. Avoid decoding all id3 information. * Sniff the used container format instead of using the extension. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141181781
aquilescanta committed -
Issue: #2162 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141177715
olly committed -
The definition of negative line indices was intentionally shifted by one because the way VTT defines them doesn't appear to allow for cues to be positioned at the very bottom of the screen in the case that ANCHOR_TYPE_END is used. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141168028
olly committed -
This is a first step toward supporting tunneled playback Issue: #1688 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141167501
olly committed -
- Fix bug where we'd try and call replaceStream having already notified the renderer that the current stream is final. This could occur if a period was added to the end of the playlist. - If the current period being played is removed and a new period to play cannot be resolved, assume we've gone off the end of the playlist and transition to the ended state. This allows the current source to be re-used (unlike the previous behavior of considering it an error). Treat valid seeks that cannot be resolved due to concurrent timeline update similarly. - Add seek sanity check back to ExoPlayerImpl. Meh. It's probably best to keep this, since it stops the exposed window index being invalid w.r.t the exposed timeline. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141167151
olly committed -
Issue: #2152 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141159330
olly committed -
- Infer likely left/center/right alignment for pop-on captions. This makes the rendering much better in practice, particularly when the captions were intended to be center aligned. - Fix line anchoring. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141156222
olly committed -
CEA-608 specifies a "safe-area" in which the captions should be rendered. This change adjusts all of the cue positions so they are within that safe area. It also fixes a minor issue in which roll up captions would drift towards the last row if a preamble address code had the "next row toggle" bit set. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141077433
cdrolle committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141073182
aquilescanta committed -
Seeks are permitted when there's no timeline, and in this case playback necessarily fails on the playback thread when the timeline becomes known. Pushing failure to the same place when the timeline is known means there's only one failure path for this case. A later CL will likely introduce an InvalidSeekPositionException for this case. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141037708
olly committed -
Issue #2146 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141036866
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141031900
andrewlewis committed
-
- 02 Dec, 2016 12 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Issue: #2145 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140868079
olly committed -
This is implemented in the same way as in MediaCodecRenderer. Move codec != null guard into feedInputBuffer to handle the case of an input format change with no dequeued buffers where the codec can't be reinitialized immediately. Issue: #2111 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140864942
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140847027
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140843106
andrewlewis committed -
These additions are useful for sources that need to track the playback position and control playback. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140828310
andrewlewis committed -
Oliver Woodman committed
-
add mp2 audio
ojw28 committed -
Oliver Woodman committed
-
git://github.com/drhill/ExoPlayer
Merge branch 'dev-v2_subtitles_view' of git://github.com/drhill/ExoPlayer into drhill-dev-v2_subtitles_view
Oliver Woodman committed
-
- 01 Dec, 2016 12 commits
-
-
Drew Hill committed
-
Drew Hill committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
git://github.com/RikHeijdens/ExoPlayer…
Merge branch 'eia-608-improvements' of git://github.com/RikHeijdens/ExoPlayer into RikHeijdens-eia-608-improvements
Oliver Woodman committed -
Oliver Woodman committed
-
Added FLV PCM law support
ojw28 committed -
Greg Slomin committed
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140720011
olly committed -
Prevented readFile() setting "changed" boolean to true every time. It's set only if encryption key is set but the index file isn't encrypted. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140714173
eguven committed -
Drew Hill committed
-
- 30 Nov, 2016 1 commit
-
-
Drew Hill committed
-