mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix release notes
PiperOrigin-RevId: 599499930
(cherry picked from commit 4b0ff48ca9)
This commit is contained in:
parent
160324831a
commit
655311409f
1 changed files with 8 additions and 6 deletions
|
|
@ -22,11 +22,13 @@ This release includes the following changes since the
|
||||||
dependencies.
|
dependencies.
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
|
* Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
|
||||||
preload the media source at a specific start position before playback,
|
preload a content media source at a specific start position before
|
||||||
where the efforts include preparing the source for a `Timeline`,
|
playback. `PreloadMediaSource` takes care of preparing the content media
|
||||||
preparing and caching the period, selecting tracks and loading the data
|
source to receive the `Timeline`, preparing and caching the period at
|
||||||
on the period. Apps are able to control the preload progress by
|
the given start position, selecting tracks and loading media data for
|
||||||
implementing `PreloadMediaSource.PreloadControl`.
|
the period. Apps control the preload progress by implementing
|
||||||
|
`PreloadMediaSource.PreloadControl` and set the preloaded source to the
|
||||||
|
player for playback.
|
||||||
* Add `ExoPlayer.setImageOutput` that allows apps to set
|
* Add `ExoPlayer.setImageOutput` that allows apps to set
|
||||||
`ImageRenderer.ImageOutput`.
|
`ImageRenderer.ImageOutput`.
|
||||||
* `DefaultRenderersFactory` now provides an `ImageRenderer` to the player
|
* `DefaultRenderersFactory` now provides an `ImageRenderer` to the player
|
||||||
|
|
@ -43,7 +45,7 @@ This release includes the following changes since the
|
||||||
* Transformer:
|
* Transformer:
|
||||||
* Add support for flattening H.265/HEVC SEF slow motion videos.
|
* Add support for flattening H.265/HEVC SEF slow motion videos.
|
||||||
* Increase transmuxing speed, especially for 'remove video' edits.
|
* Increase transmuxing speed, especially for 'remove video' edits.
|
||||||
* Add api to ensure that the output file starts on a video frame. This can
|
* Add API to ensure that the output file starts on a video frame. This can
|
||||||
make the output of trimming operations more compatible with player
|
make the output of trimming operations more compatible with player
|
||||||
implementations that don't show the first video frame until its
|
implementations that don't show the first video frame until its
|
||||||
presentation timestamp
|
presentation timestamp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue