- Jul 12, 2010
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Jul 11, 2010
-
-
Rafaël Carré authored
get the SD video (in flv), the HD and HQ videos (in mp4) causes seeking back and forth and the video is unplayable
-
Ilkka Ollakka authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is not yet perfect as the input is not warned of the latency of the vout.
-
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.
-
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>
-
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
-
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>
-
ivoire authored
-
- Jul 10, 2010
-
-
ivoire authored
-
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.
-