Skip to content

r2.18.7

Compare
Choose a tag to compare
@icbaker icbaker released this 17 May 16:32
· 3802 commits to release-v2 since this release
ac9d533

This release corresponds to the
AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).