- 17 Aug, 2014 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 Aug, 2014 27 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes a race condition where the player was visible on the bus with the MPRIS name, but did not implement MPRIS.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that we cannot hold the playlist lock while removing the callback, since the callback function takes the playlist lock.
-
Rémi Denis-Courmont authored
This is accessed with the playlock lock anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
This fixes the following compilation error. ----- CC os2/specific.lo os2/specific.c: In function 'IPCHelperThread': os2/specific.c:107:34: error: 'VLC_INPUT_OPTION_TRUSTED' undeclared (first use in this function) VLC_INPUT_OPTION_TRUSTED, ^ os2/specific.c:107:34: note: each undeclared identifier is reported only once for each function it appears in ----- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
This fixes the following compilation error. ----- CC demux/libts_plugin_la-ts.lo demux/ts.c: In function 'EITCallBack': demux/ts.c:3114:13: error: implicit declaration of function 'time' [-Werror=implicit-function-declaration] time_t timer = time( NULL ); ^ demux/ts.c:3115:13: error: implicit declaration of function 'difftime' [-Werror=implicit-function-declaration] int64_t diff = difftime( mktime( localtime( &timer ) ), ^ demux/ts.c:3115:13: error: implicit declaration of function 'mktime' [-Werror=implicit-function-declaration] demux/ts.c:3115:13: error: implicit declaration of function 'localtime' [-Werror=implicit-function-declaration] demux/ts.c:3116:38: error: implicit declaration of function 'gmtime' [-Werror=implicit-function-declaration] mktime( gmtime( &timer ) ) ); ^ ----- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Naohiro KORIYAMA authored
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
-
Naohiro KORIYAMA authored
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
-
Jean-Baptiste Kempf authored
-
- 15 Aug, 2014 5 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This lead to a deadlock when attempting to pause an input that did not support pausing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was inefficient and caused attachments from the meta engine or from the slave demuxers to get lost. Note that those attachments will still get lost later if the master demuxer sets the metadata update flag (which affects the Ogg demuxer only so far), or when adding a slave input. All regressions introduced in e4673369.
-