mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update release notes for 1.1.0-beta01 release
PiperOrigin-RevId: 536383299
This commit is contained in:
parent
99d2cf6713
commit
ebbbcf9ac9
1 changed files with 40 additions and 24 deletions
|
|
@ -2,6 +2,46 @@
|
||||||
|
|
||||||
### Unreleased changes
|
### Unreleased changes
|
||||||
|
|
||||||
|
* Common Library:
|
||||||
|
* ExoPlayer:
|
||||||
|
* Transformer:
|
||||||
|
* Track Selection:
|
||||||
|
* Extractors:
|
||||||
|
* Audio:
|
||||||
|
* Audio Offload:
|
||||||
|
* Video:
|
||||||
|
* Text:
|
||||||
|
* Metadata:
|
||||||
|
* DRM:
|
||||||
|
* Effect:
|
||||||
|
* Muxers:
|
||||||
|
* IMA extension:
|
||||||
|
* Session:
|
||||||
|
* UI:
|
||||||
|
* Downloads:
|
||||||
|
* OkHttp Extension:
|
||||||
|
* Cronet Extension:
|
||||||
|
* RTMP Extension:
|
||||||
|
* DASH Extension:
|
||||||
|
* HLS Extension:
|
||||||
|
* Smooth Streaming Extension:
|
||||||
|
* RTSP Extension:
|
||||||
|
* Decoder Extensions (FFmpeg, VP9, AV1, etc.):
|
||||||
|
* Cast Extension:
|
||||||
|
* Test Utilities:
|
||||||
|
* Remove deprecated symbols:
|
||||||
|
* Remove deprecated `MediaItem.PlaybackProperties`, use
|
||||||
|
`MediaItem.LocalConfiguration` instead. Deprecated field
|
||||||
|
`MediaItem.playbackProperties` is now of type
|
||||||
|
`MediaItem.LocalConfiguration`.
|
||||||
|
|
||||||
|
## 1.1
|
||||||
|
|
||||||
|
### 1.1.0-beta01 (2023-06-07)
|
||||||
|
|
||||||
|
This release includes the following changes since
|
||||||
|
[1.1.0-alpha01](#110-alpha01-2023-05-10):
|
||||||
|
|
||||||
* Common Library:
|
* Common Library:
|
||||||
* Add `Player.replaceMediaItem(s)` as a shortcut to adding and removing
|
* Add `Player.replaceMediaItem(s)` as a shortcut to adding and removing
|
||||||
items at the same position
|
items at the same position
|
||||||
|
|
@ -11,8 +51,6 @@
|
||||||
from a `MediaSource`.
|
from a `MediaSource`.
|
||||||
* Add `ExoPlayer.setVideoFrameProcessorFactory()` for using `Effect` with
|
* Add `ExoPlayer.setVideoFrameProcessorFactory()` for using `Effect` with
|
||||||
a custom `VideoFrameProcessor.Factory` during video playback.
|
a custom `VideoFrameProcessor.Factory` during video playback.
|
||||||
* Transformer:
|
|
||||||
* Track Selection:
|
|
||||||
* Extractors:
|
* Extractors:
|
||||||
* Ogg: Fix bug when seeking in files with a long duration
|
* Ogg: Fix bug when seeking in files with a long duration
|
||||||
([#391](https://github.com/androidx/media/issues/391)).
|
([#391](https://github.com/androidx/media/issues/391)).
|
||||||
|
|
@ -45,11 +83,6 @@
|
||||||
size with `MediaCodecVideoRenderer` has a width and height of 0 when
|
size with `MediaCodecVideoRenderer` has a width and height of 0 when
|
||||||
`Player.getCurrentTracks` does not support video, or the size of the
|
`Player.getCurrentTracks` does not support video, or the size of the
|
||||||
supported video track is not yet determined.
|
supported video track is not yet determined.
|
||||||
* Text:
|
|
||||||
* Metadata:
|
|
||||||
* DRM:
|
|
||||||
* Effect:
|
|
||||||
* Muxers:
|
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Enable multi-period live DASH streams for DAI. Please note that the
|
* Enable multi-period live DASH streams for DAI. Please note that the
|
||||||
current implementation does not yet support seeking in live streams
|
current implementation does not yet support seeking in live streams
|
||||||
|
|
@ -59,21 +92,10 @@
|
||||||
implement playback resumption with media button events sent by, for
|
implement playback resumption with media button events sent by, for
|
||||||
example, a Bluetooth headset
|
example, a Bluetooth headset
|
||||||
([#167](https://github.com/androidx/media/issues/167)).
|
([#167](https://github.com/androidx/media/issues/167)).
|
||||||
* UI:
|
|
||||||
* Downloads:
|
|
||||||
* OkHttp Extension:
|
|
||||||
* Cronet Extension:
|
|
||||||
* RTMP Extension:
|
|
||||||
* DASH Extension:
|
|
||||||
* HLS Extension:
|
|
||||||
* Smooth Streaming Extension:
|
|
||||||
* RTSP Extension:
|
* RTSP Extension:
|
||||||
* Use base Uri for relative path resolution from the RTSP session if
|
* Use base Uri for relative path resolution from the RTSP session if
|
||||||
present in DESCRIBE response header
|
present in DESCRIBE response header
|
||||||
([#11160](https://github.com/google/ExoPlayer/issues/11160)).
|
([#11160](https://github.com/google/ExoPlayer/issues/11160)).
|
||||||
* Decoder Extensions (FFmpeg, VP9, AV1, etc.):
|
|
||||||
* Cast Extension:
|
|
||||||
* Test Utilities:
|
|
||||||
* Remove deprecated symbols:
|
* Remove deprecated symbols:
|
||||||
* Remove two deprecated `SimpleCache` constructors, use a non-deprecated
|
* Remove two deprecated `SimpleCache` constructors, use a non-deprecated
|
||||||
constructor that takes a `DatabaseProvider` instead for better
|
constructor that takes a `DatabaseProvider` instead for better
|
||||||
|
|
@ -138,12 +160,6 @@
|
||||||
* Remove deprecated
|
* Remove deprecated
|
||||||
`DefaultLoadControl.Builder.createDefaultLoadControl()`, use `build()`
|
`DefaultLoadControl.Builder.createDefaultLoadControl()`, use `build()`
|
||||||
instead.
|
instead.
|
||||||
* Remove deprecated `MediaItem.PlaybackProperties`, use
|
|
||||||
`MediaItem.LocalConfiguration` instead. Deprecated field
|
|
||||||
`MediaItem.playbackProperties` is now of type
|
|
||||||
`MediaItem.LocalConfiguration`.
|
|
||||||
|
|
||||||
## 1.1
|
|
||||||
|
|
||||||
### 1.1.0-alpha01 (2023-05-10)
|
### 1.1.0-alpha01 (2023-05-10)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue