mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update release notes for media3:1.3.0-rc01
#minor-release PiperOrigin-RevId: 605561427
This commit is contained in:
parent
a5e47982f4
commit
c4605b3c90
@ -4,14 +4,6 @@
|
|||||||
|
|
||||||
* Common Library:
|
* Common Library:
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Add source prefix to all `Format.id` fields generated from
|
|
||||||
`MergingMediaSource`. This helps to identify which source produced a
|
|
||||||
`Format` ([#883](https://github.com/androidx/media/issues/883)).
|
|
||||||
* Fix the regex used for validating custom Common Media Client Data (CMCD)
|
|
||||||
key names by modifying it to only check for hyphen
|
|
||||||
([#1028](https://github.com/androidx/media/issues/1028)).
|
|
||||||
* Stop double-encoding CMCD query parameters
|
|
||||||
([#1075](https://github.com/androidx/media/issues/1075)).
|
|
||||||
* Transformer:
|
* Transformer:
|
||||||
* Add `audioConversionProcess` and `videoConversionProcess` to
|
* Add `audioConversionProcess` and `videoConversionProcess` to
|
||||||
`ExportResult` indicating how the respective track in the output file
|
`ExportResult` indicating how the respective track in the output file
|
||||||
@ -19,11 +11,6 @@
|
|||||||
* Track Selection:
|
* Track Selection:
|
||||||
* Extractors:
|
* Extractors:
|
||||||
* Audio:
|
* Audio:
|
||||||
* Improve silence skipping algorithm with smooth volume ramp, retained
|
|
||||||
minimal silence and more natural silence durations
|
|
||||||
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
|
|
||||||
* Report the skipped silence more deterministically
|
|
||||||
([#1035](https://github.com/androidx/media/issues/1035)).
|
|
||||||
* Video:
|
* Video:
|
||||||
* Text:
|
* Text:
|
||||||
* Metadata:
|
* Metadata:
|
||||||
@ -34,18 +21,12 @@
|
|||||||
* Muxers:
|
* Muxers:
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Session:
|
* Session:
|
||||||
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
|
|
||||||
not sent transmitted between media controllers and sessions.
|
|
||||||
* Add constructor to `MediaLibrarySession.Builder` that only takes a
|
|
||||||
`Context` instead of a `MediaLibraryService`.
|
|
||||||
* UI:
|
* UI:
|
||||||
* Downloads:
|
* Downloads:
|
||||||
* OkHttp Extension:
|
* OkHttp Extension:
|
||||||
* Cronet Extension:
|
* Cronet Extension:
|
||||||
* RTMP Extension:
|
* RTMP Extension:
|
||||||
* HLS Extension:
|
* HLS Extension:
|
||||||
* Resolve seeks to beginning of a segment more efficiently
|
|
||||||
([#1031](https://github.com/androidx/media/pull/1031)).
|
|
||||||
* DASH Extension:
|
* DASH Extension:
|
||||||
* Smooth Streaming Extension:
|
* Smooth Streaming Extension:
|
||||||
* RTSP Extension:
|
* RTSP Extension:
|
||||||
@ -58,6 +39,35 @@
|
|||||||
|
|
||||||
## 1.3
|
## 1.3
|
||||||
|
|
||||||
|
### 1.3.0-rc01 (2024-02-22)
|
||||||
|
|
||||||
|
This release includes the following changes since the
|
||||||
|
[1.3.0-beta01 release](#130-beta01-2024-02-07):
|
||||||
|
|
||||||
|
* ExoPlayer:
|
||||||
|
* Add source prefix to all `Format.id` fields generated from
|
||||||
|
`MergingMediaSource`. This helps to identify which source produced a
|
||||||
|
`Format` ([#883](https://github.com/androidx/media/issues/883)).
|
||||||
|
* Fix the regex used for validating custom Common Media Client Data (CMCD)
|
||||||
|
key names by modifying it to only check for hyphen
|
||||||
|
([#1028](https://github.com/androidx/media/issues/1028)).
|
||||||
|
* Stop double-encoding CMCD query parameters
|
||||||
|
([#1075](https://github.com/androidx/media/issues/1075)).
|
||||||
|
* Audio:
|
||||||
|
* Improve silence skipping algorithm with smooth volume ramp, retained
|
||||||
|
minimal silence and more natural silence durations
|
||||||
|
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
|
||||||
|
* Report the skipped silence more deterministically
|
||||||
|
([#1035](https://github.com/androidx/media/issues/1035)).
|
||||||
|
* Session:
|
||||||
|
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
|
||||||
|
not sent transmitted between media controllers and sessions.
|
||||||
|
* Add constructor to `MediaLibrarySession.Builder` that only takes a
|
||||||
|
`Context` instead of a `MediaLibraryService`.
|
||||||
|
* HLS Extension:
|
||||||
|
* Resolve seeks to beginning of a segment more efficiently
|
||||||
|
([#1031](https://github.com/androidx/media/pull/1031)).
|
||||||
|
|
||||||
### 1.3.0-beta01 (2024-02-07)
|
### 1.3.0-beta01 (2024-02-07)
|
||||||
|
|
||||||
This release includes the following changes since the
|
This release includes the following changes since the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user