- Mar 28, 2024
-
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
Added functions to Enable/Disable Speech-To-Text and to load the model: - When STT is enabled and a track is selected, a subtitle track is automatically created. - When the STT subtitle track is selected, the model is loaded, and the input is buffered.
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
Create a Loader interface to asynchronously load the desired Speech-to-Text model.
-
- Mar 22, 2024
-
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
Use a boolean to automatically select the new ES or not.
-
Steve Lhomme authored
We assume the first display must be in HDR for Windows to enable SDR. We don't know which adapter will be used at this point nor on which output.
-
Steve Lhomme authored
-
Steve Lhomme authored
When forcing or disabling HDR we don't want to match the display
-
Steve Lhomme authored
Only one of them needs special handling between DComp/HWND.
-
Steve Lhomme authored
We can avoid some scaling rounding if it's not applied.
-
Steve Lhomme authored
At this stage all regions are picture-based (ie not text regions). We don't need to check it anymore. Even if someday display modules can render text regions on their own, they can surely do the scaling too.
-
Steve Lhomme authored
We already require these display modules to be able to place and scale/stretch the video picture.
-
Steve Lhomme authored
A display module may set a value but not be used in the end.
-
Steve Lhomme authored
The zooming factor is applied once in the core, no need to make the display module compute it.
-
Steve Lhomme authored
The local blend_fmt was just exactly the same.
-
Steve Lhomme authored
The picture format already has a way to set cropping values in the picture. We just need a clone of the picture to change the metadata.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This is how the main picture is handled as well
-
Steve Lhomme authored
-
Steve Lhomme authored
They are only shown in the display area, regardless of the picture cropping.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The core cannot give us a null scaling.
-
* OpenGL compatibility only for macOS. * OpenGLES compatibility everywhere else but visionOS Given this, every decoded buffers will be compatible for all available Darwin compatible vout renderers.
-
-
-