- 24 Sep, 2006 1 commit
-
-
dionoea authored
-
- 15 Sep, 2006 1 commit
-
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 03 Sep, 2006 1 commit
-
-
Konstantin Pavlov authored
-
- 11 Apr, 2006 2 commits
-
-
dionoea authored
-
dionoea authored
I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop). Small illustration: ./vlc -vvv -I dummy input.ts --color All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments. Help would be appreciated. (I've already had reports of other people having the same kind of issues)
-
- 01 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 25 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 09 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
deserializing floats from configuration (fixes #589) I know this is NOT the “right” way to fix this. The “right” way would be to remove floats from the configuration... but there are approximately one float parameter in the core and 46 ones in our current plugins set, none of which I use myself. So I am defintely not going to rewrite all^H^H^Hany of them. Of course, it would be cleaner to be “strict” in what we write to the configuration file, than “liberal” in what we accept... but IMHO, it is way easier and more robust to be liberal in what we accept in this particular case (ie. accepting both decimal separators is trivial, while serializing float numbers manually is complex).
-
- 05 Mar, 2006 2 commits
-
-
dionoea authored
-
Rémi Denis-Courmont authored
-
- 13 Feb, 2006 1 commit
-
-
dionoea authored
-
- 12 Feb, 2006 2 commits
-
-
Rémi Denis-Courmont authored
- fix load/save of configuration and creation of configuration directory (refs #528)
-
Rémi Denis-Courmont authored
-
- 08 Feb, 2006 1 commit
-
-
dionoea authored
vlcrc file. This might seem obvious, but many people on the forums don't seem to understand that.
-
- 01 Feb, 2006 1 commit
-
-
Sam Hocevar authored
__ppc64__ (meaning PowerPC).
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 29 Aug, 2005 1 commit
-
-
Christophe Massiot authored
that under Win32 psz_homedir points to Application Data directory whereas psz_homedir points to the user's directory. * modules/control/http/util.c: When the target charset isn't UTF-8, manually convert Unicode quotes to ASCII quotes (yes this is ugly but libiconv doesn't handle it).
-
- 17 Aug, 2005 1 commit
-
-
Christophe Massiot authored
* modules/control/http.c: New RPN functions : - 'module' vlc_config_save ('module' can be an empty string) returns status - vlc_config_reset
-
- 14 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Aug, 2005 1 commit
-
-
dionoea authored
missing. Beware that this change configuration saving output (it used to be saved in users locale). this should fix float config options save/load rounding issues. If someone has a better fix, feel free to do so (but please dont revert a commit and provide no alternative fix)
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 01 Jun, 2005 1 commit
-
-
Christophe Mutricy authored
* standard.c: sap-ipv6 is no more used
-
- 31 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 21 May, 2005 1 commit
-
-
Christophe Mutricy authored
configuration.[ch]: Handling of deprecated options in the command line. Add a new configuration helper add_deprecated( name, b_strict). gui/*: Don't show deprecated option in the preferences libvlc.h: add the deprecated options from NEWS. Is there others ? Could the Mac and BeOS dev, check for their gui, please. Closes #112
-
- 16 Apr, 2005 1 commit
-
-
gbazin authored
-
- 15 Apr, 2005 2 commits
- 02 Apr, 2005 1 commit
-
-
gbazin authored
-
- 15 Feb, 2005 1 commit
-
-
gbazin authored
-
- 13 Jan, 2005 1 commit
-
-
gbazin authored
-
- 14 Dec, 2004 2 commits
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 07 Oct, 2004 1 commit
-
-
hartman authored
* configuration.c: don't crash on NULL values
-
- 05 Oct, 2004 1 commit
-
-
gbazin authored
-
- 04 Oct, 2004 1 commit
-
-
gbazin authored
-
- 01 Oct, 2004 1 commit
-
-
gbazin authored
-
- 01 Jun, 2004 1 commit
-
-
gbazin authored
-