media/library
tonihei 0a68d1f09c Fix pending stream offset activation in video renderer.
Currently, pending stream offset changes are kept until an output buffer
timestamp surpasses the next pending stream offset. However, this is
problematic if the next stream offset overlaps with the current output
buffer sample times (e.g. because the next stream starts at a non-zero start
time).

To correctly time the switch to the next stream offset, this change keeps
the timestamp of the last queued input sample as switch point. And we only
switch to the new offset after an output sample timestamp reached this switch
point.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192736637
2018-04-16 10:41:27 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix pending stream offset activation in video renderer. 2018-04-16 10:41:27 +01:00
dash Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
hls Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
smoothstreaming Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
ui Expose setExtraAdGroupMarkers on PlayerView 2018-04-11 00:23:10 +01: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.