- 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 |
|---|---|---|
| .. | ||
| AudioTranscodingSamplePipeline.java | Loading commit data... | |
| Codec.java | Loading commit data... | |
| DefaultCodecFactory.java | Loading commit data... | |
| EncoderUtil.java | Loading commit data... | |
| FallbackListener.java | Loading commit data... | |
| FrameEditor.java | Loading commit data... | |
| FrameworkMuxer.java | Loading commit data... | |
| Muxer.java | Loading commit data... | |
| MuxerWrapper.java | Loading commit data... | |
| PassthroughSamplePipeline.java | Loading commit data... | |
| ProgressHolder.java | Loading commit data... | |
| SamplePipeline.java | Loading commit data... | |
| SefSlowMotionFlattener.java | Loading commit data... | |
| SegmentSpeedProvider.java | Loading commit data... | |
| SpeedProvider.java | Loading commit data... | |
| TransformationException.java | Loading commit data... | |
| TransformationRequest.java | Loading commit data... | |
| Transformer.java | Loading commit data... | |
| TransformerAudioRenderer.java | Loading commit data... | |
| TransformerBaseRenderer.java | Loading commit data... | |
| TransformerMediaClock.java | Loading commit data... | |
| TransformerVideoRenderer.java | Loading commit data... | |
| VideoTranscodingSamplePipeline.java | Loading commit data... | |
| package-info.java | Loading commit data... |