media/library
olly cb8983afd1 Standardize ALAC initialization data
Android considers ALAC initialization data to consider of the magic
cookie only, where-as FFmpeg requires a full atom. Standardize around
the Android definition, since it makes more sense (the magic cookie
being contained within an atom is container specific, where-as the
decoder shouldn't care what container the media stream is carried in)

Issue: #5938
PiperOrigin-RevId: 261124155
2019-08-01 20:38:55 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Standardize ALAC initialization data 2019-08-01 20:38:55 +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.