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
Geoffroy Couprie
5b963efaee
Win32: cleaning crashdumps
18 years ago
Geoffroy Couprie
ce94f23fec
Win32 crashdump: typo
18 years ago
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
18 years ago
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.
18 years ago
Rémi Denis-Courmont
6b3c6c448d
Fix vlc dependency on libvlc
18 years ago
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.
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
Rémi Denis-Courmont
8030cf38e9
Don't use repeat the same adverb twice
18 years ago
Geoffroy Couprie
f7c9acaebd
Win32: generate stacktrace on unhandled exception
18 years ago
Rémi Denis-Courmont
e778ca6441
Remove un-needed libs
18 years ago