From cae428c7a63568d4da9eaf598112112b70dc80b7 Mon Sep 17 00:00:00 2001 From: rohks Date: Thu, 21 Jul 2022 12:34:22 +0000 Subject: [PATCH] Modify release date for 2.18.1 and media3:1.0.0-beta02 Also rearranged release notes to correctly show when the changes were released. PiperOrigin-RevId: 462361982 (cherry picked from commit 26c8478de667180cb8137a20ae88df285c0bb046) --- RELEASENOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5391859a21..20f6474fc7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,7 +16,7 @@ boolean)` to specify whether the renderer will output metadata early or in sync with the player position. -### 1.0.0-beta02 (2022-07-15) +### 1.0.0-beta02 (2022-07-21) This release corresponds to the [ExoPlayer 2.18.1 release](https://github.com/google/ExoPlayer/releases/tag/r2.18.1). @@ -34,8 +34,6 @@ This release corresponds to the `DefaultMediaSourceFactory`, which was non-functional in some cases ([#116](https://github.com/androidx/media/issues/116)). * Extractors: - * Add support for AVI - ([#2092](https://github.com/google/ExoPlayer/issues/2092)). * Fix parsing of H265 short term reference picture sets ([#10316](https://github.com/google/ExoPlayer/issues/10316)). * Fix parsing of bitrates from `esds` boxes @@ -48,8 +46,6 @@ This release corresponds to the playback controls menu ([#10298](https://github.com/google/ExoPlayer/issues/10298)). * RTSP: - * Add RTP reader for H263 - ([#63](https://github.com/androidx/media/pull/63)). * Add VP8 fragmented packet handling ([#110](https://github.com/androidx/media/pull/110)). * Leanback extension: @@ -156,6 +152,8 @@ This release corresponds to the * Remove `RawCcExtractor`, which was only used to handle a Google-internal subtitle format. * Extractors: + * Add support for AVI + ([#2092](https://github.com/google/ExoPlayer/issues/2092)). * Matroska: Parse `DiscardPadding` for Opus tracks. * MP4: Parse bitrates from `esds` boxes. * Ogg: Allow duplicate Opus ID and comment headers @@ -205,6 +203,8 @@ This release corresponds to the of `DefaultCompositeSequenceableLoaderFactory` can be passed explicitly if required. * RTSP: + * Add RTP reader for H263 + ([#63](https://github.com/androidx/media/pull/63)). * Add RTP reader for MPEG4 ([#35](https://github.com/androidx/media/pull/35)). * Add RTP reader for HEVC