- 11 May, 2014 4 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
video_output/vout_subpictures.c: Fix filters appearing and disappearing when loaded for the first time. The sys->filter_chain_update and sys->source_chain_update interacted with each other, because the code was not carefull enough on when it is safe to overload 'sub-source' with the value of 'sub-filter'. The 'sub-filter' chain can also be a 'sub-source', but not the otherway around.
-
Jean-Paul Saman authored
Refactor sfilter enabling and disabling. One glitch stays present: A user needs to call libvlc_{logo,marq,adjust}_int{ p_mi, libvlc_{logo,marq,adjust}_Enable, twice initially. Once before setting options to get module to load and second after setting options. After this Enabling/Disabling works as expected. NOTE: when changing an option one MUST call libvlc_{logo,marq,adjust}_int{ p_mi, libvlc_{logo,marq,adjust}_Enable, again. The patch removes the dependency on the deprecated function vlc_object_find_name()
-
- 10 May, 2014 15 commits
-
-
Tristan Matthews authored
-
Rafaël Carré authored
-
Denis Charmet authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Denis Charmet authored
Fix #11333
-
Rafaël Carré authored
-
David Fuhrmann authored
-
David Fuhrmann authored
This shortcut is not supported on the mac, and will not work.
-
David Fuhrmann authored
-
Rafaël Carré authored
We already check that it is SHA1
-
Rafaël Carré authored
-
- 09 May, 2014 10 commits
-
-
Denis Charmet authored
Fix #11118
-
Rafaël Carré authored
Fix f3334ccb
-
Rafaël Carré authored
Fix warning: initialization discards ‘const’ qualifier from pointer target type es_format_t *fmt = &es->fmt; Introduced in 60044057
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
This reverts commit 33a939a7.
-
Ludovic Fauvet authored
-
Denis Charmet authored
Fix #11387
-
Rafaël Carré authored
Make mplayer timeline display nicer
-
- 07 May, 2014 7 commits
-
-
Felix Abecassis authored
-
Felix Abecassis authored
Was meant as constant pointer and constant pointed data.
-
Felix Abecassis authored
If p_chain->first is NULL, we should not take the address of first->filter.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #7241
-
Jean-Baptiste Kempf authored
We do not want the fallback on external packages here
-
Jean-Baptiste Kempf authored
Close #11434
-
- 06 May, 2014 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Abecassis authored
-
Jean-Baptiste Kempf authored
-