olly
f58eb17320
Fix Lint.ThenChange paths
...
PiperOrigin-RevId: 293367878
2020-02-11 17:08:38 +00:00
aquilescanta
bb9b3fd45e
Fix some typos
...
PiperOrigin-RevId: 291750515
2020-01-28 16:55:41 +00:00
andrewlewis
c8f0814bd0
Remove references to core player classes from C
...
Move player messages and scaling modes to Renderer.
Remove @links to ExoPlayer AudioAttributes and renderers.
PiperOrigin-RevId: 290932785
2020-01-24 11:10:39 +00:00
olly
d899e1fc6e
extensions/av1: use -O2 for release builds
...
+ force arm (over thumb) mode for 32-bit builds
-O2 improves performance ~30-40% over the default -Oz depending on the
resolution; this is similar to what is done for vp9 which uses -O3.
PiperOrigin-RevId: 290318121
2020-01-24 11:07:14 +00:00
andrewlewis
a0044257b4
Add troubleshooting instructions for decoding extensions
...
PiperOrigin-RevId: 286585978
2019-12-20 16:59:07 +00:00
tonihei
72d5b425d3
Add IntDefs for renderer capabilities.
...
This simplifies documentation and adds compiler checks that the correct values
are used.
PiperOrigin-RevId: 283754163
2019-12-05 10:20:15 +00:00
olly
3065d51310
Provide instructions for building extensions using Windows PowerShell
...
PiperOrigin-RevId: 283296427
2019-12-04 09:58:13 +00:00
andrewlewis
731b002e13
Add AV1 to supported formats
...
PiperOrigin-RevId: 281724630
2019-11-22 15:09:39 +00:00
andrewlewis
656556b828
Clean up naming for GLSurfaceViews
...
PiperOrigin-RevId: 277896757
2019-11-05 16:15:29 +00:00
andrewlewis
51e4f7b260
Fix supplemental data handling with dropped frames
...
PiperOrigin-RevId: 276024935
2019-10-30 08:47:52 +00:00
sofijajvc
d01d8f0344
Use google cpu_features library
...
Currently, ndk cpu-features is being used.
This is now deprecated and google open-source
cpu_features library is recommended.
PiperOrigin-RevId: 273987647
2019-10-10 18:55:50 +01:00
sofijajvc
62618f24ec
Remove copybara exclusions and add extension to the demo app
...
Issue: #3353
PiperOrigin-RevId: 273949689
2019-10-10 14:46:16 +01:00
sofijajvc
ad50f62eec
Remove method for setting custom gav1 libraries
...
PiperOrigin-RevId: 273929000
2019-10-10 14:45:49 +01:00
sofijajvc
f098562208
Fix comments in AV1 extension
...
PiperOrigin-RevId: 273928626
2019-10-10 14:45:40 +01:00
andrewlewis
3574345960
Fail av1 extension build if CMake is missing
...
If a user has checked out libgav1 they almost certainly want to
build the extension, so fail if CMake is not present but
libgav1 is present. Also add a note to the README linking to
instructions for installing CMake.
Also remove the NDK check, as ndk.dir is apparently deprecated
and Android Studio appears to install this automatically anyway.
PiperOrigin-RevId: 273918142
2019-10-10 14:45:23 +01:00
sofijajvc
5cf82a5079
Support GL rendering with SimpleExoPlayer and PlayerView
...
PiperOrigin-RevId: 273760294
2019-10-10 14:45:14 +01:00
sofijajvc
1312a54295
Avoid sync failures if libgav1 isn't present
...
PiperOrigin-RevId: 273734495
2019-10-10 14:44:48 +01:00
sofijajvc
70abbb9689
Add test AV1 video to demo app
...
PiperOrigin-RevId: 273706425
2019-10-10 14:44:20 +01:00