- 23 Aug, 2005 2 commits
-
-
Jean-Paul Saman authored
-
Christophe Massiot authored
compilation time. * configure.ac: Compilation information are now determined at configure-time. Fixed libSDL_image static linking. * src/libvlc.c: Removed VLC_CompileTime() since this is not possible without increasing the compilation time.
-
- 22 Aug, 2005 5 commits
-
-
gbazin authored
-
gbazin authored
-
Christophe Massiot authored
-
Christophe Massiot authored
allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives. This is a bit kludgy but so convenient to change drives under Windows. * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach directory. Thou shalt escape all exported functions with E_() to avoid potential namespace collisions ! * po: Re-run make update-po since POTFILES.in has changed.
-
Jean-Paul Saman authored
-
- 21 Aug, 2005 3 commits
-
-
Rémi Denis-Courmont authored
with --enable-shared-libvlc
-
damienf authored
- pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target
-
Rémi Denis-Courmont authored
-
- 20 Aug, 2005 1 commit
-
-
dionoea authored
and all its children.
-
- 19 Aug, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2005 3 commits
-
-
Jean-Paul Saman authored
Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu (or skins2) designer to freedom to decide how many steps he wants for turning up the volume from 0 to 1024. It is an advanced option so most users will never see it. Can someone check the MacOSX changes for this? I made them but cannot compiler and test it (I don't have a Mac).
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
- 17 Aug, 2005 2 commits
-
-
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.
-
- 15 Aug, 2005 5 commits
-
-
Rémi Denis-Courmont authored
-
zorglub authored
-
Rémi Denis-Courmont authored
- Fix local charset detection that broke (From|To)Locale
-
Christophe Massiot authored
-
Jean-Paul Saman authored
-
- 14 Aug, 2005 4 commits
-
-
Rémi Denis-Courmont authored
Bug reported by Thomas Knauer
-
Eric Petit authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
, but still miss the other one. Anyone with Visual Studio here ?
-
- 13 Aug, 2005 7 commits
-
-
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)
-
Jean-Paul Saman authored
Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
dionoea 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
-
- 12 Aug, 2005 3 commits
-
-
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
[12140].
-
Jean-Paul Saman authored
-
- 11 Aug, 2005 3 commits
-
-
dionoea authored
(like mplayer)
-
zorglub authored
-
Jean-Paul Saman authored
-