- 17 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
At least with X11, the mouse may move without changing coordinates. We need to re-arm the cursor hide timeout since the cursor was shown. (cherry picked from commit ac6b127e)
-
- 16 Jul, 2010 5 commits
-
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3893 (cherry picked from commit e2254d4c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 15 Jul, 2010 13 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Yaron Shahrabani authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 6b0dd9ac) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Götz Waschk authored
1.6.0 does not support cover arts but the later version does support it. Signed-off-by: Rémi Duraffort <ivoire@videolan.org> (cherry picked from commit d456bb4a) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
(cherry picked from commit d4b758bc2b2edc79e6732de44b1b72c5a6a03005)
-
Rémi Duraffort authored
(cherry picked from commit ac49700607b46e824d93671722c8442aad409a6a) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 71ed5a7b8e5844d54c2279e06993b5161b6f2689) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
This reverts commit f5b8b43a9e210a70e016871db6bab36929d6b866. (cherry picked from commit 41297efb1b500434e8a8902b315290c4c516f67c) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
This reverts commit 8c1d2b3e3a20805becc4ce0d800f6f0c40de50dd. (cherry picked from commit d97a54a6417348376e26cc5f4d5ba9bbc698ede7) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
Don't ask me why, but libaa depends on Xlib. (cherry picked from commit d6d738ce6ec022d25c2dda2c12d9c194092230f4)
-
- 14 Jul, 2010 4 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit d350820bdecf153a9e1ea072c672f240b7114992) Conflicts: modules/gui/qt4/ui/open_net.ui
-
Rémi Denis-Courmont authored
(cherry picked from commit c282137c7fb604fc9c5efbc9810c857316c15fac)
-
Rémi Denis-Courmont authored
(cherry picked from commit 246c01b392ab5f91e5beecf35cf1d013a42347c7)
-
Rémi Denis-Courmont authored
(cherry picked from commit a1c5d036)
-
- 12 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 7b337cff)
-
- 11 Jul, 2010 9 commits
-
-
Mark Lee authored
Two new functions added: * val = libvlc_audio_get_delay( p_mi ) * libvlc_audio_set_delay( p_mi, i_delay ) The delay is measured in microseconds. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit b8a46d56)
-
Rémi Denis-Courmont authored
As suggested by Jan Janak <jan@ryngle.com> (cherry picked from commit 6bbabbb5)
-
Kamil Klimek authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit eee7959f)
-
Rémi Denis-Courmont authored
(cherry picked from commit 31150350) Conflicts: src/control/media_player.c
-
Rémi Denis-Courmont authored
- add an optional display callback, - make unlock callback optional (planes could be static), - pass an opaque picture identifier from lock to unlock and display callbacks (this would enable multiple pictures later), - pass pixel planes back to the unlock callback for convenience, - use pointer VLC variables instead of configuration strings, - fix an unlikely memory leak. (cherry picked from commit b401af054814d7067ef6217133b437e5fe695bfa)
-
Rémi Denis-Courmont authored
Returns NULL if the variable cannot be inherited - pointers can never be found in the configuration. (cherry picked from commit fd907c9abaa6304442ced84809bdb53600c922ca) Conflicts: include/vlc_variables.h src/misc/variables.c
-
Rémi Denis-Courmont authored
(cherry picked from commit fd05e9c1)
-
Daniel Tisza authored
Entity encoding was missing (for options) in generation of an xspf playlist. On the reading side the entity decoding is all fine. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 21f056e8)
-
Rémi Denis-Courmont authored
(cherry picked from commit 57bc01b0)
-
- 10 Jul, 2010 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit c7dd9b7e)
-
Ilkka Ollakka authored
avcodec native decoder has priority over libvpx one, and I don't know howto change that easily. Fix #3820 (cherry picked from commit 73339d95) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Denis-Courmont authored
The signal handler currently does nothing anyway, so this was a waste. (cherry picked from commit b1a700d1)
-
- 09 Jul, 2010 4 commits
-
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
There was a small window of opportunity between RtspSetup and RtspAddId where this can happen. (cherry picked from commit b445a6a9) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Ilkka Ollakka authored
TS-stream needs aud-nals, but didn't find any confirmation yet if ps needs those too, so I assume it does. Maybe it would be better just to check first nal and set boolean for adding aud. (cherry picked from commit d5cec458) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
-