mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Release notes for 2.10.8
PiperOrigin-RevId: 281084720
This commit is contained in:
parent
d99b2c3509
commit
654b7aa12b
1 changed files with 18 additions and 5 deletions
|
|
@ -74,10 +74,6 @@
|
|||
([#5568](https://github.com/google/ExoPlayer/issues/5568)).
|
||||
* Fix Dolby Vision fallback to AVC and HEVC.
|
||||
* Audio:
|
||||
* Fix E-AC3 JOC passthrough playback failing to initialize due to incorrect
|
||||
channel count check.
|
||||
* Handle new signaling for E-AC3 JOC audio in DASH
|
||||
([#6636](https://github.com/google/ExoPlayer/issues/6636)).
|
||||
* Fix the start of audio getting truncated when transitioning to a new
|
||||
item in a playlist of Opus streams.
|
||||
* Workaround broken raw audio decoding on Oppo R9
|
||||
|
|
@ -142,7 +138,24 @@
|
|||
* TestUtils: Publish the `testutils` module to simplify unit testing with
|
||||
ExoPlayer ([#6267](https://github.com/google/ExoPlayer/issues/6267)).
|
||||
|
||||
### 2.10.7 (2019-11-12) ###
|
||||
### 2.10.8 (2019-11-19) ###
|
||||
|
||||
* E-AC3 JOC
|
||||
* Handle new signaling in DASH manifests
|
||||
([#6636](https://github.com/google/ExoPlayer/issues/6636)).
|
||||
* Fix E-AC3 JOC passthrough playback failing to initialize due to incorrect
|
||||
channel count check.
|
||||
* FLAC
|
||||
* Fix sniffing for some FLAC streams.
|
||||
* Fix FLAC `Format.bitrate` values.
|
||||
* Parse ALAC channel count and sample rate information from a more robust source
|
||||
when contained in MP4
|
||||
([#6648](https://github.com/google/ExoPlayer/issues/6648)).
|
||||
* Fix seeking into multi-period content in the edge case that the period
|
||||
containing the seek position has just been removed
|
||||
([#6641](https://github.com/google/ExoPlayer/issues/6641)).
|
||||
|
||||
### 2.10.7 (2019-11-06) ###
|
||||
|
||||
* HLS: Fix detection of Dolby Atmos to match the HLS authoring specification.
|
||||
* MediaSession extension: Update shuffle and repeat modes when playback state
|
||||
|
|
|
|||
Loading…
Reference in a new issue