Skip to content

Commit

Permalink
Release notes for 1.5.0-rc01
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696879276
  • Loading branch information
icbaker authored and copybara-github committed Nov 15, 2024
1 parent 68c0b81 commit c50867c
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
* Add support for transmuxing into alternative backwards compatible
formats.
* Extractors:
* Add AC-4 Level-4 ISO base media file format support
([#1265](https://github.com/androidx/media/pull/1265)).
* DataSource:
* `DataSourceContractTest`: Assert that `DataSource.getUri()` and
`getResponseHeaders()` return their 'open' value after a failed call to
Expand All @@ -43,13 +41,6 @@
* Audio:
* Video:
* 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:
* Image:
* DRM:
Expand Down Expand Up @@ -90,8 +81,6 @@
Composable UI elements to `demo-compose` utilizing
`PlayPauseButtonState`, `NextButtonState`, `PreviousButtonState`,
`RepeatButtonState`, `ShuffleButtonState`.
* Resolve the memory leaks in demo short-form app
([#1839](https://github.com/androidx/media/issues/1839)).
* Remove deprecated symbols:
* Remove deprecated `AudioMixer.create()` method. Use
`DefaultAudioMixer.Factory().create()` instead.
Expand Down Expand Up @@ -146,6 +135,26 @@

## 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)

This release includes the following changes since the
Expand Down

0 comments on commit c50867c

Please sign in to comment.