Commits on Source (6)
-
Rémi Denis-Courmont authored
EACCES means that an operation is not possible in the current state. This is not to be confused with EPERM meaning that the user does not have the necessary credentials. Also compare HTTP results 401 and 403. Also compare with EINVAL (VLC_EBARVAR) meaning that operating is not possible because the value of a parameter is invalid.
2e4165c0 -
Rémi Denis-Courmont authored
Better than VLC_EGENERIC when something is understood to be unsupported on the local system.
aebb1110 -
Rémi Denis-Courmont authoreddd20ace5
-
Rémi Denis-Courmont authored
VLC_ENO* means that something cannot be found (usually by name/ID). VLC_EINVAL means that a parameter value is invalid.
6a69daad -
Rémi Denis-Courmont authored
...when failing to instantiate an object.
d1c2a20a -
Rémi Denis-Courmont authored
We don't need 4 different codes for essentially the same thing, which is that a certain thing could not be found.
f32f2892
Showing
- doc/browsing.txt 2 additions, 2 deletionsdoc/browsing.txt
- include/vlc_common.h 7 additions, 9 deletionsinclude/vlc_common.h
- include/vlc_variables.h 1 addition, 1 deletioninclude/vlc_variables.h
- modules/access/dvb/access.c 1 addition, 1 deletionmodules/access/dvb/access.c
- modules/access/dvb/scan.c 2 additions, 2 deletionsmodules/access/dvb/scan.c
- modules/access/mms/mmstu.c 2 additions, 2 deletionsmodules/access/mms/mmstu.c
- modules/access/satip.c 1 addition, 1 deletionmodules/access/satip.c
- modules/codec/avcodec/d3d11va.c 1 addition, 1 deletionmodules/codec/avcodec/d3d11va.c
- modules/codec/avcodec/dxva2.c 2 additions, 2 deletionsmodules/codec/avcodec/dxva2.c
- modules/codec/gstreamer/gstdecode.c 8 additions, 12 deletionsmodules/codec/gstreamer/gstdecode.c
- modules/control/cli/player.c 11 additions, 11 deletionsmodules/control/cli/player.c
- modules/control/cli/playlist.c 1 addition, 1 deletionmodules/control/cli/playlist.c
- modules/demux/mp4/mp4.c 1 addition, 1 deletionmodules/demux/mp4/mp4.c
- modules/gui/macosx/library/VLCInputItem.m 2 additions, 2 deletionsmodules/gui/macosx/library/VLCInputItem.m
- modules/gui/macosx/library/VLCLibraryController.m 12 additions, 12 deletionsmodules/gui/macosx/library/VLCLibraryController.m
- modules/gui/macosx/playlist/VLCPlayerController.m 2 additions, 2 deletionsmodules/gui/macosx/playlist/VLCPlayerController.m
- modules/gui/macosx/playlist/VLCPlaylistController.m 1 addition, 1 deletionmodules/gui/macosx/playlist/VLCPlaylistController.m
- modules/hw/d3d11/d3d11_processor.c 1 addition, 1 deletionmodules/hw/d3d11/d3d11_processor.c
- modules/hw/mmal/mmal_picture.c 1 addition, 1 deletionmodules/hw/mmal/mmal_picture.c
- modules/hw/vdpau/sharpen.c 1 addition, 1 deletionmodules/hw/vdpau/sharpen.c