media/library
samrobinson 680d955851 Adjust input timestamps for the Codec2 MP3 decoder.
Output timestamps are calculated by the codec based on the buffers,
which is offset in Codec2. This adjusts the input timestamps as they
are passed in so they will match the output timestamps produced by
the MediaCodec.

PiperOrigin-RevId: 314963830
2020-06-08 17:40:11 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Respect 33-bit wraparound when calculating WebVTT timestamps in HLS 2020-06-05 14:48:13 +01:00
core Adjust input timestamps for the Codec2 MP3 decoder. 2020-06-08 17:40:11 +01:00
dash Handle factory attributes consistently 2020-05-29 18:34:37 +01:00
extractor Miscellaneous renamings in FilenameUtils 2020-06-05 13:05:20 +01:00
hls Respect 33-bit wraparound when calculating WebVTT timestamps in HLS 2020-06-05 14:48:13 +01:00
smoothstreaming Make SsMediaSource add the media item to the timeline 2020-05-29 18:33:34 +01:00
ui Update TrackSelectionDialogBuilder to use androidx compat Dialog. 2020-05-27 18:59:51 +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.