- 31 May, 2019 16 commits
-
-
PiperOrigin-RevId: 250517338
andrewlewis committed -
In surface YUV output mode the width/height fields of the VpxOutputBuffer were never populated. Fix this by adding a new method to set the width/height and calling it from JNI like we do for GL YUV mode. PiperOrigin-RevId: 250449734
andrewlewis committed -
Also allow enabling decoder fallback with MediaCodecAudioRenderer. Issue: #5942 PiperOrigin-RevId: 250301422
andrewlewis committed -
Update configuration script to use an external build, so we can remove use of isysroot which is broken in the latest NDK r19c. Also switch from gnustl_static to c++_static so that ndk-build with NDK r19c succeeds. Issue: #5922 PiperOrigin-RevId: 250287551
andrewlewis committed -
According to Cue's constructor (for bitmaps) documentation: + cuePositionAnchor does horizontal anchoring. + cueLineAnchor does vertical anchoring. Usage is currently inverted. Issue:#5633 PiperOrigin-RevId: 250253002
aquilescanta committed -
PiperOrigin-RevId: 249819080
olly committed -
PiperOrigin-RevId: 249610014
olly committed -
This prevents further unexpected updates if the MediaSource happens to finish its preparation at a later point. Issue:#5915 PiperOrigin-RevId: 249439246
tonihei committed -
PiperOrigin-RevId: 249417898
eguven committed -
Issue: #5926 PiperOrigin-RevId: 249404152
andrewlewis committed -
Issue: #5765 PiperOrigin-RevId: 249251150
olly committed -
The SurfaceListener just sets the surface on the VideoComponent, but SphericalSurfaceView already accesses the VideoComponent directly so it seems simpler to update the surface directly. PiperOrigin-RevId: 249242185
andrewlewis committed -
PiperOrigin-RevId: 249068395
andrewlewis committed -
Issue: #5834 PiperOrigin-RevId: 249067445
bachinger committed -
Issue: #5891 PiperOrigin-RevId: 248541827
bachinger committed -
Issue: #5891 PiperOrigin-RevId: 248369509
bachinger committed
-
- 22 May, 2019 4 commits
-
-
Marc Baechinger committed
-
Marc Baechinger committed
-
Marc Baechinger committed
-
Marc Baechinger committed
-
- 20 May, 2019 1 commit
-
-
r2.10.1
Oliver Woodman committed
-
- 17 May, 2019 3 commits
-
-
PiperOrigin-RevId: 248503971
andrewlewis committed -
PiperOrigin-RevId: 248503235
olly committed -
We previously only checked whether the reason for the timeline change is RESET which indicates an empty timeline. Change this to an explicit check for empty timelines to also ignore empty media or intermittent timeline changes to an empty timeline which are not marked as RESET. Issue:#5831 PiperOrigin-RevId: 248499118
tonihei committed
-
- 16 May, 2019 1 commit
-
- 15 May, 2019 15 commits
-
-
Issue: #5891 PiperOrigin-RevId: 248369509
bachinger committed -
PiperOrigin-RevId: 248350557
olly committed -
PiperOrigin-RevId: 248221982
aquilescanta committed -
Issue: #5876 PiperOrigin-RevId: 248119726
olly committed -
Issue: #5862 PiperOrigin-RevId: 248112524
bachinger committed -
Accessing task providers (like javaCompileProvider) at sync time is not possible. That's why the source sets of all generateJavadoc tasks is empty. The set of source directories can also be accessed directly through the static sourceSets field. Combining these allows to statically provide the relevant source files to the javadoc task without needing to access the run-time task provider. PiperOrigin-RevId: 247938176
tonihei committed -
Issue: #5876 PiperOrigin-RevId: 247935822
olly committed -
The update to Gradle 5.1.1 decreased the default heap size to 512MB and our build runs into Out-of-Memory errors. Setting the gradle flags to higher values instead. See https://developer.android.com/studio/releases/gradle-plugin#3-4-0 PiperOrigin-RevId: 247908526
tonihei committed -
PiperOrigin-RevId: 247630389
tonihei committed -
Issue:#5821 PiperOrigin-RevId: 247621164
tonihei committed -
Issue:#5868 PiperOrigin-RevId: 247613811
tonihei committed -
PiperOrigin-RevId: 247418601
andrewlewis committed -
If a PlayerMessage throws an exception, it is currently not deleted from the list of pending messages. This may be problematic as the list of pending messages is kept when the player is retried without reset and the message is sent again in such a case. PiperOrigin-RevId: 247414494
tonihei committed -
PiperOrigin-RevId: 247348352
andrewlewis committed -
Adding an explicit option to clear all downloads prevents repeated database access in a loop when trying to delete all downloads. However, we still create an arbitrary number of parallel Task threads for this and seperate callbacks for each download. PiperOrigin-RevId: 247234181
tonihei committed
-