media/library
sneelavara b70f08b740 CEA-708 Decoder fixes for issue #1807
Fixed the verticalAnchorType and horizontalAnchorType calculation

The anchorID 0, 1 and 2 should correspond to verticalAnchorType=ANCHOR_TYPE_START, anchorID 3, 4, 5 is ANCHOR_TYPE_MIDDLE, anchorID 6, 7 and 8 is ANCHOR_TYPE_END

The anchorID 0, 3 and 6 should correspond to horizzonatlAnchor=ANCHOR_TYPE_START, anchorID 1, 4, 7 is ANCHOR_TYPE_MIDDLE, anchorID 2, 5 and 8 is ANCHOR_TYPE_END
2020-12-16 16:22:12 -08:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
core CEA-708 Decoder fixes for issue #1807 2020-12-16 16:22:12 -08:00
dash Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
extractor Minor refactor in Matroska extractor 2020-12-14 10:18:13 +00:00
hls Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
smoothstreaming Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
ui Fix UI menu not dismissing on API level 22 and earlier 2020-12-14 10:18:43 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.