- 23 Feb, 2017 13 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Added support for CENC ClearKey
ojw28 committed -
This allows the TsExtractor to automatically determine the closed caption tracks to expose by parsing available descriptors. Issue:#2161 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148321380
aquilescanta committed -
Issue: #2486 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148217936
olly committed -
Issue: #2362 Issue: #2176 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148216614
olly committed -
This allows BufferProcessors to partially and/or asynchronously handle input/output. Document contract for queueInput and getOutput. Update ResamplingBufferProcessor to use the new interface. Separate submitting bytes vs. writing data to the AudioTrack. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148212269
andrewlewis committed -
Issue:#2161 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148203980
aquilescanta committed -
This CL allows passing multiple formats describing CC channels to the TS payload reader factory. As a simple usecase, ATSC can expose both 608 channels by passing a two element list with the corresponding accessibility channels. The HLS media source can construct this list from the EXT-X-MEDIA:TYPE="CLOSED-CAPTIONS" tags, including language and selection flags. The interface extends without modification to 708. Pending work: * Multiple CC channels in HLS. * caption_service_descriptor parsing for overriding the user's selection. * 708 support in SEI reader. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148030293
aquilescanta committed -
Issue #2176 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148027655
olly committed -
This avoids breaking the player if the first variant is not supported by the device. Issue:#2353 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148025791
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148024082
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148018580
andrewlewis committed
-
- 22 Feb, 2017 1 commit
-
-
wasabeef committed
-
- 20 Feb, 2017 12 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Updated Gradle, Compile and Build Tools Version
ojw28 committed -
Add Flags to MP3 Extractor to force CBR Seeker
ojw28 committed
-
- 19 Feb, 2017 1 commit
-
-
Added flags to the mp3 extractor to control behavior of the extractor. Added FLAG_ENABLE_CONSTANT_BITRATE_SEEKING to let the extractor know that the CBR seeker is desired in the case where the seeker has determine the track is not seekable For example, in the case where the track has a Xing Header but no content table.
Daniel Santiago committed
-
- 17 Feb, 2017 4 commits
-
-
InitializationChunk calls init(null). When the initialization and index data is separate they need to be loaded separately which results to two init(null) calls. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147837985
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147833328
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147796398
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147794314
olly committed
-
- 16 Feb, 2017 7 commits
-
-
twisstosin committed
-
Issue #2462 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147731351
olly committed -
Fixed a typing error
ojw28 committed -
Make DrmSessionException constructor public to enable creating custom DrmSessionManager implementations.
ojw28 committed -
Issue: #2386 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147725616
olly committed -
Make DrmSessionException constructor public to enable creating custom DrmSessionManager implementations.
Johannes Schamburger committed -
Sungmin Kim committed
-
- 15 Feb, 2017 2 commits
-
-
I've also added a TODO to not even bother trying to parse CEA from SEI NAL units if they're fully or partially encrypted, which it's possible to determine in the FMP4 extractor. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147613979
olly committed -
SoftAAC2 would cause an exception to be thrown from dequeueOutputBuffer/releaseOutputBuffer after queueing an end-of-stream buffer for certain streams. The bug was introduced in L and fixed in L MR1, so the workaround is targeted to API 21. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147613659
andrewlewis committed
-