Felix Paul Kühne
d63c187cd8
Fixed major crash on Snow Leopard pointed by Pierre
2009-09-04 12:32:20 +02:00
Jean-Baptiste Kempf
9689d87dbd
WinVLC: kill "was used with no prototype before its definition"
2009-08-22 11:18:13 +02:00
Jean-Baptiste Kempf
3e9c8d1bd8
Do not use crashdumps on Win64
2009-08-19 15:52:51 +02:00
Jean-Baptiste Kempf
4164da8033
Update _WIN32_IE to IE 5.01
2009-08-19 15:34:47 +02:00
Rémi Denis-Courmont
83b4e8360b
Replace libvlc_exception_get_message with libvlc_errmsg
...
(This is a bit hackish as the conversion is not completed)
2009-08-09 20:08:02 +03:00
Rémi Denis-Courmont
1861697046
Avoid late extra error message if globalhoykeys fail ( fixes : #3034 )
2009-08-08 12:30:10 +03:00
Rémi Denis-Courmont
5c62c801ed
Cleanup and fix aliasing warnings
2009-08-07 17:18:18 +03:00
Rémi Denis-Courmont
fe1b933e70
Solaris needs _XPG4_2 for ancilliary data ( fixes : #3040 )
2009-08-07 17:18:17 +03:00
Rémi Denis-Courmont
d17b37cf13
vlc-wrapper needs -lsocket on Solaris ( fixes : #3035 )
2009-08-06 21:06:04 +03:00
Rémi Denis-Courmont
66e451b5af
Work-around yet another bug of hopelessly broken MacOS X
...
Fixes #2984
2009-07-22 22:03:50 +03:00
Geoffroy Couprie
f5c2514a7a
Win32: add a --no-crashdump option
2009-07-06 15:58:23 +02:00
Rémi Denis-Courmont
0c88710e2c
Only load globalhotkeys if requested by caller
...
This leaves the choice for bindings to use it or not.
I wish we did the same for hotkeys and inhibit but it would break
backward libvlc API compatibility.
2009-05-06 18:15:27 +03:00
Geoffroy Couprie
3ace88ecf6
Win32: generate crashdumps everytime except if a debugger is present
2009-04-27 14:20:18 +02:00
Geoffroy Couprie
5b963efaee
Win32: cleaning crashdumps
2009-03-29 19:09:23 +02:00
Geoffroy Couprie
ce94f23fec
Win32 crashdump: typo
2009-03-23 13:49:58 +01:00
Rémi Denis-Courmont
951b94d3c2
Revert "Call XInitThreads early enough"
...
This reverts commit 364868f96f
.
On deeper look, this deadlocks in all kind of places. I guess we'll
have to live with the racy Xlib behavior instead.
Conflicts:
configure.ac
2009-03-01 14:40:33 +02:00
Rémi Denis-Courmont
364868f96f
Call XInitThreads early enough
...
We need to call XInitThreads before anyone tries XOpenDisplay or
something, and XInitThreads itself is not re-entrant, so call it before
we start LibVLC. This only "fixes" Xlib with VLC. Other LibVLC users
need to do something similar themselves. LibVLC cannot do it. Other
application may have already connected to X before it starts LibVLC.
2009-03-01 13:41:46 +02:00
Rémi Denis-Courmont
6b3c6c448d
Fix vlc dependency on libvlc
2009-03-01 13:36:27 +02:00
Rémi Denis-Courmont
0e1e17e1b8
Hard code plugin path and http path in static VLC
...
This allows using the http interface directly when builddir != srcdir.
This is needed to get rid of the ./vlc script.
2009-02-28 16:10:49 +02:00
Geoffroy Couprie
d282bd2d01
Win32: fix crash reporting version string
2009-02-25 14:14:02 +01:00
Geoffroy Couprie
2114aaa9b0
Win32: send crash reports to ftp://crash.videolan.org/crashs/
2009-02-24 22:36:04 +01:00
Rémi Denis-Courmont
8030cf38e9
Don't use repeat the same adverb twice
2009-02-22 16:36:39 +02:00
Geoffroy Couprie
f7c9acaebd
Win32: generate stacktrace on unhandled exception
2009-02-01 14:32:22 +01:00
Rémi Denis-Courmont
e778ca6441
Remove un-needed libs
2009-01-11 12:14:44 +02:00
Rémi Denis-Courmont
95b3682aaf
Ignore binaries
2008-12-07 14:35:58 +02:00
Rémi Denis-Courmont
9dd13ebf18
Provide replacement for CMSG_LEN and CMSG_SPACE
2008-10-09 20:50:27 +03:00
Geoffroy Couprie
ff026ff6e3
WinCE: reintroduce parse_cmdline
2008-10-07 19:43:08 +02:00
Rémi Denis-Courmont
723e71ef98
Unblock death signals if signals interface is absent
...
By the way, the exception handler claims the exception is not handled!
2008-09-25 18:34:13 +03:00
Rémi Denis-Courmont
3fff7ea77e
Spelling
2008-09-25 18:34:06 +03:00
Antoine Cellerier
675111cc7b
Add --enable-run-as-root option to configure.
...
Embedded platforms often only have the root user. Do not, I repeat, Do not enable this option if you don't know what you're doing.
2008-09-19 21:37:02 +02:00
Geoffroy Couprie
528a7cab1f
WinCE: build vlc.exe (+ modifications)
...
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-09-08 20:51:12 +03:00
Rémi Denis-Courmont
fae0cf510d
Build a separate non-installable VLC for easier debugging
2008-08-31 13:06:04 +03:00
Rémi Denis-Courmont
d6646730e7
argv is now on the stack, do not free it
2008-08-26 18:16:45 +03:00
Rémi Denis-Courmont
dcb6167401
Win32: do not pass argv[0] to libvlc - fixes #1920
2008-08-26 17:55:18 +03:00
Rémi Denis-Courmont
fe52817ef6
Revert early morning after bad night sleep commit
...
This reverts commit 916717a706
.
2008-08-26 17:45:39 +03:00
Rémi Denis-Courmont
916717a706
Win32: do not add argv[0] (vlc.exe) to the playlist
2008-08-26 08:15:23 +03:00
Rémi Denis-Courmont
b3382b7e0c
Remove left over
2008-08-25 19:26:35 +03:00
Rémi Denis-Courmont
274260e42f
Win32: (restore) support for Unicode command line...
...
...and use Windows built-in function for command line parsing.
2008-08-24 21:18:10 +03:00
Rémi Denis-Courmont
ca74f7fcfe
VLC resource file is only for Win32
2008-08-24 18:33:13 +03:00
Rémi Denis-Courmont
2c364f7a23
Revert "Don't mess with the build system a single day (git revert 83b35c64b6
-n!) before a major (git revert 83b35c64b6
-n) release"
...
Unbreak Linux build.
This reverts commit f806629f32
.
2008-08-24 12:42:39 +03:00
Felix Paul Kühne
f806629f32
Don't mess with the build system a single day (git revert 83b35c64b6
-n!) before a major (git revert 83b35c64b6
-n) release
2008-08-24 11:32:22 +02:00
Rémi Denis-Courmont
83b35c64b6
Move the executables out of src/
2008-08-23 18:13:09 +03:00