media/extensions
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
..
cast Cast: Add JSON serialization/deserialization for MediaItem 2019-07-29 21:29:23 +01:00
cronet CronetDataSource: Fix invalid Javadoc tag 2019-07-14 16:21:24 +01:00
ffmpeg Standardize ALAC initialization data 2019-08-01 20:38:55 +01:00
flac Merge pull request #6239 from ittiam-systems:vorbis-picture-parse 2019-08-01 20:37:21 +01:00
gvr Fix checkerframework 2.8.2 warnings. 2019-07-02 17:44:17 +01:00
ima add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
jobdispatcher Tweak Firebase JobDispatcher extension README 2019-08-01 20:33:29 +01:00
leanback add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
mediasession Add @NonNullApi and annotate two packages with it. 2019-08-01 20:35:06 +01:00
okhttp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
opus Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
rtmp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
vp9 Extract VpxInputBuffer to a common class 2019-08-01 20:37:40 +01:00
workmanager Merge pull request #5617 from loki666:workmanager 2019-05-20 15:12:57 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.