ibaker
e9a8335381
Migrate callers to pass MediaItem to createMediaSource()
...
createMediaSource(Uri) is deprecated.
PiperOrigin-RevId: 321121383
2020-07-24 10:31:22 +01:00
olly
5be6eaa88c
Make GL demo easier to understand
...
PiperOrigin-RevId: 319007693
2020-07-03 09:00:28 +01:00
tonihei
1836f1df36
Update Checkerframework.
...
The compat dependency is no longer maintained and we need to keep
it at its old version.
PiperOrigin-RevId: 317658349
2020-06-23 11:07:34 +01:00
olly
f38a1015ae
Adding instructions on how to build and run ExoPlayer demo apps
...
Issue:#7338
PiperOrigin-RevId: 312470913
2020-05-21 17:08:53 +01:00
olly
e90fdf36fb
Handle orientation changes in GL demo
...
Issue: #7141
PiperOrigin-RevId: 303334072
2020-03-27 23:32:58 +00:00
aquilescanta
aa9eb5abc9
Remove generics from DRM components
...
PiperOrigin-RevId: 301798563
2020-03-20 12:48:50 +00:00
olly
7e6a1418e3
Demo apps: Annotate @NonNull where necessary
...
Because we now annotate not-null by default in ExoPlayer
library modules, we're seeing warnings in the demo apps where
we override a method and don't explicitly specify an equivalent
@NotNull annotation.
It's probably confusing to use not-null by default for the
demo apps, so this change uses @NonNull where necessary to fix
the warnings.
PiperOrigin-RevId: 296000044
2020-02-25 21:21:54 +00:00
olly
54283746be
Fix lint errors
...
PiperOrigin-RevId: 295953956
2020-02-25 21:21:29 +00:00
andrewlewis
0dd8e6a7c1
Add GL demo app
...
Demonstrates rendering to a GLSurfaceView while applying a GL shader.
Issue: #6920
PiperOrigin-RevId: 293551724
2020-02-11 17:08:53 +00:00