- 23 Feb, 2017 2 commits
-
-
------------- 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
-
- 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 14 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 -
Issue: #1865 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147613244
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147609330
andrewlewis committed -
The outputBuffer is not necessarily empty after a flush, so the assertion could fail in normal usage. The assertion can just be removed as the output buffer is rewritten in full on every call to handleBuffer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147541016
andrewlewis committed -
Also test SEI parsing in FragmentedMp4ExtractorTest. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147460699
andrewlewis committed -
- It's always fine to prefer the manifest drm init data. In DASH we always do this anyway. In SS the manifest and sample formats are identical. - Optimized the case where the manifest and sample formats are identical by avoiding the format copy. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147385282
olly committed -
Issue: #2447 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147358615
olly committed -
Issue: #2433 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147355544
olly committed -
Issue: #2414 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147325759
olly committed -
The addition of sample mime types can make it easier to identify tracks in the case of mixed media (e.g. CEA-608 and CEA-708 caption tracks). This change appends the mime type to the end of the track description for all media types. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147303187
cdrolle committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147165453
eguven committed -
Fixed potential bug in which old paint-on captions could be drawn overtop by pop-on captions as they weren't being cleared properly. This fix was taken from YouTube's Cea608Decoder ([] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147066662
cdrolle committed -
Reference spec: https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md#semantics ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147060701
maxjulian committed
-