Rémi Denis-Courmont
91bcac559f
Lower the noise level
17 years ago
Rémi Denis-Courmont
209c152e39
Safety checks for X11 error handlers
17 years ago
Rémi Denis-Courmont
0194cf13b4
VLC: remove false positives after fork()
17 years ago
Rémi Denis-Courmont
028bcb00da
Add small backtrace
17 years ago
Rémi Denis-Courmont
2eb05547c9
Log dangerous registration of signal handlers
17 years ago
Rémi Denis-Courmont
4213a133fd
Work-around non-thread-safe use of the C random number generator
17 years ago
Rémi Denis-Courmont
4e1ff3a1aa
Detect dangerous use of environment variables at run-time
17 years ago
Rémi Denis-Courmont
d8c9ed53b5
VLC: infrastructure to detect and/or work-around thread-unsafe calls
17 years ago
Rémi Denis-Courmont
8378cde8c4
Set debug environment variable earlier
Ensure that stdio and libintl won't do heap allocations beforehand.
17 years ago
Rémi Denis-Courmont
61053dc005
Always use the SIGPIPE hack even if not needed, it cannot hurt
17 years ago
Rémi Denis-Courmont
88e7248c43
Qt4: use putenv() before any thread is created
17 years ago
Rémi Denis-Courmont
6847291638
Do not hardcode libdl ( fix #3506 )
17 years ago
Rémi Denis-Courmont
9cca111d28
Work around cleanup handler bug in kfile plugin
Parental advisory: explicit hack.
If kfilemodule is loaded, bypass run cleanup handlers. Library really
should not use this C feature in any case (IMHO). And I find it
outright idiotic for a (Qt4) plugin to use cleanup handlers.
This is causing so many crash reports that it's not funny anymore:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719
17 years ago
Rémi Denis-Courmont
3048882f57
Print exact revision in addition to version number on console
17 years ago
Rémi Denis-Courmont
5a477c259b
vlc-cache-gen: add --force option
17 years ago
Rémi Denis-Courmont
b3a59c07e7
Always build and use "our" getopt
(We still need -lgnugetopt for cachegen)
17 years ago
Rémi Denis-Courmont
a5a49b4eec
Revert "Ugly hack to enable really quiet running of VLC."
This reverts commit 3dd62c351d .
17 years ago
Antoine Cellerier
60fa2918cf
Fix spelling.
17 years ago
Antoine Cellerier
3dd62c351d
Ugly hack to enable really quiet running of VLC.
Suppress VLC media player <version> message if --quiet is passed as
first argument. Feel free to revert if this is an issue.
17 years ago
Rémi Denis-Courmont
a5c0ce11f9
ignore vlc-cache-gen
17 years ago
Rémi Denis-Courmont
09020b63ba
LibVLC core: remove exceptions
17 years ago
Rémi Denis-Courmont
19bed424e1
Generate Windows resource file on need basis
17 years ago
Rémi Denis-Courmont
98ff57ae3a
vlc-cache-gen: no media library
This really should default to off everywhere except in VLC though.
17 years ago
Pierre Ynard
54a847e614
Use ifdef's to guard against setlocale() in vlc-cache-gen
17 years ago
Rémi Denis-Courmont
f974baf175
Add vlc-cache-gen to generate the plugins cache off-line
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
a8421c5730
VLC: exit if the requested interface could not be started
17 years ago
Rémi Denis-Courmont
abf060c1cc
vlc needs libvlccore for FromLocale()
17 years ago
Rémi Denis-Courmont
6791c80f95
Dead code
17 years ago
Rémi Denis-Courmont
cec206c39a
libvlc_add_intf: remove dummy exception parameter
17 years ago
Antoine Cellerier
28e52ddb9b
Add --data-path option. Access the src share directory now works from build tree.
17 years ago
Rafaël Carré
fcc9a34048
OSX specific hack to remove "-psnXXX" from args
Move it from libvlc where it didn't work to vlc binary where it really
should be
Now VLC can be started from dock again after [13d838b64 ]
17 years ago
Rémi Denis-Courmont
843da0f122
Maemo: globalhotkeys wouldn't make much sense
17 years ago
Rémi Denis-Courmont
5450e85079
Fix invalid free on non-UTF-8 locales
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
Rémi Denis-Courmont
697041f622
vlc: only print error message if LibVLC is initialized
17 years ago
Felix Paul Kühne
d63c187cd8
Fixed major crash on Snow Leopard pointed by Pierre
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
Rémi Denis-Courmont
83b4e8360b
Replace libvlc_exception_get_message with libvlc_errmsg
(This is a bit hackish as the conversion is not completed)
17 years ago
Rémi Denis-Courmont
1861697046
Avoid late extra error message if globalhoykeys fail ( fixes : #3034 )
17 years ago
Rémi Denis-Courmont
5c62c801ed
Cleanup and fix aliasing warnings
17 years ago
Rémi Denis-Courmont
fe1b933e70
Solaris needs _XPG4_2 for ancilliary data ( fixes : #3040 )
17 years ago
Rémi Denis-Courmont
d17b37cf13
vlc-wrapper needs -lsocket on Solaris ( fixes : #3035 )
17 years ago
Rémi Denis-Courmont
66e451b5af
Work-around yet another bug of hopelessly broken MacOS X
Fixes #2984
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