media/library
andrewlewis ef8a47ba7d Fix some categories of error prone warnings
When switching from Stack to ArrayDeque, calls to add() need to be replaced by
calls to push() because ArrayDeque treats the first element in the list as the
top of the stack.

String.split() has counterintuitive default behavior; see
https://github.com/google/error-prone/blob/master/docs/bugpattern/StringSplitter.md.
I've switched usages to pass limit = -1 argument, which means empty elements are
no longer removed from the end of the returned array.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199472592
2018-06-06 19:13:05 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix some categories of error prone warnings 2018-06-06 19:13:05 +01:00
dash Explicitly null MediaPeriod callbacks on release 2018-06-05 15:18:33 +01:00
hls close initDataSource after reading 2018-06-05 22:28:38 +01:00
smoothstreaming Explicitly null MediaPeriod callbacks on release 2018-06-05 15:18:33 +01:00
ui Fix track selection nullability issues. 2018-06-05 15:18:39 +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.