- 11 Nov, 2021 7 commits
-
-
#minor-release PiperOrigin-RevId: 408331834
ibaker committed -
https://github.com/google/ExoPlayer/commit/95e6db931a047775c1aa792c452be7996167a08f
*** Original commit *** Add link to annual media developer survey. This will be removed after the survey has closed in ~1 month. *** PiperOrigin-RevId: 408327757
ibaker committed -
#minor-release Issue: google/ExoPlayer#9660 PiperOrigin-RevId: 408323173
tonihei committed -
This is needed to ensure the deprecation warning appears on usages in Android Studio and in javadoc. #minor-release PiperOrigin-RevId: 408319182
ibaker committed -
PiperOrigin-RevId: 408311942
ibaker committed -
Each test exercises one of the setters. Together they assert that both setters set both fields. PiperOrigin-RevId: 408309207
ibaker committed -
#minor-release PiperOrigin-RevId: 408304187
ibaker committed
-
- 08 Nov, 2021 8 commits
-
-
PiperOrigin-RevId: 407635099
christosts committed -
PiperOrigin-RevId: 407540705
olly committed -
And in a couple of related places. This is for consistency with the rest of the codebase where we exclusively use indices. #minor-release PiperOrigin-RevId: 408273372
tonihei committed -
#minor-release PiperOrigin-RevId: 408269341
tonihei committed -
#minor-release PiperOrigin-RevId: 407847729
ibaker committed -
#minor-release PiperOrigin-RevId: 407843859
ibaker committed -
The ExoPlayer.Builder constructor overloads are only needed for apps trying to ensure certain classes are removed by R8/proguard, which isn't relevant for the demo app. PiperOrigin-RevId: 407819694
ibaker committed -
When we have multiple overrides for TrackGroups associated with one renderer, we need to look at all of them to find the non-empty one. Empty ones should only be used to remove previously selected tracks for this group and otherwise be ignored. Currently this is broken because the first override (no matter if it's empty or not) is used as the final selection for this renderer. Issue: google/ExoPlayer#9649 PiperOrigin-RevId: 407792330
tonihei committed
-
- 04 Nov, 2021 2 commits
- 03 Nov, 2021 9 commits
-
-
PiperOrigin-RevId: 407333525
tonihei committed -
PiperOrigin-RevId: 407314385
tonihei committed -
This cause the muxer to fail to stop on older devices/API levels. #minor-release PiperOrigin-RevId: 407309028
samrobinson committed -
#minor-release PiperOrigin-RevId: 407305661
ibaker committed -
This refactoring is the basis to support RF64 (see Issue: google/ExoPlayer#9543). #minor-release PiperOrigin-RevId: 407301056
kimvde committed -
PiperOrigin-RevId: 407162673
tonihei committed -
#minor-release PiperOrigin-RevId: 407136922
aquilescanta committed -
These warnings are caused by the fact that this is a library and the lint check doesn't see any app using the library in a TV context. PiperOrigin-RevId: 407110725
tonihei committed -
#minor-release PiperOrigin-RevId: 407086818
samrobinson committed
-
- 02 Nov, 2021 6 commits
-
-
The values returned by the framework method are equivalent to the local IntDef values. PiperOrigin-RevId: 407048748
tonihei committed -
#minor-release PiperOrigin-RevId: 407042882
christosts committed -
Where this introduced an inconsistency (e.g. assigning to something called `windowIndex`), I generally renamed the transitive closure of identifiers to maintain consistency (meaning this change is quite large). The exception is code that interacts with Timeline and Window directly, where sometimes I kept the 'window' nomenclature. #minor-release PiperOrigin-RevId: 407040052
ibaker committed -
tonihei committed
-
Accidental changes were introduced in http://https://github.com/google/ExoPlayer/commit/c53924326dd100874d080c55812659a3cb9e843a PiperOrigin-RevId: 406858888
huangdarwin committed -
PiperOrigin-RevId: 406849436
samrobinson committed
-
- 01 Nov, 2021 8 commits
-
-
PiperOrigin-RevId: 406840246
bachinger committed -
The values are equivalent and we can suppress the warning. PiperOrigin-RevId: 406839242
tonihei committed -
PiperOrigin-RevId: 406839109
tonihei committed -
The video scaling mode and stream type defines a default constant that needs to be added to the IntDef definition to be assignable. PiperOrigin-RevId: 406835696
tonihei committed -
PiperOrigin-RevId: 406827799
tonihei committed -
The variable is storing OpenGL's draw mode, which is different from Projection.DrawMode. PiperOrigin-RevId: 406820812
tonihei committed -
The return values of AudioManager.getPlaybackOffloadSupport are the same as the values defined in C.AudioManagerOffloadMode. PiperOrigin-RevId: 406817413
tonihei committed -
PiperOrigin-RevId: 406816023
olly committed
-