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
0a701aba
authored
Dec 17, 2019
by
olly
Committed by
Oliver Woodman
Dec 18, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Retain AV1 constructor for DefaultRenderersFactory
Issue: #6773 PiperOrigin-RevId: 285990377
parent
739517bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
RELEASENOTES.md
library/core/proguard-rules.txt
RELEASENOTES.md
View file @
0a701aba
...
...
@@ -5,6 +5,8 @@
*
UI: Exclude
`DefaultTimeBar`
region from system gesture detection
(
[
#6685
](
https://github.com/google/ExoPlayer/issues/6685
)
).
*
Propagate HTTP request headers through
`CacheDataSource`
.
*
AV1 extension: Fix ProGuard rules
(
[
6773
](
https://github.com/google/ExoPlayer/issues/6773
)
).
### 2.11.0 (2019-12-11) ###
...
...
library/core/proguard-rules.txt
View file @
0a701aba
...
...
@@ -5,6 +5,10 @@
-keepclassmembers class com.google.android.exoplayer2.ext.vp9.LibvpxVideoRenderer {
<init>(long, android.os.Handler, com.google.android.exoplayer2.video.VideoRendererEventListener, int);
}
-dontnote com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer
-keepclassmembers class com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer {
<init>(long, android.os.Handler, com.google.android.exoplayer2.video.VideoRendererEventListener, int);
}
-dontnote com.google.android.exoplayer2.ext.opus.LibopusAudioRenderer
-keepclassmembers class com.google.android.exoplayer2.ext.opus.LibopusAudioRenderer {
<init>(android.os.Handler, com.google.android.exoplayer2.audio.AudioRendererEventListener, com.google.android.exoplayer2.audio.AudioProcessor[]);
...
...
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