Release notes for 1.5.0-rc01

PiperOrigin-RevId: 696879276
This commit is contained in:
ibaker 2024-11-15 07:20:22 -08:00 committed by Copybara-Service
parent 68c0b8115f
commit c50867c81d

View File

@ -29,8 +29,6 @@
* Add support for transmuxing into alternative backwards compatible * Add support for transmuxing into alternative backwards compatible
formats. formats.
* Extractors: * Extractors:
* Add AC-4 Level-4 ISO base media file format support
([#1265](https://github.com/androidx/media/pull/1265)).
* DataSource: * DataSource:
* `DataSourceContractTest`: Assert that `DataSource.getUri()` and * `DataSourceContractTest`: Assert that `DataSource.getUri()` and
`getResponseHeaders()` return their 'open' value after a failed call to `getResponseHeaders()` return their 'open' value after a failed call to
@ -43,13 +41,6 @@
* Audio: * Audio:
* Video: * Video:
* Text: * Text:
* Fix garbled CEA-608 subtitles in content with more than one SEI message
per sample.
* Fix playback hanging on DASH multi-period streams when CEA-608 subtitles
are enabled ([#1863](https://github.com/androidx/media/issues/1863)).
* Fix garbled CEA-608 subtitles in MP4 files that incorrectly mark every
sample as a sync sample
([#1863](https://github.com/androidx/media/issues/1863)).
* Metadata: * Metadata:
* Image: * Image:
* DRM: * DRM:
@ -90,8 +81,6 @@
Composable UI elements to `demo-compose` utilizing Composable UI elements to `demo-compose` utilizing
`PlayPauseButtonState`, `NextButtonState`, `PreviousButtonState`, `PlayPauseButtonState`, `NextButtonState`, `PreviousButtonState`,
`RepeatButtonState`, `ShuffleButtonState`. `RepeatButtonState`, `ShuffleButtonState`.
* Resolve the memory leaks in demo short-form app
([#1839](https://github.com/androidx/media/issues/1839)).
* Remove deprecated symbols: * Remove deprecated symbols:
* Remove deprecated `AudioMixer.create()` method. Use * Remove deprecated `AudioMixer.create()` method. Use
`DefaultAudioMixer.Factory().create()` instead. `DefaultAudioMixer.Factory().create()` instead.
@ -146,6 +135,26 @@
## 1.5 ## 1.5
### 1.5.0-rc02 (2024-11-19)
This release includes the following changes since the
[1.5.0-rc01 release](##150-rc01-2024-11-13):
* Extractors:
* Add AC-4 Level-4 ISO base media file format support
([#1265](https://github.com/androidx/media/pull/1265)).
* Text:
* Fix garbled CEA-608 subtitles in content with more than one SEI message
per sample.
* Fix playback hanging on DASH multi-period streams when CEA-608 subtitles
are enabled ([#1863](https://github.com/androidx/media/issues/1863)).
* Fix garbled CEA-608 subtitles in MP4 files that incorrectly mark every
sample as a sync sample
([#1863](https://github.com/androidx/media/issues/1863)).
* Demo app
* Resolve the memory leaks in demo short-form app
([#1839](https://github.com/androidx/media/issues/1839)).
## 1.5.0-rc01 (2024-11-13) ## 1.5.0-rc01 (2024-11-13)
This release includes the following changes since the This release includes the following changes since the