- 01 Sep, 2005 1 commit
-
-
Christophe Massiot authored
-
- 13 May, 2005 1 commit
-
-
gbazin authored
-
- 14 Sep, 2004 1 commit
-
-
gbazin authored
* INSTALL.win32: update with new contrib package.
-
- 15 May, 2004 1 commit
-
-
gbazin authored
-
- 10 Mar, 2004 1 commit
-
-
gbazin authored
-
- 08 Mar, 2004 3 commits
-
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 29 Feb, 2004 1 commit
-
-
gbazin authored
* INSTALL.win32: updated win32 build instructions.
-
- 24 Jan, 2004 1 commit
-
-
hartman authored
* REST: stringreview round 1
-
- 13 Nov, 2003 1 commit
-
-
Loïc Minier authored
-
- 26 Oct, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: updated build instructions.
-
- 29 Jul, 2003 1 commit
-
-
gbazin authored
* configure.ac: bumped version number to 0.6.1. Enabled matroska support by default. * extras/MacOSX/*: bumped version number to 0.6.1. * INSTALL.win32: instructions update. * share/Makefile.am: included the html files for the http interface. * po/*: ran ./toolbox --update-po.
-
- 25 Jul, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC). * modules/gui/wxwindows/wxwindows.cpp: oops.
-
- 06 Jul, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: added an instruction for using tar to extract the contrib. * modules/stream_out/transcode.c: added mp3 fourcc.
-
- 22 Jun, 2003 1 commit
-
-
gbazin authored
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
- 22 May, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: added a small note about running vlc under the msvc debugger. * modules/gui/wxwindows/*: small fixes. * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32. * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
-
- 17 May, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :) * install-win32, Makefile.am: updates for the win32 package. * NEWS: added a few missing things.
-
- 02 Feb, 2003 1 commit
-
-
Sam Hocevar authored
of places.
-
- 24 Jan, 2003 1 commit
-
-
Sam Hocevar authored
* ./INSTALL.win32: updated accordingly.
-
- 18 Dec, 2002 1 commit
-
-
gbazin authored
* src/video_output/video_output.c: fixed a bug concerning the aspect ratio in vout_Request(). * INSTALL.win32: small update to the documentation.
-
- 07 Nov, 2002 1 commit
-
-
gbazin authored
* INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the fact that libdvdcss now needs a colon after the DVD drive letter (on Win32). * src/misc/messages.c: on Win32 only use fflush() if in debug mode. * src/misc/win32_specific.c: try to raise the our process priority slightly above normal. This prevent us from suffering too much from normal activity of the OS.
-
- 11 Oct, 2002 1 commit
-
-
gbazin authored
* INSTALL.win32: removed note about running in administrator mode to play a DVD. Updated doc about using cygwin for compiling.
-
- 06 Oct, 2002 1 commit
-
-
gbazin authored
* configure.ac.in: vlc can now be built under cygwin with or without the unix emulation layer (without if you use CC="gcc -mno-cygwin"). * INSTALL.win32: doc update for cygwin build. * modules/video_output/directx/events.c, modules/video_output/directx/directx.c, modules/audio_output/directx.c: compilation fixes for cygwin.
-
- 18 May, 2002 1 commit
-
-
gbazin authored
* updated INSTALL.win32 * a little bit of clean-up in the directx video output plugin
-
- 26 Apr, 2002 1 commit
-
-
gbazin authored
* updated win32 compilation instructions.
-
- 24 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries defining it. Grmbl. * ./src/input/input_ext-plugins.c: cosmetic change.
-
- 05 Apr, 2002 2 commits
-
-
Sam Hocevar authored
* ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package anymore, the package is now 700k instead of 4MB. * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a lot of stuff from Makefile.opts.in back to configure.in. * ./install-win32: updated script for NSIS 1.96. I hope this doesn't break too many other architectures...
-
Sam Hocevar authored
* ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place. * ./plugins/win32/Makefile: intfwin.so can be built using commandline. * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h file isn't needed for the intfwin plugin anymore. * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
-
- 02 Apr, 2002 1 commit
-
-
gbazin authored
* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option. ( this creates a small memory leak as we don't free the string obtained from config_GetPszVariable, but I think we can live with it for now ) * the SSE plugins are disable on the mingw32 build as they don't work. ( because memalign is not implemented on win32, and malloc only aligns on an 8 bytes boundary ) * fixed small mistake in INSTALL.win32
-
- 01 Apr, 2002 1 commit
-
-
gbazin authored
* updated INSTALL.win32
-