- 11 Jul, 2010 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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>
-
Rémi Duraffort authored
-
- 10 Jul, 2010 13 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
This reverts commit f5b8b43a.
-
Rémi Duraffort authored
This reverts commit 8c1d2b3e.
-
Rémi Denis-Courmont authored
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
avcodec native decoder has priority over libvpx one, and I don't know howto change that easily. Fix #3820
-
Ilkka Ollakka authored
Fixes eg youtube viewing.
-
Rémi Denis-Courmont authored
The signal handler currently does nothing anyway, so this was a waste.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Returns NULL if the variable cannot be inherited - pointers can never be found in the configuration.
-
- 09 Jul, 2010 4 commits
-
-
Rafaël Carré authored
typo and double free
-
Ilkka Ollakka authored
Also accept filter-name without +/- as enabled one, so user can see messages by just typing module-name without any other syntax.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 08 Jul, 2010 17 commits
-
-
-
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
So LibVLC won't try to use a video output that cannot be embedded.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We cannot drop the priority to zero. This would break rare but functional use of `vlc --drawable-xid $WINDOWID`.
-
Rémi Denis-Courmont authored
We select it explicitly when a HWND is set for embedding.
-
Rémi Denis-Courmont authored
Mapping the Qt4 plugin requires a particularly long time and much memory. So we had better avoid doing this everytime we create a new video window (if the Qt4 interface is _not_ used).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
This removes useless member, useless parameter, useless empty dtor, and adds a missing reference. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
This reverts commit cf45f507.
-
Ilkka Ollakka authored
-