Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2e6484d5
authored
Mar 02, 2023
by
tonihei
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove unreleased changed
parent
d47675f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
2e6484d5
# Release notes
# Release notes
### Unreleased changes
*
Core library:
*
Add suppression reason for unsuitable audio route and play when ready
change reason for suppressed too long.
(
[
#15
](
https://github.com/androidx/media/issues/15
)
).
*
Add
`ExoPlayer.setVideoEffects()`
for using
`Effect`
during video
playback.
*
Update
`SampleQueue`
to store
`sourceId`
as a
`long`
rather than an
`int`
. This changes the signatures of public methods
`SampleQueue.sourceId`
and
`SampleQueue.peekSourceId`
.
*
Audio:
*
Fix bug where some playbacks fail when tunneling is enabled and
`AudioProcessors`
are active, e.g. for gapless trimming
(
[
#10847
](
https://github.com/google/ExoPlayer/issues/10847
)
).
*
Encapsulate Opus frames in Ogg packets in direct playbacks (offload).
*
Transformer:
*
Remove
`Transformer.Builder.setMediaSourceFactory(MediaSource.Factory)`
.
Use
`ExoPlayerAssetLoader.Factory(MediaSource.Factory)`
and
`Transformer.Builder.setAssetLoaderFactory(AssetLoader.Factory)`
instead.
*
Remove
`Transformer.startTransformation(MediaItem,
ParcelFileDescriptor)`
.
*
Remove deprecated symbols:
*
Remove
`DefaultAudioSink`
constructors, use
`DefaultAudioSink.Builder`
instead.
### 1.0.0-rc02 (2023-03-02)
### 1.0.0-rc02 (2023-03-02)
This release corresponds to the
This release corresponds to the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment