- 09 Oct, 2014 1 commit
-
-
Julian Scheel authored
The mmal video_render element allows to configure a latency target. Although the parameter is named AUDIO_LATENCY_TARGET it is not actually related to audio but synchronizes frame draws with hdmi vsync. It tries to match the hdmi vsync rate to the picture render rate by slightly varying the hdmi pixel clock. This makes only sense if the actual display refresh rate matches the video frame rate, so that only minimal drift compensation is required. Thus enable it only when mmal-adjust-refreshrate is activated. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Oct, 2014 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
only msgClose won't stop listening, so we need to flag as CONN_DEAD as well so it will send the close message and exit thread
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 07 Oct, 2014 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is necessary for compatibility with C++. The keyword is only meaningful in definition, not in declaration anyway.
-
Antti Ajanki authored
generate_new_chunk() never proceeds to the last fragment run if the sentinel is included. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Rafaël Carré authored
-
Tristan Matthews authored
ogg was still being pulled in as a dependency when cross-compiling, which would break certain build configurations.
-
- 06 Oct, 2014 18 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
-
Ludovic Fauvet authored
Signed-off-by: Adrien Maglo <magsoft@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
aka flip4mac format.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Igor Prokopenkov authored
The "libvlc_MediaListPlayerPlayed" event was defined but unused. It is now fired when libvlc_media_list_player is played until last item in the playlist Signed-off-by: Igor Prokopenkov <cmyk777@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
utility function to convert hvcC extradata to annex b. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Oct, 2014 3 commits
-
-
Rémi Denis-Courmont authored
If the XVideo driver does not provide any RGB image format, then we are definitely better off with GLX than XVideo. Consider: - GLX supports proper subpicture blending - not XVideo, - GLX does not need chroma conversion - XVideo does in this case. This change makes no difference if the XVideo driver supports RGB.
-
Rémi Denis-Courmont authored
The core cannot blend subpictures to hardware surfaces. In principles, blending could be performed post chroma conversion, but this is not supported by the video output wrapper so far.
-
Rémi Denis-Courmont authored
-