- 29 Sep, 2015 2 commits
-
-
This change keeps the proportion offset * 256 as a floating point value rather than rounding it before linear interpolation, which will increase precision slightly when seeking in streams with XING headers. In practice, this won't make much of a difference because precise seeking in VBR MP3s with XING headers seems not to be possible without reading the entire file, due to the fact that the (uneven) distribution of bits is represented by a fixed number of table of contents entries.
Oliver Woodman committed -
Issue: #825
Oliver Woodman committed
-
- 28 Sep, 2015 17 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
- The old approach was technically incorrect, because the checks were "capacity < sampleSize" and hence neglected the fact that the buffer position may be greater than 0 (e.g. if the caller wants to prefix the sample with some additional data). - Also proactively throw an exception if the buffer is too small, rather than wait for the failure when we actually do the write.
Oliver Woodman committed -
This works around an issue where some devices, such as the Acer Iconia, don't allocate large enough input buffers for H264. Issue: #616 Issue: #714
Oliver Woodman committed -
Issue: #770
Oliver Woodman committed -
0 will crash. 1 is pointless.
Oliver Woodman committed -
Oliver Woodman committed
-
....Except BACK and MENU, which only make sense if the the controller is visible.
Oliver Woodman committed -
Oliver Woodman committed
-
Issue #812
Oliver Woodman committed -
manifest.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Add onDrmSessionReady callback
ojw28 committed
-
- 25 Sep, 2015 1 commit
-
-
This adds a callback for when DRM keys have been loaded.
Patrik Åkerfeldt committed
-
- 18 Sep, 2015 13 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Issue #804
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Also include more Sony Xperia Z devices in the MP3 workaround.
Oliver Woodman committed -
Issue: #788
Oliver Woodman committed -
- Respect any padding set on SubtitleLayout. - Allow specification of absolute, fractional and fractional-ignoring-padding text sizes.
Oliver Woodman committed -
Oliver Woodman committed
-
Parse audioChannels only when on mpeg-dash
ojw28 committed -
Only parse the @value as Int when the schemeIdUri is urn:mpeg:dash:23003:3:audio_channel_configuration:2011
Miquel Beltran committed
-
- 17 Sep, 2015 2 commits
- 16 Sep, 2015 2 commits
-
-
- Line parameter - Added support for value and line alignment attributes. - Support negative numbers when line is an absolute number (not a percentage). - Position parameter - Added support for value and position alignment attributes - Added support for WebVTT comment blocks - Percentage values now accept decimal numbers (as webvtt spec states) - Added new WebVTT tests for testing all new implemented features
joli committed -
souji committed
-
- 15 Sep, 2015 3 commits
-
-
Issue: #437
Oliver Woodman committed -
- do not denormalize styles at parsing time but only put normalized style info into TtmlNode tree. Resolve styles on demand when Cues are requested for a given timeUs. - create TtmlRenderUtil to have static render functions separate - added unit test for TtmlRenderUtil - adjusted testing strategy for unit test to check resolved style on Spannables after rendering
Oliver Woodman committed -
Issue: #791
Oliver Woodman committed
-