Skip to content

Commit

Permalink
Update RELEASENOTES.md for 1.2.0-beta01 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571941830
(cherry picked from commit 62ad1df)
  • Loading branch information
oceanjules committed Oct 17, 2023
1 parent ef013c0 commit c16accb
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,24 @@
# Release notes

### Unreleased changes
## 1.2

### 1.2.0-beta01 (2023-10-18)

This release includes the following changes since the
[1.2.0-alpha02 release](#120-alpha02-2023-09-29)):

* Common Library:
* ExoPlayer:
* Transformer:
* Track Selection:
* Extractors:
* Audio:
* Add `onAudioTrackInitialized` and `onAudioTrackReleased` callbacks to
`AnalyticsListener`, `AudioRendererEventListener` and
`AudioSink.Listener`.
* Video:
* Text:
* Metadata:
* `MetadataDecoder.decode` will no longer be called for "decode-only"
samples as the implementation must return null anyway.
* DRM:
* Effect:
* Muxers:
* IMA extension:
* Session:
* Add session demo module for Automotive OS and enable session demo for
Android Auto.
* UI:
* Downloads:
* OkHttp Extension:
* Cronet Extension:
* RTMP Extension:
* HLS Extension:
* DASH Extension:
* Allow multiple of the same DASH identifier in segment template url.
* Smooth Streaming Extension:
* RTSP Extension:
* Use RTSP Setup Response timeout value in time interval of sending
keep-alive RTSP Options requests
Expand All @@ -44,14 +31,8 @@
`SimpleDecoder.isAtLeastOutputStartTimeUs` to allow decoders to drop
decode-only samples before the start time. This should be preferred to
`Buffer.isDecodeOnly` that will be deprecated.
* Leanback extension:
* Cast Extension:
* Test Utilities:
* Remove deprecated symbols:

## 1.2

### 1.2.0-alpha02 (2023-089-29)
### 1.2.0-alpha02 (2023-09-29)

This release includes the following changes since the
[1.2.0-alpha01 release](#120-alpha01-2023-08-17)):
Expand Down

0 comments on commit c16accb

Please sign in to comment.