mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove duplicate media3 release note and fix formatting
PiperOrigin-RevId: 430946606 (cherry picked from commit 5d0c7b91d042970811b5fcc095c4148542b31cf8)
This commit is contained in:
parent
a8fd90ec84
commit
ca50beee6c
@ -63,11 +63,11 @@
|
|||||||
under sufficient network bandwidth even if playback is very close to the
|
under sufficient network bandwidth even if playback is very close to the
|
||||||
live edge ([#9784](https://github.com/google/ExoPlayer/issues/9784)).
|
live edge ([#9784](https://github.com/google/ExoPlayer/issues/9784)).
|
||||||
* Video:
|
* Video:
|
||||||
* Fix decoder fallback logic for Dolby Vision
|
* Fix decoder fallback logic for Dolby Vision to use a compatible
|
||||||
to use a compatible H264/H265 decoder if needed.
|
H264/H265 decoder if needed.
|
||||||
* Audio:
|
* Audio:
|
||||||
* Fix decoder fallback logic for Dolby Atmos (E-AC3-JOC)
|
* Fix decoder fallback logic for Dolby Atmos (E-AC3-JOC) to use a
|
||||||
to use a compatible E-AC3 decoder if needed.
|
compatible E-AC3 decoder if needed.
|
||||||
* Change `AudioCapabilities` APIs to require passing explicitly
|
* Change `AudioCapabilities` APIs to require passing explicitly
|
||||||
`AudioCapabilities.DEFAULT_AUDIO_CAPABILITIES` instead of `null`.
|
`AudioCapabilities.DEFAULT_AUDIO_CAPABILITIES` instead of `null`.
|
||||||
* Allow customization of the `AudioTrack` buffer size calculation by
|
* Allow customization of the `AudioTrack` buffer size calculation by
|
||||||
@ -120,7 +120,8 @@
|
|||||||
* Support the `forced-subtitle` track role
|
* Support the `forced-subtitle` track role
|
||||||
([#9727](https://github.com/google/ExoPlayer/issues/9727)).
|
([#9727](https://github.com/google/ExoPlayer/issues/9727)).
|
||||||
* Stop interpreting the `main` track role as `C.SELECTION_FLAG_DEFAULT`.
|
* Stop interpreting the `main` track role as `C.SELECTION_FLAG_DEFAULT`.
|
||||||
* Fix base URL exclusion logic for manifests that do not declare the DVB namespace ([#9856](https://github.com/google/ExoPlayer/issues/9856)).
|
* Fix base URL exclusion logic for manifests that do not declare the DVB
|
||||||
|
namespace ([#9856](https://github.com/google/ExoPlayer/issues/9856)).
|
||||||
* Support relative `MPD.Location` URLs
|
* Support relative `MPD.Location` URLs
|
||||||
([#9939](https://github.com/google/ExoPlayer/issues/9939)).
|
([#9939](https://github.com/google/ExoPlayer/issues/9939)).
|
||||||
* HLS:
|
* HLS:
|
||||||
@ -133,8 +134,6 @@
|
|||||||
`HlsMediaSource.Factory.setAllowChunklessPreparation(false)`.
|
`HlsMediaSource.Factory.setAllowChunklessPreparation(false)`.
|
||||||
* Support key-frame accurate seeking in HLS
|
* Support key-frame accurate seeking in HLS
|
||||||
([#2882](https://github.com/google/ExoPlayer/issues/2882)).
|
([#2882](https://github.com/google/ExoPlayer/issues/2882)).
|
||||||
* Correctly populate `Format.label` for audio only HLS streams
|
|
||||||
([#9608](https://github.com/google/ExoPlayer/issues/9608)).
|
|
||||||
* RTSP:
|
* RTSP:
|
||||||
* Provide a client API to override the `SocketFactory` used for any server
|
* Provide a client API to override the `SocketFactory` used for any server
|
||||||
connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)).
|
connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)).
|
||||||
@ -159,7 +158,9 @@
|
|||||||
add an additional dependency on
|
add an additional dependency on
|
||||||
`com.google.android.exoplayer:exoplayer-transformer`.
|
`com.google.android.exoplayer:exoplayer-transformer`.
|
||||||
* MediaSession extension:
|
* MediaSession extension:
|
||||||
* By default, `MediaSessionConnector` now clears the playlist on stop. Apps that want the playlist to be retained can call `setClearMediaItemsOnStop(false)` on the connector.
|
* By default, `MediaSessionConnector` now clears the playlist on stop.
|
||||||
|
Apps that want the playlist to be retained can call
|
||||||
|
`setClearMediaItemsOnStop(false)` on the connector.
|
||||||
* Cast extension:
|
* Cast extension:
|
||||||
* Fix bug that prevented `CastPlayer` from calling `onIsPlayingChanged`
|
* Fix bug that prevented `CastPlayer` from calling `onIsPlayingChanged`
|
||||||
correctly ([#9792](https://github.com/google/ExoPlayer/issues/9792)).
|
correctly ([#9792](https://github.com/google/ExoPlayer/issues/9792)).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user