mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update RELEASENOTES.md for 1.2.0-beta01 release
PiperOrigin-RevId: 571941830
This commit is contained in:
parent
67e10e9362
commit
62ad1dfdf5
@ -8,24 +8,17 @@
|
|||||||
* Track Selection:
|
* Track Selection:
|
||||||
* Extractors:
|
* Extractors:
|
||||||
* Audio:
|
* Audio:
|
||||||
* Add `onAudioTrackInitialized` and `onAudioTrackReleased` callbacks to
|
|
||||||
`AnalyticsListener`, `AudioRendererEventListener` and
|
|
||||||
`AudioSink.Listener`.
|
|
||||||
* Video:
|
* Video:
|
||||||
* Text:
|
* Text:
|
||||||
* Remove `ExoplayerCuesDecoder`. Text tracks with `sampleMimeType =
|
* Remove `ExoplayerCuesDecoder`. Text tracks with `sampleMimeType =
|
||||||
application/x-media3-cues` are now directly handled by `TextRenderer`
|
application/x-media3-cues` are now directly handled by `TextRenderer`
|
||||||
without needing a `SubtitleDecoder` instance.
|
without needing a `SubtitleDecoder` instance.
|
||||||
* Metadata:
|
* Metadata:
|
||||||
* `MetadataDecoder.decode` will no longer be called for "decode-only"
|
|
||||||
samples as the implementation must return null anyway.
|
|
||||||
* DRM:
|
* DRM:
|
||||||
* Effect:
|
* Effect:
|
||||||
* Muxers:
|
* Muxers:
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Session:
|
* Session:
|
||||||
* Add session demo module for Automotive OS and enable session demo for
|
|
||||||
Android Auto.
|
|
||||||
* UI:
|
* UI:
|
||||||
* Downloads:
|
* Downloads:
|
||||||
* OkHttp Extension:
|
* OkHttp Extension:
|
||||||
@ -33,8 +26,33 @@
|
|||||||
* RTMP Extension:
|
* RTMP Extension:
|
||||||
* HLS Extension:
|
* HLS Extension:
|
||||||
* DASH Extension:
|
* DASH Extension:
|
||||||
* Allow multiple of the same DASH identifier in segment template url.
|
|
||||||
* Smooth Streaming Extension:
|
* Smooth Streaming Extension:
|
||||||
|
* RTSP Extension:
|
||||||
|
* Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
|
||||||
|
* Leanback extension:
|
||||||
|
* Cast Extension:
|
||||||
|
* Test Utilities:
|
||||||
|
* Remove deprecated symbols:
|
||||||
|
|
||||||
|
## 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)):
|
||||||
|
|
||||||
|
* Audio:
|
||||||
|
* Add `onAudioTrackInitialized` and `onAudioTrackReleased` callbacks to
|
||||||
|
`AnalyticsListener`, `AudioRendererEventListener` and
|
||||||
|
`AudioSink.Listener`.
|
||||||
|
* Metadata:
|
||||||
|
* `MetadataDecoder.decode` will no longer be called for "decode-only"
|
||||||
|
samples as the implementation must return null anyway.
|
||||||
|
* Session:
|
||||||
|
* Add session demo module for Automotive OS and enable session demo for
|
||||||
|
Android Auto.
|
||||||
|
* DASH Extension:
|
||||||
|
* Allow multiple of the same DASH identifier in segment template url.
|
||||||
* RTSP Extension:
|
* RTSP Extension:
|
||||||
* Use RTSP Setup Response timeout value in time interval of sending
|
* Use RTSP Setup Response timeout value in time interval of sending
|
||||||
keep-alive RTSP Options requests
|
keep-alive RTSP Options requests
|
||||||
@ -47,14 +65,8 @@
|
|||||||
`SimpleDecoder.isAtLeastOutputStartTimeUs` to allow decoders to drop
|
`SimpleDecoder.isAtLeastOutputStartTimeUs` to allow decoders to drop
|
||||||
decode-only samples before the start time. This should be preferred to
|
decode-only samples before the start time. This should be preferred to
|
||||||
`Buffer.isDecodeOnly` that will be deprecated.
|
`Buffer.isDecodeOnly` that will be deprecated.
|
||||||
* Leanback extension:
|
|
||||||
* Cast Extension:
|
|
||||||
* Test Utilities:
|
|
||||||
* Remove deprecated symbols:
|
|
||||||
|
|
||||||
## 1.2
|
### 1.2.0-alpha02 (2023-09-29)
|
||||||
|
|
||||||
### 1.2.0-alpha02 (2023-089-29)
|
|
||||||
|
|
||||||
This release includes the following changes since the
|
This release includes the following changes since the
|
||||||
[1.2.0-alpha01 release](#120-alpha01-2023-08-17)):
|
[1.2.0-alpha01 release](#120-alpha01-2023-08-17)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user