This release includes the following changes since the 1.5.0 release:
- ExoPlayer:
- Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
- Extractors:
- MP3: Don't stop playback early when a
VBRI
frame's table of contents doesn't cover all the MP3 data in a file (#1904).
- MP3: Don't stop playback early when a
- Video:
- Rollback of using
MediaCodecAdapter
supplied pixel aspect ratio values when provided while processingonOutputFormatChanged
(#1371).
- Rollback of using
- Text:
- Fix bug in
ReplacingCuesResolver.discardCuesBeforeTimeUs
where the cue active attimeUs
(started before but not yet ended) was incorrectly discarded (#1939).
- Fix bug in
- Metadata:
- Extract disc/track numbering and genre from Vorbis comments into
MediaMetadata
(#1958).
- Extract disc/track numbering and genre from Vorbis comments into