Rafaël Carré
98f09b5dd8
winvlc: include address space layout in crash reports
Will help to 'undo' ASLR and make those reports useful
15 years ago
Rafaël Carré
a7172a8f1f
win64: report crashes
15 years ago
Jean-Baptiste Kempf
f87e9843a7
Win32: do not load DLL from cwd
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Rémi Denis-Courmont
92bd2294cf
WinCE: compile fix
15 years ago
Rémi Denis-Courmont
22c3b97b7a
winvlc: fix arguments
15 years ago
Rémi Denis-Courmont
00f9c81e01
winvlc: force plugin and data paths for vlc-static.exe
Just like we already do for (Unix) vlc.
15 years ago
Rémi Denis-Courmont
8a3032cce8
winvlc: fix warning
15 years ago
Jean-Baptiste Kempf
7813291609
winvlc: various cleaning and comments
15 years ago
Jean-Baptiste Kempf
30b2de492e
Win32: forgotten error GUI messages
15 years ago
Jean-Baptiste Kempf
f84dd14d1d
Win32: more dialogs when submitting the bug reports
Close #4798
15 years ago
Pierre Ynard
7e8f17ffa5
Win32: fix encoding of crash dumps
16 years ago
Jean-Baptiste Kempf
f5b88cbb5b
Win32: do not create too big stacktraces
We can't analyze them anyway, and they take space and bandwidth.
16 years ago
Rafaël Carré
35c8b6fef6
winvlc.c: cosmetics
make the loop for copying options in argv nicer
16 years ago
Rafaël Carré
0dc9628b41
winvlc: enable media-library
16 years ago
Geoffroy Couprie
89486ccb0b
Win32: Activate DEP on XP SP3. DEP is useless without ASLR, but people using an 10 year old OS don't have the right to complain
16 years ago
Rémi Denis-Courmont
c796d10a9a
Require Windows XP
(I doubt VLC 1.2.0 will be out before July 13th this year)
17 years ago
Rémi Denis-Courmont
09020b63ba
LibVLC core: remove exceptions
17 years ago
Geoffroy Couprie
4675f892ad
Win32: close vlc when heap corruption is detected
17 years ago
Rémi Denis-Courmont
7c912f1eda
libvlc_playlist_play: remove unused exception
17 years ago
Rémi Denis-Courmont
cec206c39a
libvlc_add_intf: remove dummy exception parameter
17 years ago
Rémi Denis-Courmont
13d838b645
ignore-config defaults to true
This saves all third party LibVLC application from having to set it
(The library depending on VLC configuration was really lame IMHO).
17 years ago
Jean-Baptiste Kempf
9689d87dbd
WinVLC: kill "was used with no prototype before its definition"
17 years ago
Jean-Baptiste Kempf
3e9c8d1bd8
Do not use crashdumps on Win64
17 years ago
Jean-Baptiste Kempf
4164da8033
Update _WIN32_IE to IE 5.01
17 years ago
Geoffroy Couprie
f5c2514a7a
Win32: add a --no-crashdump option
17 years ago
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.
18 years ago
Geoffroy Couprie
3ace88ecf6
Win32: generate crashdumps everytime except if a debugger is present
18 years ago
Geoffroy Couprie
5b963efaee
Win32: cleaning crashdumps
18 years ago
Geoffroy Couprie
ce94f23fec
Win32 crashdump: typo
18 years ago
Geoffroy Couprie
d282bd2d01
Win32: fix crash reporting version string
18 years ago
Geoffroy Couprie
2114aaa9b0
Win32: send crash reports to ftp://crash.videolan.org/crashs/
18 years ago
Geoffroy Couprie
f7c9acaebd
Win32: generate stacktrace on unhandled exception
18 years ago
Geoffroy Couprie
ff026ff6e3
WinCE: reintroduce parse_cmdline
18 years ago
Rémi Denis-Courmont
d6646730e7
argv is now on the stack, do not free it
18 years ago
Rémi Denis-Courmont
dcb6167401
Win32: do not pass argv[0] to libvlc - fixes #1920
18 years ago
Rémi Denis-Courmont
fe52817ef6
Revert early morning after bad night sleep commit
This reverts commit 916717a706 .
18 years ago
Rémi Denis-Courmont
916717a706
Win32: do not add argv[0] (vlc.exe) to the playlist
18 years ago
Rémi Denis-Courmont
274260e42f
Win32: (restore) support for Unicode command line...
...and use Windows built-in function for command line parsing.
18 years ago
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 .
18 years ago
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
18 years ago
Rémi Denis-Courmont
83b35c64b6
Move the executables out of src/
18 years ago
Rémi Denis-Courmont
c5942976c0
Fix off-by-one error
18 years ago
Rémi Denis-Courmont
c15a5164dd
Ignore exceptions correctly - don't let libvlc assert
18 years ago
Rémi Denis-Courmont
4d50cccae6
VLC: start the playlist at start
18 years ago
Rémi Denis-Courmont
e750a4887f
Simplify Win32 command line parsing
18 years ago
Rémi Denis-Courmont
19091cce42
libvlc_run_interface -> libvlc_add_intf (non-blocking)
18 years ago
Rémi Denis-Courmont
cbcdf0dcb9
Cleanup previous commit
18 years ago
Rémi Denis-Courmont
73a3e8a920
Work around the mingw linker
18 years ago
Rémi Denis-Courmont
ab67a5346f
Separate and refactor the win32 main code
It has almost nothing in common with the Unix main code anyway.
18 years ago