- 15 Jun, 2021 2 commits
-
-
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 19 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 -
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 -
#minor-release PiperOrigin-RevId: 377476603
claincly committed -
Related to Issue: #8941. RTSP message body's format is not regulated by the RTSP spec, meaning it can use either CRLF or LF as its line terminator. The old code assumes every line ends with CRLF (RTSP message and the message body); the new code will rely on the Content-Length information to receive the bytes for the message body. #minor-release PiperOrigin-RevId: 377475565
claincly committed -
Issue: #8246 PiperOrigin-RevId: 378606475
olly committed -
Issue: #9032 PiperOrigin-RevId: 378605169
olly committed -
PiperOrigin-RevId: 378407609
samrobinson committed -
PiperOrigin-RevId: 378390492
bachinger committed
-
- 08 Jun, 2021 10 commits
-
-
in preparation for upgrading the version of the Checker Framework in google3. More information: go/checker-3110-lsc PiperOrigin-RevId: 378184078
olly committed -
RtspMediaSource uses the timeline update paradigm from ProgressiveMediaPeriod. #minor-release PiperOrigin-RevId: 378150758
claincly committed -
PiperOrigin-RevId: 378134423
aquilescanta committed -
It is the current public stable version and it brings in @DoNotInline. PiperOrigin-RevId: 378119413
aquilescanta committed -
PiperOrigin-RevId: 378104210
kimvde 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 -
in preparation for upgrading the version of the Checker Framework in google3. More information: go/checker-3110-lsc PiperOrigin-RevId: 377925828
olly committed -
PiperOrigin-RevId: 377602447
olly 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. #minor-release PiperOrigin-RevId: 377544439
claincly committed -
PiperOrigin-RevId: 377542206
aquilescanta committed
-