- 06 Aug, 2005 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 05 Aug, 2005 15 commits
-
-
Felix Paul Kühne authored
- save the prefs when they are changed, so the settings are kept - restore the objects to the correct values - fixed some compiler warnings - i18n support additions * Extended.nib: minor tweak * wxwidgets/extrapanel.cpp: fixed typo
-
Christophe Massiot authored
* modules/control/http.c: Use scandir instead of readdir since it allows to sort the files alphanumerically. * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
-
Christophe Massiot authored
-
Christophe Massiot authored
play. playlist_add takes two arguments, mrl and name, and returns the ID of the added item. play takes 1 argument, the ID of the item, and returns non-zero in case of error. These functions are much more convenient than using the "control" tags, because you can then do several commands in the same page, and get the playlist ID of the added item, which many people complained about.
-
Christophe Massiot authored
failing.
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
-
Christophe Massiot authored
--sout-transcode-fps is in use.
-
Christophe Massiot authored
to ascii instead of UTF-8 because those pages actually contain only ascii characters, and it allows it to work with all browsers including those which do not support UTF-8. BTW these pages should be somewhere in the filesystem instead of hard-coded in the C file.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 04 Aug, 2005 23 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- the adjust-image-filter and the audio-filters are completely useable ToDo: - complete i18n support - video-filters - loading the settings from the prefs correctly - probably minor layout tweaks, etc.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Christophe Mutricy authored
-
Christophe Massiot authored
charset the HTML pages will be transformed into (default no transform, ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the http intf should now work under Mac OS X with non-ascii filenames. When using the 'add' command (MVLC_ADD), add an extra paramater 'name' besides 'mrl' to specify which name to use in the playlist.
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
needed. This fixes the directory access module under Mac OS X.
-
Christophe Massiot authored
returned by Darwin's readdir). Probably we should send this upstream.
-
Christophe Massiot authored
under Mac OS X to transform UTF-8-MAC returned by readdir() into UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset should always return UTF-8. Also made vlc_current_charset() thread-safe and added a few missing const's.
-
Christophe Massiot authored
-
Christophe Massiot authored
UTF-8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* move Unicode stuff to a separate file
-
Rémi Denis-Courmont authored
* share/html/* : sepcify UTF-8 as XML encoding * httpd.c : add a bunch of "const"
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-