Shyri Villar
3137fcd1ca
Add support for new codecs parameter string
2017-09-09 00:45:23 +01:00
andrewlewis
64b1566ad4
Use Math.abs in Sonic.java
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166820970
2017-09-09 00:44:29 +01:00
andrewlewis
bbb0308295
Allow subclasses to customize the MediaFormat
...
Make getMediaFormat protected so that subclasses can set additional MediaFormat
keys. For example, if the decoder output needs to be read back via an
ImageReader as YUV data it is necessary to set KEY_COLOR_FORMAT to
COLOR_FormatYUV420Flexible.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166195211
2017-09-09 00:43:35 +01:00
Bei Yi
b80e3af2c9
Support zoom mode for AspectRatioFrameLayout
2017-09-09 00:43:08 +01:00
Bei Yi
9aa4aa8ff5
Support aspect ratio fill mode for AspectRatioFrameLayout
2017-09-09 00:43:02 +01:00
olly
8524fb343b
Use flavorDimensions for external demo app
...
- This is soon becoming mandatory.
- It also looks like future versions of com.android.tools.build
are being distributed via Google's Maven repository.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166058299
2017-09-09 00:42:27 +01:00
olly
cc5cfd46c0
Handle size==0 in MP4 atoms
...
Issue: #3191
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165925148
2017-09-09 00:42:06 +01:00
olly
85bc8a08db
Fix broken link + minor doc tweak
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165920927
2017-09-09 00:41:59 +01:00
tonihei
351b8a60d1
Remove isFirstWindow/isLastWindow from Timeline.
...
These methods are only used in one place, and offer duplicate
functionality to checking getNext(Previous)WindowIndex == C.INDEX_UNSET.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165910258
2017-09-09 00:41:47 +01:00
andrewlewis
4c51d386d5
Allow the app to specify extra ad markers
...
Issue: #3184
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165895259
2017-09-09 00:40:53 +01:00
Oliver Woodman
47e3b4dc3e
Minor style tweaks
2017-09-09 00:40:29 +01:00
Dulmandakh
51dac5838d
expose setPropertyByteArray, setPropertyString
...
export setPropertyByteArray, setPropertyString of DefaultDrmSessionManager for easy customization.
2017-09-09 00:40:26 +01:00
olly
d824aa9db7
Improve MediaSource/MediaPeriod documentation
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165628229
2017-09-09 00:37:30 +01:00
aquilescanta
38bc289e71
Improve FORMAT_UNSUPPORTED_DRM related documentation and logging
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165580016
2017-09-09 00:37:16 +01:00
olly
7e9b1fc8ae
Work around issue with Xiaomi JB devices
...
Issue: #3171
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165577562
2017-09-09 00:36:34 +01:00
andrewlewis
94a5e9bc3a
Restore the interrupted flag after blocking operations
...
If the main thread was interrupted during
ExoPlayerImplInternal.blockingSendMessage/release, the interrupted flag was
immediately set but then wait() was called on the next iteration. wait() would
immediately throw InterruptedException, causing the main thread to spin until
the blocking operation completed.
Instead of resetting the flag immediately, reset it after the blocking
operation completes.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165426493
2017-09-09 00:35:59 +01:00
olly
0e16c43f0c
Destroy GL context when releasing dummy surface
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165293386
2017-09-09 00:35:31 +01:00
olly
04131a1ee1
Update instructions to include Google Maven repository
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165291982
2017-09-09 00:35:25 +01:00
olly
a2a2acfd6a
Disable secure dummy surface on all Samsung N devices
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165291627
2017-09-09 00:35:12 +01:00
mdoucleff
e198667251
Add flag to CachedContentIndex to disable encryption. This allows the encryption feature
...
to be disabled gracefully: encrypted index files may be read, but plaintext will be written.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165196508
2017-09-09 00:35:00 +01:00
Bei Yi
7bde58a46d
Support crop mode for AspectRatioFrameLayout
2017-09-09 00:34:28 +01:00
Danny Brain
85d6c0f0a9
Fix possible subrip timing line NPE
2017-09-09 00:34:14 +01:00
WeiChungChang
44fa0b446e
Support H262 video in MP4
2017-09-09 00:34:01 +01:00
Oliver Woodman
b9ead4b7d1
Restrict usage of secure DummySurface for all Samsung devices.
2017-09-09 00:33:50 +01:00
olly
1f20e6f31e
Fix maskingX variables when timeline becomes empty
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164840037
2017-09-09 00:33:31 +01:00
olly
99f603c404
Support multiple video/text/metadata outputs
...
We've seen more than one issue filed where a developer has
registered a video listener and been confused by the fact
their SimpleExoPlayerView no longer works properly. There
are also valid use cases for having multiple metadata/text
outputs.
Issue: #2933
Issue: #2800
Issue: #2286
Issue: #2240
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164839882
2017-09-09 00:33:18 +01:00
bachinger
cf6c247bec
set mediaSession flags properly and keep queue in sync when timeline changes
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164774783
2017-09-09 00:32:54 +01:00
olly
5fedbf76db
Document usage of the RTMP extension
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164706135
2017-09-09 00:32:38 +01:00
olly
154f17ef1e
Fix minor Javadoc error
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164706078
2017-09-09 00:32:24 +01:00
olly
bc0829503a
Clean up terminology for MediaSession extension
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164705750
2017-09-09 00:32:09 +01:00
olly
74e8acf14f
Minimal change to expose segment indices in DefaultDashChunkSource
...
Issue: #3037
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164614478
2017-09-09 00:31:39 +01:00
ojw28
ce3042bffc
Merge pull request #3190 from google/revert-3157-dulmandakh-patch-1
...
Revert "expose setPropertyByteArray, setPropertyString"
2017-08-17 23:12:01 +01:00
ojw28
61078078df
Revert "expose setPropertyByteArray, setPropertyString"
2017-08-17 23:11:44 +01:00
ojw28
cc5e16eccf
Merge pull request #3157 from dulmandakh/dulmandakh-patch-1
...
expose setPropertyByteArray, setPropertyString
2017-08-17 23:09:57 +01:00
Dulmandakh
65e212c409
expose setPropertyByteArray, setPropertyString
...
export setPropertyByteArray, setPropertyString of DefaultDrmSessionManager for easy customization.
2017-08-09 15:42:58 +09:00
ojw28
2f8c31d173
Merge pull request #3151 from google/dev-v2-r2.5.1
...
r2.5.1
2017-08-08 16:53:44 +01:00
olly
a6fd4bdaf0
Support clip end greater than the child's duration
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164577001
2017-08-08 16:50:00 +01:00
olly
13bcc0062e
Don't release a surface until we've stopped using it
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164596062
2017-08-08 16:49:50 +01:00
olly
c1827b10b6
Bump to 2.5.1
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164595874
2017-08-08 16:49:32 +01:00
olly
371f675ae8
Fix missing source info refresh notification
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164502580
2017-08-08 16:49:03 +01:00
Oliver Woodman
deb9b301b2
Merge branch 'dev-v2-r2.5.0' into release-v2
2017-08-07 14:33:22 +01:00
Oliver Woodman
7a109f7411
Merge branch 'release-v2' into dev-v2-r2.5.0
2017-08-07 14:30:53 +01:00
eguven
e713ddc22d
Disable test coverage again
...
https://issuetracker.google.com/issues/37019591 causes local variables can't be found while debugging.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164449443
2017-08-07 13:43:03 +01:00
olly
f88149385a
Avoid rollover calculating sample offsets
...
I considered using Util.scaleLargeTimestamp for this, but
given sample offsets are relative and should always be
small (<<1s), it really shouldn't be necessary.
Issue: #3139
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164443795
2017-08-07 13:42:57 +01:00
olly
15bcdf3b71
Don't use TextureView's SurfaceTexture unless available
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164434943
2017-08-07 13:42:48 +01:00
olly
df05195f5f
Set correct Content-Type for ClearKey requests
...
Issue: #3138
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164434858
2017-08-07 13:42:42 +01:00
olly
1f66f30ccd
Clean up extension READMEs
...
Issue: #1157
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164434768
2017-08-07 13:42:35 +01:00
olly
13a580fdbc
Finalize r2.5.0
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164434615
2017-08-07 13:42:28 +01:00
aquilescanta
b0da1f98f6
Remove unnecessary API level check in PlayerActivity of the demo app
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164271226
2017-08-04 18:16:12 +01:00
andrewlewis
b407b19296
Log IMA LOG AdEvent ad data
...
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164267555
2017-08-04 18:16:06 +01:00