- 24 Nov, 2016 1 commit
-
-
ojw28 committed
-
- 21 Nov, 2016 7 commits
-
-
- This should be a no-op change - Inline attemptRestart - Clean up processing of pending seeks ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139804630
olly committed -
Issue #2016 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139803888
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139803684
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139797714
andrewlewis committed -
- Make handleSourceInfoRefreshed clearer. - Remove bufferAheadPeriodCount. Seems error prone. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139774580
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139738429
dsantoro committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139626848
ccwu committed
-
- 18 Nov, 2016 19 commits
-
-
Issue: #2081 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139566990
olly committed -
This is techically not allowed by the spec[1] but might still occur in certain scenarios. New playlists with older media sequence numbers are ignored. [1]: HLS draft version 20, section-6.2.1 Issue:#2059 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139564889
aquilescanta committed -
continueLoading shouldn't return true unless it's done something. Always returning true if endOfStream was causing CompositeSequenceableLoader.continueLoading to loop forever. It looks like the same issue exists in ChunkSampleStream as well, although I can't seem to provoke DASH or SS playbacks into doing anything bad as a result. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139559834
olly committed -
ReusableBufferedOutputStream is a subclass of BufferedOutputStream with a reset(OutputStream) that allows an instance to be re-used with another underlying output stream. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139505999
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139453745
andrewlewis committed -
I'll have a more thorough refactor of some of this class fairly soon! ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139451693
olly committed -
Issue: #2077 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139451511
olly committed -
Use BufferedOutputStream and BufferedInputStream while writing / reading. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139446039
eguven committed -
Issue:#87 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139443476
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139381958
yutingtseng committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139377417
cblay committed -
Issue:#2059 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139331670
aquilescanta committed -
This is used by Quicktime for MP3 tracks. Issue: #2066 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139209989
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139204000
aquilescanta committed -
This removes duplication from SimpleDecoderAudioRenderer and MediaCodecAudioRenderer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139187254
andrewlewis committed -
Reset RenderedFirstFrame when setting OuputBufferRenderer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139100783
hoangtc committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139064912
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138871293
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138860196
eguven committed
-
- 10 Nov, 2016 13 commits
-
-
Clean up AtomicFile and make it return a custom FileOutputStream for writing which handles IOException automatically during write operations. It also syncs the file descriptor and deletes the backup file on close() call. This fixes the order of flush and close operations when the fileoutputstream is wrapped by another OutputStream. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138779187
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138759164
cblay committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138758739
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138758504
olly committed -
Issue: #2034 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138698239
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138687623
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138652561
vigneshv committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138628300
aquilescanta committed -
This can be used by the app for showing arbitrary UI on top of the player (for example, UI elements associated with an ad). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138610733
andrewlewis committed -
These variables are never read, since the underlying control view reads them directly from the attrs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138528246
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138493584
olly committed -
This fixes VOD->Live transitions, with the caveat that the Live portion still ends up further behind the live edge than intended. This will be fixed in a following change. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138407066
olly committed -
This change fixes the race condition where the internal timeline is different to the externally visible timeline when a seek is performed. We now resolve the seek position using the externally visible timeline, then adjust the period index as required for the internal timeline. If the period is missing we follow similar logic for the existing case where the playing period is removed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138402076
olly committed
-