Commits on Source (14)
-
Lyndon Brown authored
usage hint is the wrong thing to use, help text is the right thing; this mistake is the cause of confusing help output due to the fact that usage hints are printed exactly the same as a plugin/module heading.
530f7860 -
Lyndon Brown authored
cdda and vcd were the only users, both have now been switched to use `set_help()`.
c5f04152 -
Lyndon Brown authored
'cat hints' should only be used by the core (to define a set of headings to break its large set of options up with, instead of the option tree items). incorrectly using a cat hint here instead of a section means that this "hacks" sub-heading gets printed like a module heading, which is both imperfect from a neatness point of view, but also and more importantly potentially confusing.
566a7317 -
Lyndon Brown authored
this is to be used exclusively by the core. mistaken use in other modules results in issues in help output, as just fixed for the mp4 module.
3a82d263 -
Lyndon Brown authored78efded3
-
Lyndon Brown authored
such strings are supposed to be translated JIT for display by interfaces. this mistake causes a secondary translation to occur at an earlier and incorrect time - in execution of the plugin descriptor.
4ae3922a -
Lyndon Brown authored
such strings are supposed to be translated JIT for display by interfaces. this mistake causes a secondary translation to occur at an earlier and incorrect time - in execution of the plugin descriptor.
cfcc5fff -
Lyndon Brown authored
unused since 8f45b1e5
3ca23043 -
Lyndon Brown authored23901c0c
-
Lyndon Brown authored
these lists takes signed ints. this was caught by some later work that caused a warning here.
5987503e -
Lyndon Brown authored
the null entry should not be there. caught this with some work to be submitted later.
518db873 -
Lyndon Brown authoredbb632577
-
Lyndon Brown authored72bfbfdb
-
Lyndon Brown authored94d04d84
Showing
- include/vlc_plugin.h 3 additions, 5 deletionsinclude/vlc_plugin.h
- modules/access/cdda.c 3 additions, 1 deletionmodules/access/cdda.c
- modules/access/vcd/vcd.c 3 additions, 1 deletionmodules/access/vcd/vcd.c
- modules/audio_filter/channel_mixer/remap.c 1 addition, 1 deletionmodules/audio_filter/channel_mixer/remap.c
- modules/codec/speex.c 1 addition, 1 deletionmodules/codec/speex.c
- modules/demux/mp4/mp4.c 1 addition, 1 deletionmodules/demux/mp4/mp4.c
- modules/gui/qt/qt.cpp 1 addition, 1 deletionmodules/gui/qt/qt.cpp
- modules/hw/mmal/converter.c 0 additions, 1 deletionmodules/hw/mmal/converter.c
- modules/misc/medialibrary/medialibrary.cpp 2 additions, 2 deletionsmodules/misc/medialibrary/medialibrary.cpp
- modules/mux/asf.c 0 additions, 1 deletionmodules/mux/asf.c
- modules/services_discovery/os2drive.c 0 additions, 1 deletionmodules/services_discovery/os2drive.c
- modules/services_discovery/windrive.c 0 additions, 1 deletionmodules/services_discovery/windrive.c
- modules/video_chroma/i420_yuy2.c 1 addition, 2 deletionsmodules/video_chroma/i420_yuy2.c
- src/config/help.c 0 additions, 1 deletionsrc/config/help.c
- src/libvlc-module.c 31 additions, 32 deletionssrc/libvlc-module.c