- 04 Oct, 2022 1 commit
-
-
Change-Id: I70c412870952e18826f43d218b074b2829127e10
Rakesh Kumar committed
-
- 03 Oct, 2022 1 commit
-
-
Change-Id: I004f4a9ed9bd7cc48708d82a01c945789d1e9e5e
Rakesh Kumar committed
-
- 30 Sep, 2022 2 commits
-
-
Change-Id: I6fc07d88a7dbc52fc2fbe0e5ad45a53f8f25c4fd
Rakesh Kumar committed -
Change-Id: I9033d0bd93c6129c64c41ce70fef26bf8a6e4b6e
Rakesh Kumar committed
-
- 21 Sep, 2022 1 commit
-
-
Added support for parsing CSD data to get sample Rate and Channel Count. Change-Id: I69fb0fa2cb11453d3b9e416925d3776eb6dc19a3
Rakesh Kumar committed
-
- 08 Sep, 2022 2 commits
-
-
Change-Id: I0054e54183df0bb9370bf3fe7047076e285e1e8f
Rakesh Kumar committed -
Change-Id: I7c5c12d86589bdc3f88c336573759bcfb0e7ce1b
Rakesh Kumar committed
-
- 04 Sep, 2022 1 commit
-
-
Added Mp4a-latm RTP Packet reader and added support for Mp4a-latm playback through RTSP. Change-Id: Ia590393f53ca880af926907843f6bea9ff0f4b35
Rakesh Kumar committed
-
- 05 Aug, 2022 8 commits
-
-
PiperOrigin-RevId: 465591877
leonwind committed -
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
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
andrewlewis committed -
PiperOrigin-RevId: 465563540
hschlueter committed -
Was getting "java.lang.IllegalAccessError: Illegal class access" in debug app. PiperOrigin-RevId: 465562541
yschimke committed -
PiperOrigin-RevId: 465562260
andrewlewis committed -
PiperOrigin-RevId: 465545764
hschlueter committed -
* Add RgbaMatrix interface implementation. * Add Builder class for easy adjustments. * Adjust existing RgbaMatrixPixelTests to use new RgbAdjustment class. PiperOrigin-RevId: 465545429
leonwind committed
-
- 04 Aug, 2022 5 commits
-
-
PiperOrigin-RevId: 465360186
huangdarwin committed -
PiperOrigin-RevId: 465337074
claincly committed -
PiperOrigin-RevId: 465318320
tonihei committed -
Adds a new event to AudioOffloadListener to get the offload state of the track, which indicates when software decoding is taking place. PiperOrigin-RevId: 465264362
yschimke committed -
Avoids disabling Offload on a write error, and instead relies on this being disabled on the AudioTrack init. It will no longer recover by disabling offload. PiperOrigin-RevId: 465248917
yschimke committed
-
- 03 Aug, 2022 6 commits
-
-
* OpenGL automatically clamps the output colors to the [0, 1] interval. PiperOrigin-RevId: 465071999
leonwind committed -
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
andrewlewis committed -
PiperOrigin-RevId: 465067306
hschlueter committed -
PiperOrigin-RevId: 465067191
claincly committed -
PiperOrigin-RevId: 465044342
hschlueter committed -
PiperOrigin-RevId: 465038852
hschlueter committed
-
- 02 Aug, 2022 2 commits
-
-
olly committed
-
PiperOrigin-RevId: 464767396
hschlueter committed
-
- 08 Aug, 2022 11 commits
-
-
* Transform frame colors using a defined RGBA Matrix to apply filters. PiperOrigin-RevId: 464523581
leonwind committed -
PiperOrigin-RevId: 464519030
leonwind committed -
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
huangdarwin committed -
This will allow effects preview in ExoPlayer to use the Effect and FrameProcessor interface (and the interfaces they depend on) without depending on transformer or the future effects module. PiperOrigin-RevId: 464060047
hschlueter committed -
PiperOrigin-RevId: 464052708
bachinger committed -
PiperOrigin-RevId: 464050072
leonwind committed -
PiperOrigin-RevId: 464045351
tonihei committed -
PiperOrigin-RevId: 463971447
huangdarwin committed -
PiperOrigin-RevId: 463930162
bachinger committed -
* 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
huangdarwin committed -
PiperOrigin-RevId: 463852948
tonihei committed
-