- 15 Jun, 2021 15 commits
-
-
PiperOrigin-RevId: 379506322
olly committed -
Note that this removes a workaround for malformed content, in which the track_ID is set incorrectly. It's unclear there was sufficient reason to implement that workaround, and so it's preferable to remove it, rather than implementing the concept of unrecognized tracks, which would be needed to keep it and to also fix this issue. Issue: #9056 #minor-release PiperOrigin-RevId: 379506261
olly committed -
The Widevine H264 samples in the demo app now log this from the EventLogger: ``` [X] Track:0, id=1, mimeType=video/avc, bitrate=772315, codecs=avc1.42c01e, drm=[widevine,cenc], res=320x142, fps=24.0, supported=YES ``` And the VP9 ones log: ``` [X] Track:0, id=1, mimeType=video/x-vnd.on2.vp9, bitrate=588256, codecs=vp9, drm=[widevine], res=320x142, fps=23.809525, supported=YES ``` #minor-release PiperOrigin-RevId: 379498332
ibaker committed -
PiperOrigin-RevId: 379497408
kimvde committed -
PiperOrigin-RevId: 379469182
samrobinson committed -
PiperOrigin-RevId: 379440699
Oliver Woodman committed -
LSC: go/checker-lsc Tested: TAP train for global presubmit queue http://test/OCL:379220771:BASE:379219228:1623675799153:ea986c7c PiperOrigin-RevId: 379284240olly committed -
PiperOrigin-RevId: 379282201
claincly committed -
Add MediaItem.EMPTY. PiperOrigin-RevId: 379273172
jinpark committed -
PiperOrigin-RevId: 379264658
gyumin committed -
PiperOrigin-RevId: 378899373
aquilescanta committed -
PiperOrigin-RevId: 378895355
Oliver Woodman committed -
PiperOrigin-RevId: 378889901
samrobinson committed -
PiperOrigin-RevId: 378886637
kimvde committed -
Otherwise, Player clients would not be able to benefit from PlaybackException subclasses, like ExoPlaybackException. PiperOrigin-RevId: 378873767
aquilescanta committed
-
- 14 Jun, 2021 2 commits
- 11 Jun, 2021 7 commits
-
-
#minor-release PiperOrigin-RevId: 378844770
olly committed -
#minor-release PiperOrigin-RevId: 378844770
olly committed -
Added composer, conductor and writer. PiperOrigin-RevId: 378844760
samrobinson committed -
PiperOrigin-RevId: 378844617
samrobinson committed -
PiperOrigin-RevId: 378842286
kimvde committed -
As of [JDK-8247957](https://bugs.openjdk.java.net/browse/JDK-8247957), doclint no longer supports html4. Tested: Some test failures are present, but the CL author has decided to mail the change anyway PiperOrigin-RevId: 378819179
olly committed -
PiperOrigin-RevId: 378779411
jaewan committed
-
- 10 Jun, 2021 16 commits
-
-
#minor-release PiperOrigin-RevId: 373351014
olly committed -
Oliver Woodman committed
-
PiperOrigin-RevId: 378665771
olly committed -
#minor-release PiperOrigin-RevId: 378665771
olly committed -
PiperOrigin-RevId: 378647989
olly committed -
Also replace the equals() method in MediaUtils. PiperOrigin-RevId: 378638642
aquilescanta committed -
PiperOrigin-RevId: 378635295
aquilescanta committed -
ybai001 committed
-
ybai001 committed
-
PiperOrigin-RevId: 377106891
olly committed -
Oliver Woodman committed
-
RtspMediaSource uses the timeline update paradigm from ProgressiveMediaPeriod. PiperOrigin-RevId: 378150758
claincly committed -
The size of rtspLoaderWrappers must match the number of tracks exposed by the RTSP session (a track is exposed if its media description entry appears in DESCRIBE's SDP response). When retrying with TCP, the old code will start loading all exposed RTSP tracks, regardless of whether they are selected. The fixed code will only start loading selected tracks. #minor-release PiperOrigin-RevId: 377931030
claincly committed -
The current code does not catch the IAE thrown when building a MediaDescription or SessionDescription. This CL catches the IAE and propagates it as a ParserException. Issue: #9014. PiperOrigin-RevId: 377544439
claincly committed -
The old version's retry logic will not work if using authentication. Specifically, we use the same authentication parameters from the previous session, and the RTSP server will reject such parameter. In this fix, we reset the authentication info on retry. Further, we retry the last request on receiving a 401 Unauthorized, rather than sending out another DESCRIBE request. #minor-release PiperOrigin-RevId: 377539711
claincly committed
-