- 27 Jan, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
This function gets the active device identifier for the current audio output, if there is one, and is the complementary function to libvlc_audio_output_device_set(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 26 Jan, 2015 5 commits
-
-
Felix Paul Kühne authored
This solves linking issues on iOS and should have no negative impact on further platforms
-
Ludovic Fauvet authored
Close #11704
-
Jean-Baptiste Kempf authored
Close #12137
-
Jean-Baptiste Kempf authored
Close #12851
-
Ludovic Fauvet authored
Fix #13642 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jan, 2015 6 commits
-
-
Jean-Baptiste Kempf authored
Close #13643
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
Usage of selectedFont inside changeFont: is not allowed, and its not needed as all the necessary work is done in convertFont:. close #13740
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #12858
-
- 24 Jan, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Still alive!
-
- 22 Jan, 2015 6 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
This reverts commit 853a6c48. Breaks compilation with mingw-w64 3.2 : libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -I/contrib/x86_64-w64-mingw32/include -DPTW32_STATIC_LIB -DUPNP_STATIC_LIB -I/contrib/x86_64-w64-mingw32/include -g -DUPNP_STATIC_LIB -DPTW32_STATIC_LIB -Os -Wall -c src/api/upnpapi.c -o src/api/libupnp_la-upnpapi.o src/api/upnpapi.c: In function 'UpnpGetIfInfo': src/api/upnpapi.c:3214:2: error: unknown type name 'PIP_ADAPTER_ADDRESSES' PIP_ADAPTER_ADDRESSES adapts = NULL; ^
-
Jean-Baptiste Kempf authored
Close #13648
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
It fixes buffer allocations on some old android versions. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jan, 2015 8 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
CVE-2014-9495
-
Jean-Baptiste Kempf authored
Move to configure.ac
-
Jean-Baptiste Kempf authored
-
- 20 Jan, 2015 10 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Extended version of libvlc_media_parse_async. It uses a flag to specify parse options and returns an int for error handling. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Expose an event to libvlc users which allows them to get notified when a media list reached the end. That is, when the media list is attached to a media (subitems) that completed a parsing. Or when the media list is attached to a media discovery that stopped. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Don't call libvlc_media_list_set_media from media since it causes p_md->p_subitems to retain p_md while p_md is already retaining p_md->p_subitems, therefore these 2 objects won't be releasable. Add a new internal variable: p_internal_md that is set from media without retaining it. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
default. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adam Leggett authored
not have audio Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adam Leggett authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-