11# Release notes
22
3- ### 2.18.1 (2022-07-15 )
3+ ### 2.18.1 (2022-07-21 )
44
55This release corresponds to the
66[ AndroidX media3 1.0.0-beta02 release] ( https://github.com/androidx/media/releases/tag/1.0.0-beta02 ) .
@@ -18,8 +18,6 @@ This release corresponds to the
1818 ` DefaultMediaSourceFactory ` , which was non-functional in some cases
1919 ([ #116 ] ( https://github.com/androidx/media/issues/116 ) ).
2020* Extractors:
21- * Add support for AVI
22- ([ #2092 ] ( https://github.com/google/ExoPlayer/issues/2092 ) ).
2321 * Fix parsing of H265 short term reference picture sets
2422 ([ #10316 ] ( https://github.com/google/ExoPlayer/issues/10316 ) ).
2523 * Fix parsing of bitrates from ` esds ` boxes
@@ -32,8 +30,6 @@ This release corresponds to the
3230 playback controls menu
3331 ([ #10298 ] ( https://github.com/google/ExoPlayer/issues/10298 ) ).
3432* RTSP:
35- * Add RTP reader for H263
36- ([ #63 ] ( https://github.com/androidx/media/pull/63 ) ).
3733 * Add VP8 fragmented packet handling
3834 ([ #110 ] ( https://github.com/androidx/media/pull/110 ) ).
3935* Leanback extension:
@@ -140,6 +136,8 @@ This release corresponds to the
140136 * Remove ` RawCcExtractor ` , which was only used to handle a Google-internal
141137 subtitle format.
142138* Extractors:
139+ * Add support for AVI
140+ ([ #2092 ] ( https://github.com/google/ExoPlayer/issues/2092 ) ).
143141 * Matroska: Parse ` DiscardPadding ` for Opus tracks.
144142 * MP4: Parse bitrates from ` esds ` boxes.
145143 * Ogg: Allow duplicate Opus ID and comment headers
@@ -189,6 +187,8 @@ This release corresponds to the
189187 of ` DefaultCompositeSequenceableLoaderFactory ` can be passed explicitly
190188 if required.
191189* RTSP:
190+ * Add RTP reader for H263
191+ ([ #63 ] ( https://github.com/androidx/media/pull/63 ) ).
192192 * Add RTP reader for MPEG4
193193 ([ #35 ] ( https://github.com/androidx/media/pull/35 ) ).
194194 * Add RTP reader for HEVC
0 commit comments