- 21 Jun, 2011 1 commit
-
-
Jean-Paul Saman authored
Add private release function, which is not going to be overridden by Picture Poool. It is not allowed to alter the refcount from the picture in this callback function. Its purpose is to provide a callback to release private resource (picture_sys_t) when needed. Feeing of picture_sys_t itself is done inside the pf_release() callback. Which will be called only on picture_Delete() when used inside a picture Pool.
-
- 15 Jun, 2011 2 commits
-
-
Jean-Paul Saman authored
Force refcount to one in vlc_va_Get().
-
Jean-Paul Saman authored
surface->i_order is not the display order, but more the age of the surface in use.
-
- 14 Jun, 2011 6 commits
-
-
Jean-Paul Saman authored
Small cleanup of error message so it shows more usefull information.
-
Jean-Paul Saman authored
Use a static mutex to protect access for libva.
-
Jean-Paul Saman authored
Setting the palette does not work and the function always returns with status VA_STATUS_ERROR_OPERATION_FAILED. Re-enable when figure out how it should be used then.
-
Jean-Paul Saman authored
Move setting of VAImage properties to the function where the image is created.
-
Jean-Paul Saman authored
Create a palette for a VAImage when our region picture has one.
-
Jean-Paul Saman authored
vout_display_NewWindow() expects that wnd_cfg.width and wnd_cfg.height are the fullscreen size of current display. Otherwise scaling to larger sizes then the decoded picture size is not going to work.
-
- 05 Jun, 2011 1 commit
-
-
Jean-Paul Saman authored
The subtitle subpictures are regenerated for each call to vd->Prepare. This is not very efficient and results in flickering display of subtitles. Implement a VASubpicture's cache to solve the flickering.
-
- 02 Jun, 2011 5 commits
-
-
Jean-Paul Saman authored
Remove debug leftover.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Share SubpictureDestroy() between vaapi.c and vaapi_x11.c.
-
Jean-Paul Saman authored
Remove displaying of non VLC_CODEC_VAAPI_SURFACE pictures in VAAPI X11 vout output.
-
Jean-Paul Saman authored
Increase the number of surfaces requested to 30. VAAPI X11 vout creates enough pictures to take the direct rendering code path in vout core. Which means there are about 30 pictures in flight. With a low number of surfaces these will be reused before they are being displayed and this results in out of order display of pictures. The viewer will see a stuttering image.
-
- 31 May, 2011 25 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
These conditions should not happen.
-
Jean-Paul Saman authored
Add some more debugging code.
-
Jean-Paul Saman authored
The surface mutex is no longer needed now that VASubpictures remember to which VASurfaceID they were attached. The subpictures are now remembered inside picture_sys_t directly iso at the vlc_va_surface_t structure.
-
Jean-Paul Saman authored
Release subpicture association when picture is released. Note that picture_pool_New() overrides this pictures pf_release() function and restores it before cleaning up the picture pool.
-
Jean-Paul Saman authored
When surfaces are reclaimed or released before they are being displayed, then the subpicture association still exists. This code tries to catch such pictures and will release the subpictures association.
-
Jean-Paul Saman authored
- do picture refcounting from pf_release() functions.
-
Jean-Paul Saman authored
- Renamed PictureReleaseLocked to ReleaseSurfaceLocked - Cleanup code paths
-
Jean-Paul Saman authored
Introduce VLC_CODEC_VAAPI_SURFACE to determine what to do with the passed picture. If VLC_CODEC_VAAPI_SURFACE, then the picture caries a VASurface which must be used to display. Else it is a normal picture and should be treated as such.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The video output could also get picture_t * that were not decoded on the GPU. Still use the GPU to display them.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
DBus, XOSD and Audio Scrobbler interfaces depend on this.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Also protect concurrent access to p_sys between main thread and libvlc callbacks fixes: #4827
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-