- 01 Mar, 2022 2 commits
- 23 Feb, 2022 5 commits
-
-
#minor-release PiperOrigin-RevId: 430456963
ibaker committed -
#minor-release PiperOrigin-RevId: 430454251
ibaker committed -
#minor-release PiperOrigin-RevId: 430437927
ibaker committed -
These helpers will also be useful for future frame processor tests outside FrameEditorDataProcessingTest. PiperOrigin-RevId: 430409172
hschlueter committed -
Also replace the bitmaps with bitmaps obtained by following the instructions. PiperOrigin-RevId: 430232369
hschlueter committed
-
- 22 Feb, 2022 12 commits
-
-
PiperOrigin-RevId: 430220416
andrewlewis committed -
#minor-release PiperOrigin-RevId: 430200331
ibaker committed -
We need to access internal state to work around resources not being released on old API versions. Add a reference to the bug about this and suppress the lint warning. #minor-release PiperOrigin-RevId: 430190794
andrewlewis committed -
#minor-release PiperOrigin-RevId: 430189385
ibaker committed -
All (later customizable) GlFrameProcessors after the ExternalCopyFrameProcessor receive their input from a normal OpenGL texture not an external texture, so they won't need to worry about the textureTransformMatrix. PiperOrigin-RevId: 430165652
hschlueter committed -
getCurrentTrackGroups and getCurrentTrackSelections are retained for now, but moved from Player to ExoPlayer, to ease the transition for some application code that currently uses these methods. PiperOrigin-RevId: 430036355
olly committed -
As per https://github.com/google/ExoPlayer/commit/f2ad8ccd3cab30fb3960bc456e1766815be79eea, log tags can not be longer than 23 chars. PiperOrigin-RevId: 430032243
samrobinson committed -
#mse-bug-week PiperOrigin-RevId: 430028245
huangdarwin committed -
PiperOrigin-RevId: 429999620
olly committed -
There are two major blockers to this test: - H265 muxing is not available for API<24, so setting video mimeType to H265 will fail on those devices. - AMR audio encoding is buggy on some device and it's not a widely used format. The solution: use a video that is encoded with AVC/MP3, to ensure transcoding to AVC/AAC. PiperOrigin-RevId: 429648598
claincly committed -
Re-enable tests that have no muxer support for timestamps going backwards. Tests running on the B-frame sample will be added in a future commit. #mse-bug-week PiperOrigin-RevId: 429599177
samrobinson committed -
https://github.com/google/ExoPlayer/commit/8d9c4f4774a1eb0d89989963365ad0a7ae013ec4
*** Original commit *** Rollback of https://github.com/google/ExoPlayer/commit/43b796b64d629ba8b79516c43161c966d90ae786 *** Original commit *** Rollback of https://github.com/google/ExoPlayer/commit/08c5b1cb0a876a1e5059778bc133476e0a5f314d *** Original commit *** Wire up MediaMetricsListener and add configuration to... *** PiperOrigin-RevId: 429585773
ibaker committed
-
- 18 Feb, 2022 11 commits
-
-
This class will contain additional details such as frame count, once implemented. #mse-bug-week PiperOrigin-RevId: 429567678
samrobinson committed -
PiperOrigin-RevId: 429566102
Ian Baker committed -
We use the `createForCodec` method that does not take a `MediaFormat` during transformation, the error message always includes "no configured MediaFormat", which is false. PiperOrigin-RevId: 429553573
claincly committed -
PiperOrigin-RevId: 429386479
olly committed -
PiperOrigin-RevId: 429368911
olly committed -
PiperOrigin-RevId: 429364728
olly committed -
The muxer doesn't support HEVC below API 24. The is documented in the TransformationRequest javadoc and the Transformer.Builder will throw if HEVC is requested below API 24 so the option should not be part of the demo for those devices. #mse-bug-week PiperOrigin-RevId: 429343805
hschlueter committed -
PiperOrigin-RevId: 429338648
olly committed -
PiperOrigin-RevId: 429326432
ibaker committed -
Ian Baker committed
-
PiperOrigin-RevId: 429323642
samrobinson committed
-
- 17 Feb, 2022 10 commits
-
-
isTypeSupportedOrEmpty is very specific and a little hard to understand unless you know the one thing it's useful for. This commit replaces it with isTypeSupported, which can be used in conjunction with the recently added containsType method. PiperOrigin-RevId: 429312712
olly committed -
The track type is derived solely from the content. It does not depend on any runtime properties such as the player's capabilities of user track selection. Hence it belongs in TrackGroup rather than TrackGroupInfo. Note that this avoids TrackSelectionOverride from having to re-derive the track type internally. PiperOrigin-RevId: 429303312
olly committed -
NDK 23 removes GNU's bin utils. More info in https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md#binutils. LLVM bin utils are available in all modern NDK versions. #minor-release Issue: google/ExoPlayer#9933 PiperOrigin-RevId: 429299806
aquilescanta committed -
The bitmap can then be retrieved through ADB. #mse-bug-week PiperOrigin-RevId: 429293231
samrobinson committed -
Merge of https://github.com/google/ExoPlayer/pull/9934 #minor-release PiperOrigin-RevId: 429259055
olly committed -
Also invert disableFallback parameter in DefaultEncoderFactory to enableFallback. Fallback is still enabled by default. PiperOrigin-RevId: 429253266
hschlueter committed -
Calling `MediaMuxer.writeSampleData` can block indefinitely on old API versions. It is better not to call this method to fail quickly with an exception rather than getting stuck. Based on on-device testing media muxer doesn't generally handle out of order samples before API 25. There are a small number of devices where this does succeed but it seems preferable to turn this off everywhere to keep the code simple and have consistent behavior. Once we switch to in-app muxing this limitation will no longer apply. #mse-bug-week PiperOrigin-RevId: 429070255
andrewlewis committed -
#minor-release PiperOrigin-RevId: 429067634
bachinger committed -
PiperOrigin-RevId: 429059793
bachinger committed -
This allows the AdsLoader.State to be stored in savedInstanceState #minor-release PiperOrigin-RevId: 429057697
bachinger committed
-