Rémi Denis-Courmont
cafbe261a0
gnutls: generate Diffie-Hellman parameters dynamically ( fixes #14702 )
11 years ago
Thomas Guillem
f9d5f25582
remove android from old logger interface
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
08fce728d5
misc: remove makefile recursion
12 years ago
Rémi Denis-Courmont
dfc5fb5d2d
misc: remove Modules.am
12 years ago
Francois Cartegnie
e723b4fc31
addons: add configure option
13 years ago
Francois Cartegnie
6783e38ab6
addons: add addons.v.o repository
13 years ago
Francois Cartegnie
29f4fe99c5
addons: add local storage module
13 years ago
David Fuhrmann
673d45d0d5
Add secure transport TLS module
Secure Transport is a TLS library part of the Security framework
(preinstalled on every iOS and MacOS device). This library does
certificate validation during handshake automatically using the
root certificates from the preinstalled certificate store.
The main reason for this module is proper certificate validation
on iOS devices. This is not possible with gnutls, because there is
no access to the root certificates for external applications.
The module is also intended for use on OSX.
13 years ago
Felix Paul Kühne
c2b866499d
gnutls: link against CoreFoundation and the Security frameworks as it is required by the keychain certificate lookup patch
13 years ago
Rémi Denis-Courmont
0892e08572
modules: link to pthread only when needed
13 years ago
Rémi Denis-Courmont
bd17d39540
misc: avoid genmf in some simple cases
Also do not hard-code -lm for the fingerprinter.
13 years ago
Rémi Denis-Courmont
a38f6a7bae
modules: fix Windows build
13 years ago
Rémi Denis-Courmont
98cea7a2a2
modules: remove VLC-specific AM_LIBADD, simplify
13 years ago
Rémi Denis-Courmont
20cdb051ac
modules: simplify CPPFLAGS & CFLAGS
13 years ago
Rémi Denis-Courmont
e67cf044cc
modules: use different directory prefixes for each plugins subdirectory
This is just a step toward less recursion.
13 years ago
Rémi Denis-Courmont
640d0794a0
modules: factor Makefile statement
13 years ago
Rémi Denis-Courmont
d3bd87aaf3
Add subdir-objects automake option where appropriate
Makes version 1.14 happy.
13 years ago
Rafaël Carré
7e3c4b6648
Version all plugins when building for Windows
Refs #9108
13 years ago
Francois Cartegnie
29667876fc
misc: acoustid: update json parser.
Removes locale fix and conditionally builds fingerprinter.
14 years ago
Francois Cartegnie
3a22cff898
fingerprinter: fix dist
14 years ago
Francois Cartegnie
f27a2feb24
fingerprinter: remove stale file entry
14 years ago
Francois Cartegnie
0248a7fc5c
chromaprint: add fingerprinter module
14 years ago
Rémi Denis-Courmont
acee33591a
sqlite: remove useless plugin
14 years ago
Rémi Denis-Courmont
b64a4cd329
stats: merge as a single file
14 years ago
Rémi Denis-Courmont
306964775d
MCE: remove old plugin
14 years ago
Rémi Denis-Courmont
f85f712ef2
osd_parser/osdmenu: remove dead plugins
14 years ago
Rémi Denis-Courmont
c8f8e474a4
xscreensaver: remove unused plugin
xdg-screensaver has higher priority, so xscreensaver was never used.
14 years ago
Rémi Denis-Courmont
97a7b7ec17
dbus_screensaver: rename from power
14 years ago
Rafaël Carré
dffdc4c734
Rewrite inhibit.c as an "inhibit" interface
Remove libvlc hack, and fixes missing input state changes
14 years ago
Rémi Denis-Courmont
4b453a7a9e
Add option to enable OSD menu
14 years ago
Rémi Denis-Courmont
48821bd5b1
gnutls: use system X.509 trust
GnuTLS system trust supports more systems, and supports Linux and
Windows better, than the old custom code.
14 years ago
Rémi Denis-Courmont
969171b91c
gnutls: remove gcrypt initialization
There are no (other) reasons for the GnuTLS plugin to link against
libgcrypt. Since nettle has been the default back-end for GnuTLS for
ages, this old code has become more harmful than good.
Besides, this code was not sufficient to really address the thread
safety issues in libgcrypt (since it is also used via other paths).
14 years ago
Rémi Denis-Courmont
2376deda67
Remove recursion into modules/misc/osd/
14 years ago
Rémi Denis-Courmont
f369524f69
Remove recursion into modules/misc/stats/
14 years ago
Rémi Denis-Courmont
c5517b22c8
Remove recursion into modules/misc/playlist/
14 years ago
Rémi Denis-Courmont
c90a86804c
Remove recursion into modules/control/dbus/ and clean up D-Bus rules
modules/control/dbus/dbus.h is removed as it conflicted with the global
libdbus header and was included only once.
14 years ago
Rémi Denis-Courmont
0bafe94c50
Remove empty *_DEPENDENCIES in makefiles
14 years ago
Rafaël Carré
1207a36982
Remove vlc_memcpy
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years ago
Rémi Denis-Courmont
1f558cd6b1
Fix automake breakage in logger
15 years ago
Rafaël Carré
a43414d06f
logger: support android
15 years ago
Rémi Denis-Courmont
a42fe7a14d
GnuTLS needs Winsock
15 years ago
Rémi Denis-Courmont
c26e0c1f56
GnuTLS: plugin needs crypt32 on Windows to use the certificate store
15 years ago
Rémi Denis-Courmont
17a681a2a6
Move some gcrypt-related logic to makefiles
15 years ago
Rémi Denis-Courmont
339d302986
Remove OSSO screen unblanking plug-in
This is superseded by the MCE plug-in. libosso is not available on
Maemo 6 while MCE is available on all versions.
15 years ago
Rémi Denis-Courmont
5befd63432
MCE plug-in for screen unblanking on Maemo devices
15 years ago
Rémi Denis-Courmont
55596c9081
Move notify/ out of misc/
15 years ago
Rémi Denis-Courmont
0d648eeea4
Move text_renderer/ out of misc/
15 years ago
Rémi Denis-Courmont
6c6e9b7f21
Remove modules/misc/dummy/
15 years ago
Rémi Denis-Courmont
5c8fd676d3
Move and split dummy text render
15 years ago
Laurent Aimar
127fa7338d
Merged text_renderer.h into freetype.c
It isn't use anywhere else.
15 years ago