bachinger
abadc76872
Merge pull request #7245 from Clement-Jean:silence-media-source-factory
...
PiperOrigin-RevId: 307010600
2020-04-17 10:44:42 +01:00
kimvde
63da73df00
Add tests for ID3 in Mp3Extractor
...
PiperOrigin-RevId: 306844582
2020-04-17 10:44:32 +01:00
andrewlewis
efaa98eecf
Fix TeeAudioProcessor sink configuration
...
TeeAudioProcessor needs to configure its sink when it is initially set up.
PiperOrigin-RevId: 306808871
2020-04-17 10:44:24 +01:00
bachinger
d7280f096f
Add custom cache key to media item
...
This is required to migrate the PlayerActivity away from Sample to MediaItem. It hence needs adding buildUpon to MediaItem to mix in the customCacheKey and streamKeys before playback.
PiperOrigin-RevId: 306710643
2020-04-17 10:44:16 +01:00
bachinger
88de774587
Merge pull request #6270 from TiVo:p-iframe-only-playlist
...
PiperOrigin-RevId: 306677468
2020-04-17 10:44:06 +01:00
kimvde
ed977d1429
Test and fix H265Reader
...
- Update H265Reader to output the same samples after a seek to 0.
- Add a TsExtractor test for H.265.
PiperOrigin-RevId: 306675050
2020-04-17 10:43:57 +01:00
Clement Jean
3c655981d4
Add tag and Factory to SilenceMediaSource
2020-04-16 22:28:48 +08:00
ibaker
7214ad2d6f
Use FrameLayout instead of ViewGroup for Subtitle(Web)View
...
This is a more specific ViewGroup subclass that handles some of the
layout logic automatically. It's designed to work best with a single
child view, as used here.
PiperOrigin-RevId: 306654947
2020-04-15 17:42:19 +01:00
olly
ba0028ca2c
Parse trick-play role flags from DASH manifests
...
Issue: #6054
PiperOrigin-RevId: 306641689
2020-04-15 17:42:19 +01:00
aquilescanta
50926658b6
Avoid throwing an exception for sample default values
...
Allows playback of content when the default value is
not valid, but not used for any samples.
Issue: #7207
PiperOrigin-RevId: 306631376
2020-04-15 17:42:19 +01:00
christosts
91690f06ed
Add Clock#currentTimeMillis()
...
PiperOrigin-RevId: 306602043
2020-04-15 17:42:19 +01:00
tonihei
823419761f
Allow custom playback session id generator.
...
This allows users to inject their own session id logic.
PiperOrigin-RevId: 306597785
2020-04-15 17:42:19 +01:00
aquilescanta
4d22121cde
Capitalize r's in HlsMediaPlaylist byte ranges
...
PiperOrigin-RevId: 306504969
2020-04-15 17:42:19 +01:00
olly
6cff8a6ad0
Don't select trick-play tracks by default
...
Issue: #6054
Issue: #474
PiperOrigin-RevId: 306504362
2020-04-15 17:42:18 +01:00
olly
66f1c04445
Fix capabilities check for low frame-rate content
...
Issue: #6054
Issue: #474
PiperOrigin-RevId: 306437452
2020-04-15 17:42:18 +01:00
aquilescanta
edc25ddc8d
Fix javadoc typo
...
PiperOrigin-RevId: 306431216
2020-04-15 17:42:18 +01:00
tonihei
6a491e1294
Verify MediaSources passed to set/addMediaSources are non-null.
...
Even though they are annotated as non-null, Java users can pass in null values.
So we should verify the input to fail fast.
PiperOrigin-RevId: 306425487
2020-04-15 17:42:18 +01:00
olly
d1e0572448
Suppress warnings in preparation for Checker Framework 3.3.0 upgrade.
...
PiperOrigin-RevId: 305810757
2020-04-15 17:36:11 +01:00
ibaker
dfd5c512f6
Tweak PassthroughSectionPayloadReader to allow timestamp to change
...
PiperOrigin-RevId: 305674374
2020-04-09 16:44:19 +01:00
ibaker
d9a8622bd5
Eagerly set the format in PassthroughSectionPayloadReader.init
...
This reverts 94315ab757
This fixes issue:#7177
PiperOrigin-RevId: 305674114
2020-04-09 16:44:07 +01:00
gyumin
e250900a57
Add mute/unmute to DeviceComponent
...
PiperOrigin-RevId: 305648273
2020-04-09 16:43:54 +01:00
kimvde
d33c5ac0b3
Improve tests and samples naming in TsExtractor
...
PiperOrigin-RevId: 305526093
2020-04-08 21:49:12 +01:00
kimvde
afc2858ad0
Add PsExtractor test for AC3
...
PiperOrigin-RevId: 305503256
2020-04-08 21:48:54 +01:00
kimvde
dc80cf32b6
Add TsExtractor tests for LATM and H264
...
PiperOrigin-RevId: 305475709
2020-04-08 21:48:36 +01:00
gyumin
dbfb6b183c
Implement DeviceComponent of SimpleExoPlayer
...
PiperOrigin-RevId: 305460260
2020-04-08 21:48:27 +01:00
christosts
7504ce763e
Add QoePingStore and QoePingItem
...
This is the first CL for the offline qoe reporting
feature. Refer to the design doc for full information.
Design doc: go/exoplayer-offline-qoe
PiperOrigin-RevId: 305459231
2020-04-08 21:48:18 +01:00
christosts
e7fd6a0e01
SimpleExoplayer Builder for testing
...
Create a Builder that creates SimpleExoPlayer instances with fake
components, suitable for testing.
Basically extracts the Builder from ExoPlayerTestRunner to a standalone
class that can be re-used.
PiperOrigin-RevId: 305458419
2020-04-08 21:48:08 +01:00
kimvde
703fb777c4
Optimize extractors sniffing order
...
Issue: #6410
PiperOrigin-RevId: 305436352
2020-04-08 21:47:58 +01:00
bachinger
4e2a0f6032
simplify PlayerActivity towards using the media item only
...
PiperOrigin-RevId: 305300409
2020-04-08 21:47:48 +01:00
bachinger
8f24db73f1
rename Playlist to MediaSourceList
...
This CL is a renaming only. It's mostly about finding a decent naming for the internal Playlist class. The plan is to have a public Playlist class in the converged Player API, so we need to rename the internal one.
PiperOrigin-RevId: 305266196
2020-04-07 17:07:20 +01:00
olly
74a9d8f680
Clean up manifest MIME type and codec parsing
...
PiperOrigin-RevId: 305258836
2020-04-07 17:07:10 +01:00
olly
07f059116b
Clean up AudioFocusManagerTest
...
PiperOrigin-RevId: 305235961
2020-04-07 13:39:39 +01:00
olly
20cadd6e04
Audio focus: Restore full volume if focus is abandoned when ducked
...
If we're in the ducked state and updateAudioFocus is called with a
new state for which focus is no longer required, we should restore
the player back to full volume.
Issue: #7182
PiperOrigin-RevId: 305232155
2020-04-07 13:39:30 +01:00
ibaker
5a7dbae18c
Use Android's Color.argb() and Color.rgb() methods in ColorParser
...
PiperOrigin-RevId: 305216138
2020-04-07 13:39:22 +01:00
ibaker
8df6a4b301
Remove nullness warning suppressions from Matcher.group
...
These were introduced in c7164a30a0
In each case I checked that the groups are not optional,
so if they match they must be non-null.
PiperOrigin-RevId: 305213293
2020-04-07 13:39:13 +01:00
olly
d87fc72378
Add DASH text representation parsing tests
...
PiperOrigin-RevId: 305140826
2020-04-07 13:39:03 +01:00
Oliver Woodman
2b44ff3c71
Merge pull request #7184 from TiVo:p-subtitle-format-from-codecs
...
PiperOrigin-RevId: 305137114
2020-04-07 13:38:53 +01:00
olly
8d2bc7d182
Audio focus: Re-request audio focus if in a transient loss state
...
This avoids cases where audio focus is never successfully acquired
because another app is holding on to transient audio focus indefinitely.
Issue: #7182
PiperOrigin-RevId: 305108528
2020-04-07 13:38:42 +01:00
andrewlewis
dc813eca41
Fix stuck ad playbacks with DRM-protected content
...
When ClippingMediaPeriod first tried to read a buffer, if its end
position was before the end of the stream and it was buffered to its end
position, it would sometimes erroneously signal end-of-stream for
protected content because the sample queue might be waiting for DRM keys
at this point.
Work around the issue temporarily by signaling this specific case back
to ClippingMediaPeriod via the DecoderInputBuffer.
There will likely be a cleaner fix as a result of adding support for
dynamic clip end points in the future, at which point this can be
reverted.
issue:#7188
PiperOrigin-RevId: 305081757
2020-04-07 13:38:33 +01:00
Oliver Woodman
8991586c3b
Merge pull request #7034 from TiVo:p-exception-unreported-discontinuity
...
PiperOrigin-RevId: 305006564
2020-04-06 13:28:40 +01:00
kimvde
c13f41af0d
Remove deprecated members in DefaultTrackSelector
...
PiperOrigin-RevId: 304986313
2020-04-06 13:28:28 +01:00
bachinger
fc785871b3
add start and end position to media item
...
PiperOrigin-RevId: 304795753
2020-04-06 13:28:18 +01:00
olly
8583cd92c7
Suppress warnings in preparation for Checker Framework 3.2.0 upgrade.
...
In particular, replace @SuppressWarnings("initialization") with
@SuppressWarnings("nullness"); see
https://github.com/typetools/checker-framework/issues/3212 .
More information: go/checker-lsc
Tested:
TAP train for global presubmit queue
http://test/OCL:304697666:BASE:304680497:1585968008044:f0c4fd6c
PiperOrigin-RevId: 304751415
2020-04-06 13:28:07 +01:00
ibaker
a6358dc7be
Escape the rubyText when generating HTML
...
This should have been done before, I just missed it.
PiperOrigin-RevId: 304612519
2020-04-06 13:27:58 +01:00
ibaker
bdffab1200
Support multiple <rt> nodes inside <ruby> in WebVTT
...
This is supported (despite what my now-deleted comment says), see the
example here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rt
PiperOrigin-RevId: 304612099
2020-04-06 13:27:48 +01:00
olly
fb0330d4db
Propagate playback position through LoadControl shouldContinueLoading.
...
PiperOrigin-RevId: 304420177
2020-04-06 13:27:37 +01:00
ibaker
6438e1cdbc
Add support for tate-chu-yoko to SpannedToHtmlConverter
...
PiperOrigin-RevId: 304386857
2020-04-06 13:27:27 +01:00
bachinger
fe013979c2
use an unmodifiable map with a copy of the license request headers
...
PiperOrigin-RevId: 304356504
2020-04-06 13:27:16 +01:00
ibaker
205adb7f8d
Rewrite the vertical text support in SubtitleWebView
...
The attempt in <unknown commit> was hacky and incomplete.
PiperOrigin-RevId: 304356038
2020-04-06 13:27:06 +01:00
ibaker
7323b5351a
Add support for multi-line strings to SpannedToHtmlConverter
...
PiperOrigin-RevId: 304355717
2020-04-06 13:26:50 +01:00