Commits on Source (17)
-
Rémi Denis-Courmont authored
That option was added in 0.5.0 but does not seem to have ever had any effects. In practice, the access output is selected with the --sout-standard-access or --sout-es-access options.
f00a14d3 -
Rémi Denis-Courmont authored
That option was added in 0.5.0 but does not seem to have ever had any effects. In practice, the access output is selected with the --sout-standard-mux or --sout-es-mux options.
4aa60ffa -
Rémi Denis-Courmont authored
This has had no effects for some time. Unlike other module names, the access name is always taken from the MRL/URL.
e09aab00 -
Rémi Denis-Courmont authorede204a0c7
-
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
6eb94dde -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
7eb1959a -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also distinguishes between default and error.
eea9f1f4 -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
e6fcacbd -
Rémi Denis-Courmont authored
The choice list always offers "any" and "none", and in this case, the default is to not have a video splitter. This change fixes a bug whereby the GUI would save the value "none", which the core would then treat as a module name. No module by that name exists, so this would ultimately cause the video output to fail entirely. Also this treats NULL as an actual memory allocation error, instead of the default value which was previously undistiguishable.
303df23b -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
fede6a7e -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
b17e3867 -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
1c6090da -
Rémi Denis-Courmont authored
Consistent with GL (vlc_gl_Create()) and with the function documentation, this sets the strict flag when looking for a VK platform plugin. Note that this change has no effects with the default setting.
7551a7a1 -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
7f86c2f8 -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
770b892b -
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. In this particular cases, the default is not to transcode ES in the given category. Note that this does **not** interfere with the --sout-transcode-?codec options which are handled separately. This also enables to distinguish between default and error, though this change does not actually implement this.
c3ba3a32 -
Rémi Denis-Courmont authored
This ensures that all variables used have a sane non-empty default (only "codec" was left). Then we can assume that NULL is an error rather than an empty variable.
2480a515
Showing
- include/vlc_modules.h 3 additions, 0 deletionsinclude/vlc_modules.h
- modules/gui/macosx/windows/video/VLCVideoOutputProvider.m 1 addition, 1 deletionmodules/gui/macosx/windows/video/VLCVideoOutputProvider.m
- modules/stream_out/transcode/transcode.c 6 additions, 6 deletionsmodules/stream_out/transcode/transcode.c
- modules/video_output/libplacebo/display.c 1 addition, 1 deletionmodules/video_output/libplacebo/display.c
- modules/video_output/libplacebo/instance_opengl.c 2 additions, 2 deletionsmodules/video_output/libplacebo/instance_opengl.c
- modules/video_output/libplacebo/instance_vulkan.c 1 addition, 1 deletionmodules/video_output/libplacebo/instance_vulkan.c
- modules/video_output/opengl/display.c 2 additions, 2 deletionsmodules/video_output/opengl/display.c
- modules/video_output/opengl/vout_helper.h 1 addition, 1 deletionmodules/video_output/opengl/vout_helper.h
- modules/video_output/splitter.c 1 addition, 1 deletionmodules/video_output/splitter.c
- modules/video_output/vulkan/platform.c 2 additions, 2 deletionsmodules/video_output/vulkan/platform.c
- src/input/var.c 0 additions, 1 deletionsrc/input/var.c
- src/libvlc-module.c 9 additions, 19 deletionssrc/libvlc-module.c
- src/video_output/video_output.c 15 additions, 5 deletionssrc/video_output/video_output.c
- src/video_output/vout_wrapper.c 4 additions, 2 deletionssrc/video_output/vout_wrapper.c