media/library/core
tonihei d38c6c84a6 Fix bug in MaskingMediaSource caused by removed periods.
If MaskingMediaSource masks a multi-window media source, it may be that a period
is removed while we are using an initial unprepared masking MediaPeriod. That
means it's not guaranteed that a timeline update still contains our
unpreparedMaskingMediaPeriod and we should ignore timeline updates where the
period is no longer present because the it will be removed anyway.

PiperOrigin-RevId: 302383787
2020-03-25 13:02:44 +00:00
..
src Fix bug in MaskingMediaSource caused by removed periods. 2020-03-25 13:02:44 +00:00
build.gradle Add missing indirect build dependency. 2020-03-25 13:02:26 +00:00
proguard-rules.txt Add shell for FfmpegVideoRenderer 2020-03-19 00:50:55 +00:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.