- May 13, 2023
-
-
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>
-
macosx: Ensure play instantly button is set to system accent colour if possible in VLCLibrarySongTableCellView Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Example: "mock://node[2]{video_track_count=1};node_count=4;length=1000000;node[1]{length=2000000}" Will create the following sub items: - input_item_New(mock://length=1000000, submock[0]); - input_item_New(mock://length=2000000, submock[1]); - input_item_New(mock://video_track_count=1, submock[2]); - input_item_New(mock://length=1000000, submock[3]); If specified with node[]{}, a sub item will use the params between "{}". If not specified, all subitems will use the same params from the url (here: "length=1000000"). This will be needed for the future and reworked media_list_player test.
-
To allow early successful return (cf. next commit).
-
- May 12, 2023
-
-
-
-
This is a RGB format with 10 bits per color.
-
We don't want to lose the extra chroma information if possible.
-
root is referenced as Button's Navigation parent but was never set
-
-
-
-
-
-
-
-
introduced by 11d7708b
-
François Cartegnie authored
refs #19242
-
François Cartegnie authored
-
-
- May 11, 2023
-
-
-
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Rather than enable video submenus directly, configure the video menu first and configure video submenu from there Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
François Cartegnie authored
Ancillaries are opaque to es and tied to data structures. It has nothing to do with ES as it does not exists on fmt.
-
François Cartegnie authored
-
- May 10, 2023
-
-
It was missing after the format was being set to FL32, causing i_bytes_per_frame mismatch when the input format size was different than 4. It is already done in MapOutputLayout() since this function change the number of channels but it was not done for the MapInputLayout() case. Regression from 87bbf8f2 Fixes #28117
-
Allow testing the OpenGL features through --filters=gl{filters=mock}.
-
Emscripten does not implement EGL extensions[^1] and doesn't need an extension to provide the correct display. [^1]: https://emscripten.org/docs/porting/multimedia_and_graphics/EGL-Support-in-Emscripten.html#egl-extensions Co-authored-by:
Alexandre Janniaux <ajanni@videolabs.io>
-
-
The label is unused starting with the removal of the matching goto in viewpoint error with commit 99e3c1c4. ../../modules/video_output/opengl/vout_helper.c: In function ‘vout_display_opengl_New’: ../../modules/video_output/opengl/vout_helper.c:265:1: warning: label ‘delete_sub_renderer’ defined but not used [-Wunused-label] 265 | delete_sub_renderer: | ^~~~~~~~~~~~~~~~~~~
-
Reference the vlc_gl_t provider used by the filter so that filter implementation can load other OpenGL symbols and extensions.
-
Now that vlc_opengl_filter.h is exposed, we can adapt the clients. Splitting in two commits allows easy cherry-picking without breaking anything, while this commit also modify the clients.
-
Import the filter.h header into the include/ so that new implementations can be written without using headers from modules/. This enables cleaner approach to write test driver using filters, which was used when testing the OpenGL implementation and the matching interop for emscripten.
-
-