- 03 Jun, 2015 2 commits
- 02 Jun, 2015 1 commit
-
-
ood_tsen committed
-
- 01 Jun, 2015 2 commits
- 29 May, 2015 1 commit
-
-
On HTC Butterfly these match, but Build.DEVICE is actually the right value to use. Issue: #377
Andrew Lewis committed
-
- 28 May, 2015 7 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
This will be needed for keeping WebVTT subtitle and separate audio tracks is sync whilst loading. Issue: #151
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
This OMX component is listed but can't be instantiated on this device. According to the GitHub issue, some other devices are also affected, so these will have to be added too. Issue: #377
Oliver Woodman committed -
Oliver Woodman committed
-
- 22 May, 2015 14 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
They're current location is annoying, because it creates a dependency from the dash package to the webvtt package. For apps like Play Movies where WEBVTT isn't used, it's nice just to delete the whole package at import time, which requires that this dependency be removed.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
HLS AAC fix
ojw28 committed -
Issue: #479
Oliver Woodman committed -
Seems generally useful to have.
Oliver Woodman committed -
Issue: #473
Oliver Woodman committed -
Fixes issue where an NPE occurs when RollingSampleBuffer is created with a null Allocator.
Kelly Schrock committed
-
- 19 May, 2015 13 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
- There's definitely potential for more code sharing in these classes, but deferring for now. - Also made no-scheme default to file://, and allowed smoothstreaming URLs to be specified with or without the /Manifest suffix.
Oliver Woodman committed -
Before preparation, and when seeking, Mp3Extractor did not handle retrying: - synchronizedHeader was set before the header was known to be valid, which means that after seeing one valid frame header and then failing to read, the synchronization would be treated as complete. - The input buffer would keep data loaded during synchronization but on the next call to synchronize when retrying it was not returned to the mark position to re-parse the data. This change fixes these issues.
Oliver Woodman committed -
Oliver Woodman committed
-
- Make HlsPlaylistParser treat non-positive dimensions as unknown. - Make HlsPlaylistParser parse floating point resolutions, because technically that's how they're spec'd. - Make VideoFormatSelectorUtil treat non-position dimensions as unknown. Issue: #461
Oliver Woodman committed -
1. Make DefaultUriDataSource robust against exceptions through from close(). 2. Make AssetDataSource handle file:///android_asset/ URIs.
Oliver Woodman committed -
When I moved the id3Reader instantiation out of the while loop (below where it is now) it was no longer guarded by the streamTypes.get(streamType) deduping check. This brings back an equivalent check.
Oliver Woodman committed
-