media/library
olly 91c62ea26f Fix DefaultOggSeeker seeking
- When in STATE_SEEK with targetGranule==0, seeking would exit
  without checking that the input was positioned at the correct
  place.
- Seeking could fail due to trying to read beyond the end of the
  stream.
- Seeking was not robust against IO errors during the skip phase
  that occurs after the binary search has sufficiently converged.

PiperOrigin-RevId: 261317035
2019-08-02 17:15:28 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix DefaultOggSeeker seeking 2019-08-02 17:15:28 +01:00
dash Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
hls Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
smoothstreaming Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
ui Merge pull request #6239 from ittiam-systems:vorbis-picture-parse 2019-08-01 20:37:21 +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.