mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update release notes for Media3 1.6.0-alpha03 release
#cherrypick PiperOrigin-RevId: 723512116
This commit is contained in:
parent
edc44eefd2
commit
6a4aa4515e
@ -4,24 +4,12 @@
|
|||||||
|
|
||||||
* Common Library:
|
* Common Library:
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Add option to `ClippingMediaSource` to allow clipping in unseekable
|
|
||||||
media.
|
|
||||||
* Fix bug where seeking with pre-warming could block following media item
|
|
||||||
transition.
|
|
||||||
* Transformer:
|
* Transformer:
|
||||||
* Track Selection:
|
* Track Selection:
|
||||||
* Extractors:
|
* Extractors:
|
||||||
* DataSource:
|
* DataSource:
|
||||||
* Audio:
|
* Audio:
|
||||||
* Make `androidx.media3.common.audio.SonicAudioProcessor` final.
|
|
||||||
* Video:
|
* Video:
|
||||||
* Change `MediaCodecVideoRenderer.shouldUsePlaceholderSurface` to
|
|
||||||
protected so that applications can override to block usage of
|
|
||||||
placeholder surfaces
|
|
||||||
([#1905](https://github.com/androidx/media/pull/1905)).
|
|
||||||
* Add experimental `ExoPlayer` AV1 sample dependency parsing to speed up
|
|
||||||
seeking. Enable it with the new
|
|
||||||
`DefaultRenderersFactory.experimentalSetParseAv1SampleDependencies` API.
|
|
||||||
* Text:
|
* Text:
|
||||||
* Metadata:
|
* Metadata:
|
||||||
* Image:
|
* Image:
|
||||||
@ -29,7 +17,6 @@
|
|||||||
* DRM:
|
* DRM:
|
||||||
* Effect:
|
* Effect:
|
||||||
* Muxers:
|
* Muxers:
|
||||||
* Disable `Mp4Muxer` sample batching and copying by default.
|
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Session:
|
* Session:
|
||||||
* UI:
|
* UI:
|
||||||
@ -48,10 +35,34 @@
|
|||||||
* Test Utilities:
|
* Test Utilities:
|
||||||
* Demo app:
|
* Demo app:
|
||||||
* Remove deprecated symbols:
|
* Remove deprecated symbols:
|
||||||
* Removed `androidx.media3.exoplayer.audio.SonicAudioProcessor`.
|
|
||||||
|
|
||||||
## 1.6
|
## 1.6
|
||||||
|
|
||||||
|
### 1.6.0-alpha03 (2025-02-06)
|
||||||
|
|
||||||
|
This release includes the following changes since the
|
||||||
|
[1.6.0-alpha02 release](#160-alpha02-2025-01-30):
|
||||||
|
|
||||||
|
* ExoPlayer:
|
||||||
|
* Add option to `ClippingMediaSource` to allow clipping in unseekable
|
||||||
|
media.
|
||||||
|
* Fix bug where seeking with pre-warming could block following media item
|
||||||
|
transition.
|
||||||
|
* Audio:
|
||||||
|
* Make `androidx.media3.common.audio.SonicAudioProcessor` final.
|
||||||
|
* Video:
|
||||||
|
* Change `MediaCodecVideoRenderer.shouldUsePlaceholderSurface` to
|
||||||
|
protected so that applications can override to block usage of
|
||||||
|
placeholder surfaces
|
||||||
|
([#1905](https://github.com/androidx/media/pull/1905)).
|
||||||
|
* Add experimental `ExoPlayer` AV1 sample dependency parsing to speed up
|
||||||
|
seeking. Enable it with the new
|
||||||
|
`DefaultRenderersFactory.experimentalSetParseAv1SampleDependencies` API.
|
||||||
|
* Muxers:
|
||||||
|
* Disable `Mp4Muxer` sample batching and copying by default.
|
||||||
|
* Remove deprecated symbols:
|
||||||
|
* Removed `androidx.media3.exoplayer.audio.SonicAudioProcessor`.
|
||||||
|
|
||||||
### 1.6.0-alpha02 (2025-01-30)
|
### 1.6.0-alpha02 (2025-01-30)
|
||||||
|
|
||||||
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