media/library/src/main/java/com/google/android/exoplayer2
cdrolle 37806ee792 Added Basic CEA-708 caption support to ExoPlayer V2, roughly equivalent to the current state of CEA-608. It's still missing window (and the associated positioning and formatting) support, emulating a 3-line rollup.
Currently this has only been tested with the RawCC container, though it should work with anything that makes use of SeiReader (i.e. MPEG2-TS) with minimal changes to SeiReader.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134781660
2016-10-03 17:42:49 +01:00
..
audio Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
decoder Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
drm Add missing generic types 2016-09-28 11:25:40 +01:00
extractor Update variable name in comment. 2016-09-30 14:40:38 +01:00
mediacodec Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
metadata Fix ID3 EOS detection for two-byte encodings 2016-08-31 15:25:31 +01:00
source Added Basic CEA-708 caption support to ExoPlayer V2, roughly equivalent to the current state of CEA-608. It's still missing window (and the associated positioning and formatting) support, emulating a 3-line rollup. 2016-10-03 17:42:49 +01:00
text Revert back to default cue parameters until we support positioning 2016-09-30 14:39:25 +01:00
trackselection Remove duplicate methods in DefaultTrackSelector 2016-09-28 11:26:12 +01:00
ui Fix shutter open/close behavior 2016-09-28 11:26:12 +01:00
upstream Fix DefaultHttpDataSource read when requested length is 0 2016-09-28 11:25:40 +01:00
util Refactored the text.eia608 package to text.cea. 2016-09-29 16:28:58 +01:00
video Improve profile/level check support for AVC 2016-09-08 16:29:48 +01:00
BaseRenderer.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
C.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
DefaultLoadControl.java Fix shutter open/close behavior 2016-09-28 11:26:12 +01:00
ExoPlaybackException.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
ExoPlayer.java Guide V2 + a few related code tweaks 2016-09-13 19:15:31 +01:00
ExoPlayerFactory.java Guide V2 + a few related code tweaks 2016-09-13 19:15:31 +01:00
ExoPlayerImpl.java Fix buffering issue for live streams 2016-09-16 18:56:40 +01:00
ExoPlayerImplInternal.java Fix seeking in the last period. 2016-09-30 14:40:06 +01:00
ExoPlayerLibraryInfo.java Bump version to 2.0.1 2016-09-29 16:30:10 +01:00
Format.java Export variant codecs in HLS 2016-09-28 11:25:40 +01:00
FormatHolder.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
LoadControl.java Fix shutter open/close behavior 2016-09-28 11:26:12 +01:00
ParserException.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
Renderer.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
RendererCapabilities.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
SimpleExoPlayer.java Fix shutter open/close behavior 2016-09-28 11:26:12 +01:00
Timeline.java Fix some typos/consistency nits. 2016-09-13 17:41:24 +01:00