- 08 Aug, 2022 2 commits
-
-
PiperOrigin-RevId: 466025324 (cherry picked from commit 273cf086)
andrewlewis committed
-
- 05 Aug, 2022 8 commits
-
-
In the case where this check fails, the downstream frame processor chain won't be able to handle the incoming (SDR) data anyway as we've already set it up for HDR. PiperOrigin-RevId: 465584814 (cherry picked from commit 0e99d28a)
andrewlewis committed -
`requestCalculateSsim` more clearly represents the intention of the caller. Also rephrase the javadoc to simplify it and make it more precise. PiperOrigin-RevId: 465575578 (cherry picked from commit d90d7d30)
andrewlewis committed -
PiperOrigin-RevId: 465562260 (cherry picked from commit aafa31e9)
andrewlewis committed
- 04 Aug, 2022 4 commits
-
-
PiperOrigin-RevId: 465360186 (cherry picked from commit e63d594f)
huangdarwin committed
-
- 03 Aug, 2022 6 commits
-
-
The encoder color info [defaults](https://cs.android.com/android/platform/superproject/+/master:frameworks/av/media/libstagefright/foundation/ColorUtils.cpp;l=377;drc=891c19ccfa4953b5e5f7b87118e007b994d8074c) to a value that depends on the input resolution, but when tone-mapping is enabled we should always get BT.709 color space. Hard-code this constant for now to avoid behavior depending on the resolution. A future change should use the decoder output media format to populate the color info. PiperOrigin-RevId: 465070378 (cherry picked from commit 40a28d5a)
andrewlewis committed
- 02 Aug, 2022 2 commits
-
-
TGP: https://fusion2.corp.google.com/presubmit/tap/459592967/OCL:459592967:BASE:464692555:1659412331108:1ed6eb4e/targets If you need additional help investigating this issue, please consider using g/androidx-discuss to reach the wider Jetpack library owner and client community. For general questions about prebuilt drops, refer to go/androidx/g3_faq PiperOrigin-RevId: 464852576 (cherry picked from commit a3de13c9)
Googler committed
-
- 01 Aug, 2022 2 commits
-
- 29 Jul, 2022 4 commits
-
-
Format.NO_VALUE is a placeholder value for an invalid @C.ColorTransfer, used for example when the decoder doesn't support this transfer function. When encountering this invalid value, interpret this as COLOR_TRANSFER_SDR. Confirmed locally that an exception is thrown when transcoding on p4head, and no exception is thrown when transcoding with this CL. PiperOrigin-RevId: 464135080 (cherry picked from commit 1a22bcf1)
huangdarwin committed -
PiperOrigin-RevId: 463971447 (cherry picked from commit 810f451e)
huangdarwin committed
-
- 28 Jul, 2022 1 commit
-
-
* Sets KEY_HDR_STATIC_INFO from MediaFormat in the DefaultCodec. * Adds checks in mediaparser to ensure color space, range, and transfer are valid values. PiperOrigin-RevId: 463921325 (cherry picked from commit 44c42fef)
huangdarwin committed
-
- 19 Oct, 2022 1 commit
-
-
PiperOrigin-RevId: 463852948 (cherry picked from commit 9ed04ef8)
Marc Baechinger committed
-
- 28 Jul, 2022 3 commits
-
-
Despite unregistering the callback and clearing pending Handler messages, the callback may still receive pending calls if they are already triggered by the AudioTrack. Instead of asserting that the track is correct, we should gracefully ignore stale events. PiperOrigin-RevId: 463851393 (cherry picked from commit 3650c297)
tonihei committed -
Merging https://github.com/androidx/media/pull/110/commits/c37a767fdfc2f7e0b9eb1ad7ae6f864c93950712 PiperOrigin-RevId: 463826373 (cherry picked from commit 4d5d592c)
claincly committed -
MediaCodecRenderer allows passing HDR10+ out-of-bound metadata with ApplicationVersion = 1. PiperOrigin-RevId: 463822315 (cherry picked from commit 81d1dafe)
christosts committed
-
- 19 Oct, 2022 1 commit
-
-
PiperOrigin-RevId: 463792127 (cherry picked from commit 3b5a53f1)
Marc Baechinger committed
-
- 27 Jul, 2022 3 commits
-
-
TransformationException error codes were previously tied to OpenGL but other FrameProcessor implementations are possible. So this CL renames the error codes. Also, remove GL_INIT_FAILED error code, as FrameProcessor implemenations may initialize resources on a background thread after the factory method returns, so it's not obvious how to distinguish between initialization failures and processing failures. PiperOrigin-RevId: 463704902 (cherry picked from commit bac323d3)
Googler committed
-
- 26 Jul, 2022 3 commits
-
-
Downsampled from 3840x2160 resolution videos using ffmpeg: `ffmpeg -i <inputFilename> -filter:v scale=<width>:<height> -c:a copy <outputFilename>` PiperOrigin-RevId: 463454628 (cherry picked from commit 5f1ee86e)
samrobinson committed -
PiperOrigin-RevId: 463452893 (cherry picked from commit e1b6ed32)
samrobinson committed