- 07 Oct, 2014 4 commits
-
-
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 6 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
-
Rémi Denis-Courmont authored
This is required for wl_surface.set_buffer_transform.
-
Rémi Denis-Courmont authored
Note: The wl_scaler object is retained after Open() even though it is not currently used afterwards. It will probably be needed for scaling subpictures going forward.
-
Rémi Denis-Courmont authored
-
- 04 Oct, 2014 12 commits
-
-
Damien Erambert authored
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
if Realloc fails, we are anyway screwed and most of the code doesn't chec check for Realloc failures even in this module.
-
Rémi Denis-Courmont authored
That should help failing safe to software decoding if the graphic card has too little free memory. Old cards with only 256 MiB are commonly affected by that problem.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-