- 23 Apr, 2004 1 commit
-
-
gbazin authored
* msvc/vlc.dsw: httpd is not a plugin anymore.
-
- 05 Mar, 2004 1 commit
-
-
Sam Hocevar authored
* Removed .cvsignore files and added proper svn:ignore properties.
-
- 06 Dec, 2003 1 commit
-
-
gbazin authored
* msvc/vlc.dsw: updated the list of plugins.
-
- 04 Dec, 2003 1 commit
-
-
gbazin authored
* toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling. * msvc/config.h.in, modules/access_output/file.c: MSVC fixes. * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
-
- 02 Dec, 2003 2 commits
- 25 Jul, 2003 1 commit
-
-
gbazin authored
* msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
-
- 11 Jun, 2003 1 commit
-
-
gbazin authored
* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old. * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
-
- 03 Mar, 2003 2 commits
- 01 Mar, 2003 1 commit
-
-
gbazin authored
* install-win32, Makefile.am: added the html faq to the win32 package. * toolbox, msvc/*: few fixes to the msvc project files generation. (compiling plugins won't work yet because there are a few hacks that need to be done in order to compile dlls that use the c-runtime)
-
- 16 Jan, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
information from configure.ac.in. Thanks to Stephane van Hardeveld for spotting this.
-
- 20 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./bootstrap: fixed a typo that prevented per-object target directories to work. * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large (more than 1MB) and I don't want to spoil the CVS with them.
-
- 19 Nov, 2002 1 commit
-
-
Sam Hocevar authored
8 bit string under WinCE. * ./extras/Win32_msvc: scrapped this directory. * ./bootstrap: we now parse plugin makefiles to guess what to put in the MSVC project files. Only the dummy plugin has been tested yet.
-
- 13 Nov, 2002 2 commits
-
-
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).
-
Sam Hocevar authored
directory because the two project files are starting to diverge. * ./evc/vlc.c: created a specific vlc.c file for Windows CE. * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message queue outputs to a logfile (until we have a proper interface).
-
- 10 Nov, 2002 2 commits
-
-
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...).
-
Sam Hocevar authored
work is still needed for missing functions. I only touched libvlc for the moment, plugins will come in a long long while. * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
-
- 09 Nov, 2002 2 commits
-
-
Sam Hocevar authored
* ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
-
Sam Hocevar authored
-