mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Clean up release notes
This commit is contained in:
parent
cfb429d131
commit
79e64bc613
1 changed files with 6 additions and 10 deletions
|
|
@ -1,15 +1,6 @@
|
||||||
# Release notes
|
# Release notes
|
||||||
|
|
||||||
### dev-v2 (not yet released)
|
### 2.12.0 (not yet released - targeted for 2020-08-03) ###
|
||||||
|
|
||||||
* Audio: Add an event for the audio position starting to advance, to make it
|
|
||||||
easier for apps to determine when audio playout started
|
|
||||||
([#7577](https://github.com/google/ExoPlayer/issues/7577)).
|
|
||||||
* Extractors:
|
|
||||||
* Support Dolby Vision extraction in Matroska
|
|
||||||
([#7267](https://github.com/google/ExoPlayer/issues/7267).
|
|
||||||
|
|
||||||
### 2.12.0 (not yet released - targeted for 2020-08-TBD) ###
|
|
||||||
|
|
||||||
* Core library:
|
* Core library:
|
||||||
* `Player`:
|
* `Player`:
|
||||||
|
|
@ -113,6 +104,9 @@
|
||||||
([#7502](https://github.com/google/ExoPlayer/issues/7502)). This option
|
([#7502](https://github.com/google/ExoPlayer/issues/7502)). This option
|
||||||
can be set using
|
can be set using
|
||||||
`DefaultRenderersFactory.setEnableAudioTrackPlaybackParams`.
|
`DefaultRenderersFactory.setEnableAudioTrackPlaybackParams`.
|
||||||
|
* Add an event for the audio position starting to advance, to make it
|
||||||
|
easier for apps to determine when audio playout started
|
||||||
|
([#7577](https://github.com/google/ExoPlayer/issues/7577)).
|
||||||
* Generalize support for floating point audio.
|
* Generalize support for floating point audio.
|
||||||
* Add an option to `DefaultAudioSink` for enabling floating point
|
* Add an option to `DefaultAudioSink` for enabling floating point
|
||||||
output. This option can also be set using
|
output. This option can also be set using
|
||||||
|
|
@ -212,6 +206,8 @@
|
||||||
* FMP4: Add support for partially fragmented MP4s
|
* FMP4: Add support for partially fragmented MP4s
|
||||||
([#7308](https://github.com/google/ExoPlayer/issues/7308)).
|
([#7308](https://github.com/google/ExoPlayer/issues/7308)).
|
||||||
* Matroska:
|
* Matroska:
|
||||||
|
* Support Dolby Vision extraction in Matroska
|
||||||
|
([#7267](https://github.com/google/ExoPlayer/issues/7267).
|
||||||
* Populate `Format.label` with track titles.
|
* Populate `Format.label` with track titles.
|
||||||
* Remove support for the `Invisible` block header flag.
|
* Remove support for the `Invisible` block header flag.
|
||||||
* MPEG-TS: Add support for MPEG-4 Part 2 and H.263
|
* MPEG-TS: Add support for MPEG-4 Part 2 and H.263
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue