1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/codec/a52old
Sigmund Augdal Helberg 5a13b475ce * include/configuration.h: added a new flag to the configuration stucture to
indicate wether it is an "advanced" option or not. The goal with this is to
hide the user from all the strange options that very seldom needs to be
changed. added an extra argument to all the add_* macros to indicate wether
the item is advanced or not.
* src/libvlc.h: added an "show advanced options" config option default
disabled
* src/libvlc.c: the advanced options are not listed by vlc --help and
friends unless --advanced is used
* modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
advanced options unless advanced is set
all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
using some common sense. Please check and correct

note: All interfaces should still work like they used to, see the change in
modules/gtk/preferences.c to find out how to "hide" options.

second note: I think I've changed all the modules, but I could not test
everyone for compilation, expect some broken modules (the fix is to add ",
VLC_TRUE" as last argument to the add_* I forgot)
2003-02-20 01:52:47 +00:00
..
downmix * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore. 2003-01-16 09:05:37 +00:00
imdct * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore. 2003-01-16 09:05:37 +00:00
.cvsignore * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore. 2003-01-16 09:05:37 +00:00
a52old.c * include/configuration.h: added a new flag to the configuration stucture to 2003-02-20 01:52:47 +00:00
adec.h * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3. 2002-08-23 14:05:22 +00:00
bit_allocate.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
decoder.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
decoder.h * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
downmix.h * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00
exponent.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
exponent.h * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00
imdct.c * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00
imdct.h * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00
internal.h * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
mantissa.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
mantissa.h * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
Modules.am * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc 2002-11-20 08:58:24 +00:00
parse.c * ./modules/audio_output/oss.c: compilation fixes. 2002-08-08 00:35:11 +00:00
rematrix.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00