- 14 Sep, 2016 1 commit
-
-
It defaults to 5000, which allows frames to be dropped in an attempt to seamlessly rejoin when re-enabling video during an ongoing playback. This causes performance failures when running the test*AdaptiveWithRendererDisabling playback tests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133105110
olly committed
-
- 13 Sep, 2016 23 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133022058
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133013132
benm committed -
If a Webvtt HlsChunkSource got to schedule its chunk load before the master HlsChunkSource (the one that downloads the TS or the fMP4 chunks), the player would never get past the buffering state. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132985792
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132985566
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132981908
olly committed -
If/when we add the ability to query version information, such methods will go into FlacLibrary for consistency with the other extensions. The difference for Flac is that since the decoder JNI is used by the extractor too, it needs splitting into a separate from from FlacDecoder. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132904665
olly committed -
- Also make some of the naming more concise + misc style cleanup. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132899979
olly committed -
Plus misc fixes related to the added samples. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132891534
olly committed -
- Also fix an issue that allowed blacklisting of all tracks, due to incorrect index being used. - Also fix an issue with track deselection for HLS. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132882151
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132876946
andrewlewis committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132874777
benm committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132862043
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132862014
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132859943
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132858669
olly committed -
Issue: #631 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132858217
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132857692
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132856997
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132855091
[]inger committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132694632
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132684574
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132561841
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132559667
aquilescanta committed
-
- 08 Sep, 2016 15 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132556806
eguven committed -
This allows the adjustment of timestamps in microseconds along with TS timestamps. This is useful for containers that include the timestamps in microseconds format, like fMP4 and WebVTT. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132547521
aquilescanta committed -
- This change fixes seeking before the prepare (or more accurately, before the timeline is set). The fix a minimal one to fix the behavior. It's inefficient compared to posting the pending seek onto the playback thread, which will be the long term solution. - As of this change, I think we can call V2 "done". There are some loose ends to tie up, but the API is effectively finalized and the implementation is in a state where you can take it, use it and expect it to work. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132468107
olly committed -
v2/extensions/vp9/src/main/jni/vpx_jni.cc:63:31: warning: missing field 'w' initializer [-Wmissing-field-initializers] vpx_codec_dec_cfg_t cfg = {0}; ^ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132461351benm committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132433848
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132417755
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132307448
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132306954
[]inger committed -
Adds a few unused fields to HlsUrl and moves things towards the Hls reimplementation we are looking for. Also fixes a bug related to asuming every getNextChunk().loadable == null being related to reaching the live edge. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132305206
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132301223
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132248872
olly committed -
Issue:#1772 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132078273
aquilescanta committed -
TsExtractor support for language code in the audio tracks.
Santiago Seifert committed -
Santiago Seifert committed
-
- 07 Sep, 2016 1 commit
-
-
Sergio Moreno Mozota committed
-