- 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 6 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
-
Ilkka Ollakka authored
(cherry picked from commit eadba593) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit cd0c2c45) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 08 Jul, 2010 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
See http://forum.videolan.org/viewtopic.php?f=14&t=78396 (cherry picked from commit fe145872) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit c2a9fa6d)
-
Rémi Denis-Courmont authored
(cherry picked from commit 7f9b7d3e) Conflicts: bin/vlc.c src/libvlc.c
-
Rémi Denis-Courmont authored
(cherry picked from commit d3b02be6) Conflicts: bin/vlc.c
-
Rémi Denis-Courmont authored
(cherry picked from commit f566eb87)
-
Rémi Denis-Courmont authored
(cherry picked from commit fa4ba3ac)
-
Rémi Denis-Courmont authored
We need the invert hack for the core input "file://" decode_URI().
-
- 07 Jul, 2010 13 commits
-
-
David González authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 23f17c3370b45c6102109713976ad5983764fd59) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 5bfc874a371b299f70c1f889a45ed043dc128b7c) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 6e4f7493b073e405a03e977adb52085924740fd5) Conflicts: modules/gui/qt4/dialogs_provider.cpp
-
Rémi Duraffort authored
(cherry picked from commit edeb8f7bc73ca5bf1eeeca767469098252add6fa) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
(manually backported from commit a6817becf30b9e7c4d682e42128a374c8ba49ffc)
-
Rémi Duraffort authored
(cherry picked from commit 8c1d2b3e3a20805becc4ce0d800f6f0c40de50dd) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
It was possible with the oldtelnet interface using something like (echo admin ; echo help) | nc localhost 4212 That's now working with the lua one (but not the cleanest way). (cherry picked from commit f5b8b43a9e210a70e016871db6bab36929d6b866) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 3fc54c1ac1b1114d88c9ca782de378a0497c0272) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
This confuses too many users.
-
Erwan Tulou authored
fix #3862 (cherry picked from commit 36fda079eaf46162d0cd67f205766e9c71ee1cc5)
-
- 06 Jul, 2010 1 commit
-
-
Laurent Aimar authored
(cherry picked from commit 172c2460bc35a33a22b3bf257650482711275573) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-