An error occurred fetching the project authors.
- 01 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 09 Sep, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 07 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()). * modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
-
- 15 Jun, 2004 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
-
- 09 Feb, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
* fixed a nasty bug in vlc_atoll.(closes #1763)
-
- 09 Jan, 2004 2 commits
-
-
Gildas Bazin authored
* src/extras/libc.c: return result in vlc_asprintf().
-
Gildas Bazin authored
* ALL: added vlc_asprintf() to our libc.
-
- 08 Jan, 2004 2 commits
-
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
- 07 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 08 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support. * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
-
- 14 Aug, 2003 1 commit
-
-
Gildas Bazin authored
* modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces. * include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
-
- 27 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
-
- 08 Feb, 2003 1 commit
-
-
Christophe Massiot authored
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters, * src/input/input.c: Correctly parse MRL of the type /Volumes/toto:titi/coincoin.mpg (closes #238 & #186) * modules/access/*: Changed some msg_Warn into msg_Err * po/fr.po: Updated French translation, * configure.ac.in: Re-enabled Swedish translation, * Makefile.am: Do not recompile everything everytime someone changes a .h
-
- 30 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
-
- 27 Dec, 2002 1 commit
-
-
Sam Hocevar authored
we export vlc_dgettext to plugins so that their messages can be translated as well.
-
- 20 Nov, 2002 1 commit
-
-
Sam Hocevar authored
functions to plugins. * ./bootstrap: enhanced the project file generation for plugins; we now parse makefiles to make this easier. * ./modules/**/Modules.am: reworked a few makefiles so that they are more easily parsed.
-
- 13 Nov, 2002 1 commit
-
-
Sam Hocevar authored
it simply outputs a usage message. * ./src/*: fixed a bunch of (legitimate) warnings under VC++. * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc and plugins -- plugins doesn't build anything yet).
-
- 12 Nov, 2002 1 commit
-
-
Gildas Bazin authored
* src/extras/libc.c: fixed typo. * configure.ac.in: compilation fix on win32 for the mms access plugin (the plugin is linked with ws2_32).
-
- 10 Nov, 2002 1 commit
-
-
Sam Hocevar authored
yet so there's little that can be tested, but threads work at least. * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other libc functions were added (strcasecmp, atof, getenv...).
-