media/extensions
tonihei 9911c11191 Add start position to MediaSource.createPeriod.
That's the same position set in MediaPeriod.prepare (where it may be removed
in the future).

Having the position at an earlier point is necessary to fix an
issue with lazy preparation in ConcatenatingMediaSource where the prepare
position was assumed to be known but MediaPeriod.prepare hasn't been called
yet.

Issue:#5350
PiperOrigin-RevId: 229756637
2019-01-17 19:07:49 +00:00
..
cast Update the Cast framework dependency 2019-01-15 13:57:03 +00:00
cronet Provide Cronet request and response data for subclasses. 2018-11-27 19:47:09 +00:00
ffmpeg Treat AVERROR_INVALIDDATA as non-fatal 2019-01-15 14:10:02 +00:00
flac Include channel count in capabilities check 2018-11-27 19:34:04 +00:00
gvr Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
ima Add start position to MediaSource.createPeriod. 2019-01-17 19:07:49 +00:00
jobdispatcher Add wrapper for Log messages to allow settig the log level. 2018-09-20 12:12:21 +01:00
leanback Add missing Nullable annotation Player.EventListener.onTimelineChanged 2018-08-01 13:49:21 +01:00
mediasession Remove unused interface method 2018-12-19 21:49:14 +00:00
okhttp Merge pull request #5004 from pakerfeldt/status-message-invalidresponsecodeexception 2018-10-31 21:54:36 +00:00
opus Include channel count in capabilities check 2018-11-27 19:34:04 +00:00
rtmp Remove stray word 2019-01-15 14:04:06 +00:00
vp9 Add @Documented to @IntDef and @StringDef annotations. 2018-10-20 14:01:13 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.