media/library
andrewlewis 80bc50b647 Revert to using header bitrate for CBR MP3s
A previous change switched to calculation of the bitrate based on the
first MPEG audio header in the stream. This had the effect of fixing
seeking to be consistent with playing from the start for streams where
every frame has the same padding value, but broke streams where the
encoder (correctly) modifies the padding value to match the declared
bitrate in the header.

Issue: #6238
PiperOrigin-RevId: 261163904
2019-08-02 17:26:19 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Revert to using header bitrate for CBR MP3s 2019-08-02 17:26:19 +01:00
dash Merge pull request #5908 from sr1990:dev-v2 2019-07-09 11:32:28 +01:00
hls Switch language normalization to 2-letter language codes. 2019-07-26 16:57:40 +01:00
smoothstreaming Merge pull request #6055 from xirac:dev-v2 2019-07-09 11:27:31 +01:00
ui Merge pull request #6239 from ittiam-systems:vorbis-picture-parse 2019-08-01 20:51:40 +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.