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.
14 years ago
Rémi Denis-Courmont
982d89dbd1
winvlc: missing #include
14 years ago
Rémi Denis-Courmont
62a4f9f3be
Remove the now broken Maemo 5 poll hack
14 years ago
KO Myung-Hun
b5b1c1906f
Fix compilation error due to pthread on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
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é
efd58cb463
spelling
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
Pierre Ynard
9e015a3fa6
Fix .gitignore files
15 years ago
KO Myung-Hun
9eb2f121b3
Use kill() instead of pthread_kill() on OS/2.
pthread_kill() has not been implemented on OS/2, yet.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
5d1975c448
Include 'sched.h' only if available
Some systems such as OS/2 does not have 'sched.h'.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
29d1b42ef2
Disable globalhotkeys, none interface on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
4b5c54ec9f
Fix the problem to free an invalid memory object.
The first element allocated by FromLocale() is argv[2] not argv[1].
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
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
b6c4de7c16
Fix race between installation and execution of vlc-cache-gen
15 years ago
Rémi Denis-Courmont
ee1e329e73
Update libvlc.la path and factorize test Makefile
15 years ago
Rémi Denis-Courmont
e33be977f4
Build modules before libvlc and VLC
The largest change here consists of building the plug-ins cache after
vlc-cache-gen (instead of after modules previously).
15 years ago
Rémi Denis-Courmont
7dcac68447
Move src/control/ to lib/
15 years ago
Rémi Denis-Courmont
e7df8e75ea
Migrate VLC_ADD_* flags from vlc-config to AC_SUBST
15 years ago
Rémi Denis-Courmont
7bded055e2
Ignore the vlc binaries
15 years ago
Rémi Denis-Courmont
92bd2294cf
WinCE: compile fix
15 years ago
Rafaël Carré
83adfa3dc4
Fix vlc linking broken in [ 7a7630a19c]
It gave -static -no-install flags to vlc instead of vlc-static
15 years ago
Rémi Denis-Courmont
22c3b97b7a
winvlc: fix arguments
15 years ago
Rémi Denis-Courmont
7a7630a19c
winvlc: do use the libtool wrapper for vlc-static
This is required for Wine to find libvlc.dll and libvlccore.dll.
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
Rafaël Carré
c1a3ecd457
update: better version comparison
These days the extra vlc revision is an integer (1.1.10.1), not a
letter like in 0.8.6f days
Make PACKAGE_VERSION_* be integer, we don't need them to be strings
PACKAGE_VERSION_EXTRA now represents only this number, and is set to
0 when not used (1.1.11.0 represents 1.1.11)
Add PACKAGE_VERSION_DEV (== "git" or "rc*"), to be sure development
versions are less recent than released versions.
This string is never displayed, it is only tested for nullity
The file format on our servers can use X.Y.Z or X.Y.Z.E
15 years ago
Rémi Denis-Courmont
62f348b047
Do not print start banner if stderr is not a TTY.
The user is not going to see the banner, and this tends to clutter
error logs (X server, cron jobs...) - not only on MacOS.
15 years ago
Rémi Denis-Courmont
97e233d494
Spell overridden correctly
15 years ago
Jean-Baptiste Kempf
c977aa35ed
Win32: Add vlc-cache-gen.exe properties
Reported-By: Alessandro (ale5000)
15 years ago
Jean-Baptiste Kempf
91e36c8931
Update Win32 resource files
They still aren't perfectly compliant though...
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
15 years ago
Rémi Denis-Courmont
d9fc3851ea
override: simplify CALL()
15 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.
15 years ago
Rémi Denis-Courmont
5eff95a005
Assume we ahve setenv() and unsetenv()
15 years ago
Rémi Denis-Courmont
549ce2cad1
Override the plugins path with an environment variable...
...rather than with a command line option. This enables extending the
set of plugins paths globally, for all LibVLC applications.
Using an environment variable seems more logical than a command line
option considering that the module bank is shared by all VLC instances
in the process. In other words, it did not belong as a parameter to
libvlc_new().
15 years ago
Rémi Denis-Courmont
d1ca34ed5b
vlc: use signal handlers rather than sigwait() for SIGCHLD
This works around Qt4 QProcess getting stuck waiting for its
SIGCHLD signal handler to be called.
15 years ago
Rémi Denis-Courmont
86c8ef3fb2
vlc: use SETMASK instead of BLOCK
We don't really want to inherit the blocked signal mask from our parent.
15 years ago
Rémi Denis-Courmont
1ea58b26cc
Revert "Do not load KDE Qt plugins until KDE gets a clue"
This reverts commit 96c7f9c269 .
This did not work with KDE 4.6 anyhow.
15 years ago
Rémi Denis-Courmont
96c7f9c269
Do not load KDE Qt plugins until KDE gets a clue
15 years ago
Rémi Denis-Courmont
5dc560308c
Restore correct SIGCHLD handling
This affects way too many code paths. Let KDE fix their own crap.
15 years ago
Rémi Denis-Courmont
2bc307db6f
Do run exit handlers, fix a few leaks
15 years ago
Rémi Denis-Courmont
5094db41a4
Work around QProcess bug (KDE bug #260719 )
15 years ago
Jai Menon
0dff66f4f6
Provide a variant of the CALL macro which doesn't use the nested functions GNU C extension.
This is useful when building with compilers like clang+llvm which do not
plan on implementing this extension.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago