- Mar 13, 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
-
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
-
- Mar 12, 2024
-
-
Gabriel Lafond-Thenaille authored
Create a Loader interface to asynchronously load the desired Speech-to-Text model.
-
- Mar 11, 2024
-
-
Gabriel Lafond-Thenaille authored
-
- Mar 01, 2024
-
-
Gabriel Lafond-Thenaille authored
Use a boolean to automatically select the new ES or not.
-
Thomas Guillem authored
The playlist is more suited to handle what to do after a playback. This will allow to simplify the vlc_player_t media provider by removing its callback that was sent depending on the media_stopped_action. Thanks to Pierre for the Qt part of this commit. Co-authored-by:
Pierre Lamot <pierre@videolabs.io> Related to #28524
-
- Feb 29, 2024
-
-
François Cartegnie authored
-
François Cartegnie authored
-
-
-
- Feb 28, 2024
-
-
Thomas Guillem authored
Related to #28524
-
-
-
-
-
-
Regression from fd84c2b4 Fixes #28543
-
- Feb 27, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Replace repeat icons on playlist library window sidebar with system icon if possible, tint content Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Replace shuffle icon on playlist library window sidebar with system icon if possible, tint content instead of replacing icon Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
To enable coverage report in MRs (and not just in artifacts), we need to indicate the regex for gitlab to parse the total percentage. See general documentation[^1] highlighting that uploading doesn't enable, as well as how to enable history [^2] and in merge requests[^3] for more details. The || true is needed on the script line extracting the coverage percentage, because the job is failing otherwise, but I'm still not sure what is causing the failure. [^1]: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html [^2]: https://docs.gitlab.com/ee/ci/testing/code_coverage.html#view-history-of-project-code-coverage [^3]: https://docs.gitlab.com/ee/ci/testing/code_coverage.html#view-code-coverage-results-in-the-mr Co-authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Gitlab has some constraints[^1] regarding the cobertura output to have the coverage results displayed on the merge request: - Files in the diff view must appear in the cobertura file to have the coverage enabled for them. - <filename> must be absolute or <source> must typically have an absolute path to the project directory. - Pipeline must have completed to show the results. - The coverage report must not exceed the limits (10MiB and 100 sources node). The second point on absolute filename was not valid given that meson gcovr setup the <source> with `.`, leading to the only <source> element referencing `.` instead of ${CI_PROJECT_DIR}. This commit patches the generated coverage to ensure it's relative to the root directory, enabling diff coverage. [^1]: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html#test-coverage-visualization-not-displayed
-
The files are reported to gitlab but not made public. Being able to download it enables running gcovr locally and makes it easier to debug coverage issues.
-
Missing quote `"` from 0dffba0e.
-