- 14 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
, but still miss the other one. Anyone with Visual Studio here ?
-
- 13 Aug, 2005 30 commits
-
-
Antoine Cellerier 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)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.
-
Rémi Denis-Courmont authored
may close #163
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
Change locale (LC_NUMERIC) in appropriate places so we always use the user's locale when reading/writting floats to config (otherwise it would read floats using C locale (float separator is . in C) and write them using the user's local (float separator can be , instead of .)) If these changes aren't ok, then i think that the only solution would be to always setlocale(LC_NUMERIC, "C") when handling config str<->float conversions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Compiler warning fixed
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
(carriage return are forbidden).
-
Rémi Denis-Courmont authored
Now can update PO when compiling from subdir
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
doesn't care to fix their packageconfig stuff to be really useful (such as instructing to link with mp3lame, zlib, etc.), so the packageconfig stuff doesn't bring much, and the current code breaks under OS X and Cygwin (at least).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
and some other Makefile cleanup
-
Christophe Massiot authored
than [12145]. We just want to replace spaces. * include/network.h: Restored the previous behaviour of vlc_UrlEncode(). We really mean to URL-encode ? & / etc. in order to be able to pass a string containing those special characters as a GET variable in the http control interface.
-
- 12 Aug, 2005 9 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
closes #311
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since allocating anything larger than 4kB on the stack is likely to break on many OSes.
-
Christophe Massiot authored
replace spaces with '+'. That's what browsers do, and I think it's the right thing to do since vlc_UrlEncode was just breaking things. refs #90 and debian bug #279735
-