Hannes Domani
a2897b56dc
Win32: stop stacktrace on nullpointer
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
170e5561c1
win32: call SetErrorMode() while still single-threaded
(This is required by MSDN.)
13 years ago
Rémi Denis-Courmont
7a52ace172
vlc: fix warning
13 years ago
Rafaël Carré
c24ea5fb3a
--stats: default to false
13 years ago
Jean-Baptiste Kempf
c435b2e5c6
Win32 vlc.exe: simplify by not calling asprintf
Suggestion from funman
13 years ago
Jean-Baptiste Kempf
7439ce1970
Win32: take LANG value from --language and the HKCU value
13 years ago
Rémi Denis-Courmont
07794538aa
vlc: use libvlc_set_app_id()
13 years ago
Rafaël Carré
6d53362001
Use _WIN32 rather than WIN32 (same for WIN64)
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.
gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.
13 years ago
Jean-Baptiste Kempf
dcc36eb2ef
Win32: move MessageBox error from libVLC to vlc.exe
One might want to handle libvlc creation errors in a different way
14 years ago
Jean-Baptiste Kempf
2fa9a4ae70
WinVLC: use _snwprintf that is conforming to the standard
14 years ago
Jean-Baptiste Kempf
6f0e67fb39
Win32: better uploading messages for crashes
14 years ago
Rémi Denis-Courmont
62d68cd9c1
vlc: start hotkeys interface explicitly
The actions of the hotkeys interface all affect the playlist, the
playlist's input, the playlist's input's vout(s), the playlist's aout
or the interfaces (controller). It has no use outside VLC.
14 years ago
Rémi Denis-Courmont
a7b2dcf0ee
Remove WinCE
14 years ago
Jean-Baptiste Kempf
9b77e10433
Win32: display stacktrace before modules list
14 years ago
Rémi Denis-Courmont
83a11816bc
Use STD*_FILENO constants where applicable
14 years ago
Rémi Denis-Courmont
89e8034a72
winvlc: enable improved gettext language detection for Windows Vista
14 years ago
Jean-Baptiste Kempf
bf511ca415
Fix compilation
14 years ago
Cezar Elnazli
85b689ebfa
Cosmetic: Max 78 chars/line (bin/winvlc.c)
Reformat bin/winvlc.c so that no lines are longer than 78 characters.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Rémi Denis-Courmont
8fe05711ee
winvlc: --data-path no longer exists
14 years ago
Rémi Denis-Courmont
feb4063c35
Use environment variable for data directory
...as for plugins directory. Most of the content is anyway per-process,
either because gettext and interfaces are per-process. The only caller
of the function that is not an interface or gettext is the DVB scanner.
This is even probably a bug.
15 years ago
Antoine Cellerier
a3363d0144
Set a default user agent on windows vlc too.
This complements commit dadb0622e6 which
moved responsability for setting the user agent to the client
application.
15 years ago
Rémi Denis-Courmont
982d89dbd1
winvlc: missing #include
15 years ago
Jean-Baptiste Kempf
12797a5244
Win32 Crashreport: use FTP passive mode
15 years ago
Rémi Denis-Courmont
7ac7fbccf5
Win32: setmode(stdin) belongs in the app, not the library
15 years ago
Rafaël Carré
5b3e912db1
win32 crash report: simplify crashdump_path usage
no need for dynamic buffers or calculation, it won't change while running
calculate it at start of program and make it const to ensure no threads will modify it
remove one level of indent in check_crashdump()
15 years ago
Jean-Baptiste Kempf
036d2ec059
WinVLC: upload the crashes to the right location
15 years ago
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