- 18 Aug, 2005 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
playlist_delete.
-
Jean-Paul Saman authored
-
- 17 Aug, 2005 11 commits
-
-
Derk-Jan Hartman authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
* URL list seperator now is | (pipe) * fixes
-
Antoine Cellerier authored
-
Christophe Massiot authored
-
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
-
Christophe Massiot authored
* toolbox: New --update-version switch, which builds the version.c file from current date, user/hostname/domainname, compiler version and svn changeset. * src/libvlc.c: Exported API to access data from version.c. * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by, vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
-
Christophe Massiot authored
- 'variable' vlc_var_type - 'variable' vlc_config_type - value 'variable' vlc_var_set (renamed from vlc_set_var for consistency) - 'variable' vlc_var_get - value 'variable' vlc_config_set - 'variable' vlc_config_get
-
Christophe Massiot authored
-
- 16 Aug, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 15 Aug, 2005 18 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
- Fix local charset detection that broke (From|To)Locale
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.
-
Christophe Massiot authored
-
Jean-Paul Saman authored
Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 14 Aug, 2005 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Bug reported by Thomas Knauer
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It's already set to C globally because there are a bunch of things that assume US-style float numbers formatting (config file, RTSP VoD server to name a few) -- see SetLanguage() in libvlc. If you want to get a float from the user, you can look for the comma and replace it with a dot before parsing. However keep in mind that the stream output parser already uses the comma to separate options; that's yet another reason to use the dot in any case. Also, I don't know if some remote locales use neither dot nor comma as their decimal point.
-
Clément Stenac authored
-
Eric Petit authored
-
Christophe Massiot authored
not been set to VLC_FALSE yet, the program number is not specified, and we're reading a PMT.
-