- 15 Jul, 2010 3 commits
-
-
Rémi Duraffort authored
This reverts commit f5b8b43a. (cherry picked from commit 41297efb) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
This reverts commit 8c1d2b3e. (cherry picked from commit d97a54a6) 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 d6d738ce)
-
- 14 Jul, 2010 4 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit d350820b) 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 a1c5d036c2b1692a5670dfe197ed776084c35946)
-
- 12 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 7b337cff1e4ef7bcfd12ba5b0601cb62b44e793b)
-
- 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 b8a46d564f7d6c822b8dbe945af2bcb679a0e579)
-
Rémi Denis-Courmont authored
As suggested by Jan Janak <jan@ryngle.com> (cherry picked from commit 6bbabbb5d27d6a221d9af04f1c6bf83bd8ae3a23)
-
Kamil Klimek authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit eee7959f60de79984e1c691253e07e3e86c1333a)
-
Rémi Denis-Courmont authored
(cherry picked from commit 31150350679286f873c94fc670ddbafddaed7163) 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 fd05e9c16c4a044ed25a5555de13b411e1a9ee11)
-
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 21f056e8c51e0c1f9ad522a41b5cfd48ea088160)
-
Rémi Denis-Courmont authored
(cherry picked from commit 57bc01b040818f1b5251f08f1d8b8f527c6d2306)
-
- 10 Jul, 2010 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit c7dd9b7ee11d95598e3c0414439b95bd220f7466)
-
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 73339d95a75f7f9311d4aa8674ee2600f884d8d7) 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 b1a700d1e3e5432235afe6179f67d2d13707a3a3)
-
- 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 b445a6a9ffb600e4aa87793c21186d457631d588) 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 d5cec4585d66dd4c67c496ed29a163436774b793) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
(cherry picked from commit eadba593a3010168598a4395fceecd392f8469c5) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit cd0c2c45c0198ec38cce4af877b033529639ddaa) 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 fe145872fccb389edc97c3dea2463f4956bc3db4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit c2a9fa6d7c095caa26e60943c88e528d08e2eec0)
-
Rémi Denis-Courmont authored
(cherry picked from commit 7f9b7d3e31101f97831b2e62ca25dc671de14c6b) Conflicts: bin/vlc.c src/libvlc.c
-
Rémi Denis-Courmont authored
(cherry picked from commit d3b02be6e47870bb1dff74f99bfa510fc4140646) Conflicts: bin/vlc.c
-
Rémi Denis-Courmont authored
(cherry picked from commit f566eb87f26199f73d9f7cec71724872c0fca714)
-
Rémi Denis-Courmont authored
(cherry picked from commit fa4ba3ac6e157737f7ecc269377659ff1c8a3f4e)
-
Rémi Denis-Courmont authored
We need the invert hack for the core input "file://" decode_URI().
-
- 07 Jul, 2010 6 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
-