media/library/core/src/main
huangdarwin 540f5d681d Effect: Rename to ScaleAndRotateTransformation
Rename ScaleToFitTransformation to ScaleAndRotateTransformation.

This better represents the operations that can be accomplished using this
effect. The name was originally named ScaleToFit* because it's not obvious how
to scale to fit using OpenGL, and this effect handled the scaling to fit in a way that no other MatrixTransformations did.

However, it's hard to discover how to rotate when skimming names of effects, so
it's probably more useful to convey that this effect rotates, than that it
scales to fit.

PiperOrigin-RevId: 510480078
2023-02-24 09:28:37 +00:00
..
java/com/google/android/exoplayer2 Effect: Rename to ScaleAndRotateTransformation 2023-02-24 09:28:37 +00:00
javadoc/com/google/android/exoplayer2/doc-files Update to androidx.media3 2021-10-27 09:12:46 +01:00
res Update to androidx.media3 2021-10-27 09:12:46 +01:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00