- Add a checkbox in the demo app to enable experimental HDR editing. - Add an `experimental_` method to `TransformationRequest` to enable HDR editing. - Add fragment/vertex shaders for the experimental HDR pipeline. The main difference compared to the existing shaders is that we sample from the decoder in YUV rather than RGB (because the YUV -> RGB conversion in the graphics driver is not precisely defined, so we need to do this to get consistent results), which requires the use of ES 3, and then do a crude YUV -> RGB conversion in the shader (ignoring the input color primaries for now). - When HDR editing is enabled, we force using `FrameEditor` (no passthrough) to avoid the need to select another edit operation, and use the new shaders. The `EGLContext` and `EGLSurface` also need to be set up differently for this path. PiperOrigin-RevId: 425570639
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| text | Loading commit data... | |
| util | Loading commit data... | |
| AdOverlayInfo.java | Loading commit data... | |
| AdPlaybackState.java | Loading commit data... | |
| AdViewProvider.java | Loading commit data... | |
| AudioAttributes.java | Loading commit data... | |
| AuxEffectInfo.java | Loading commit data... | |
| BasePlayer.java | Loading commit data... | |
| BundleListRetriever.java | Loading commit data... | |
| Bundleable.java | Loading commit data... | |
| C.java | Loading commit data... | |
| ColorInfo.java | Loading commit data... | |
| DataReader.java | Loading commit data... | |
| DeviceInfo.java | Loading commit data... | |
| DrmInitData.java | Loading commit data... | |
| ErrorMessageProvider.java | Loading commit data... | |
| FileTypes.java | Loading commit data... | |
| FlagSet.java | Loading commit data... | |
| Format.java | Loading commit data... | |
| ForwardingPlayer.java | Loading commit data... | |
| HeartRating.java | Loading commit data... | |
| IllegalSeekPositionException.java | Loading commit data... | |
| MediaItem.java | Loading commit data... | |
| MediaLibraryInfo.java | Loading commit data... | |
| MediaMetadata.java | Loading commit data... | |
| MediaPeriodId.java | Loading commit data... | |
| Metadata.java | Loading commit data... | |
| MimeTypes.java | Loading commit data... | |
| ParserException.java | Loading commit data... | |
| PercentageRating.java | Loading commit data... | |
| PlaybackException.java | Loading commit data... | |
| PlaybackParameters.java | Loading commit data... | |
| Player.java | Loading commit data... | |
| PriorityTaskManager.java | Loading commit data... | |
| Rating.java | Loading commit data... | |
| StarRating.java | Loading commit data... | |
| StreamKey.java | Loading commit data... | |
| ThumbRating.java | Loading commit data... | |
| Timeline.java | Loading commit data... | |
| TrackGroup.java | Loading commit data... | |
| TrackGroupArray.java | Loading commit data... | |
| TrackSelection.java | Loading commit data... | |
| TrackSelectionArray.java | Loading commit data... | |
| TrackSelectionOverrides.java | Loading commit data... | |
| TrackSelectionParameters.java | Loading commit data... | |
| TracksInfo.java | Loading commit data... | |
| VideoSize.java | Loading commit data... | |
| package-info.java | Loading commit data... |