- 11 Jul, 2010 29 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Becareful that it adds a delay of one frame, so it needs to be flushed on discontinuity and it will return NULL one time.
-
Laurent Aimar authored
It is not yet used, but it will be needed for filter that need to delay frames.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
We now test that the selected fourcc actually works by calling vaGetImage. Initial patch from Gwenole Beauchesne.
-
Laurent Aimar authored
No functional changes.
-
Laurent Aimar authored
No functional changes.
-
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>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As suggested by Jan Janak <jan@ryngle.com>
-
Kamil Klimek authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
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 11 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.
-