- 25 Nov, 2016 12 commits
-
-
This issue affects ExtractorMediaSource only. We shouldn't start loading in the case that we're prepared and have no enabled tracks, since there's nothing that we need to load. This was causing an assertion failure in startLoading. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140030650
olly committed -
This behavior is defined in ISO-13818-1, section 2.4.3.3(continuity_counter). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140029161
aquilescanta committed -
- Fix handling of the currently playing period being removed. This didn't do the right thing at all. - Relax rule on seekToPeriodPosition re-using an existing holder. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140014791
olly committed -
Note that multi-segment fetching is only possible in the case that segments in a representation are defined to have the same Uri and adjacent ranges (this is very rarely true for live streams, but is quite often true for on-demand). In the case that merging is requested but not possible, the implementation will request one at a time. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140012443
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140010664
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139915885
eguven committed -
This will allow creating the extractor in the HlsMediaChunk. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139915713
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139905590
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139901449
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139889957
eguven committed -
Also allow custom SsManifestParser injection. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139813660
olly committed -
Also allow custom DashManifestParser injection, to support parsing of custom elements and attributes that service providers may wish to include in their manifests (e.g. #2058). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139813108
olly committed
-
- 24 Nov, 2016 2 commits
- 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
-