media/library
olly a2cf427b4b Mp3Extractor: Avoid outputting non-zero position seek frame as a sample
Checking inputPosition == 0 isn't sufficient because the synchronization
at the top of read() may advance the input (i.e. in the case where there's
some garbage prior to the seek frame).

PiperOrigin-RevId: 261086901
2019-08-01 20:36:58 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Mp3Extractor: Avoid outputting non-zero position seek frame as a sample 2019-08-01 20:36:58 +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 #6042 from Timbals:dev-v2 2019-07-18 19:40:36 +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.