- 31 May, 2011 11 commits
-
-
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
-
- 20 May, 2011 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Center position of subpictures which looks better.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Conflicts: modules/codec/avcodec/Modules.am src/video_output/vout_subpictures.c
-
- 19 May, 2011 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #4798
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
* Remove legacy methods * Implement the GoTo method
-
Mirsal Ennaime authored
-
Felix Paul Kühne authored
Thanks to j-b and ivoire
-
Mirsal Ennaime authored
-
Rafaël Carré authored
really route messages to tracklist interface fix DBUS_MPRIS_TRACKLIST_INTERFACE definition fix CanQuit/CanRaise/HasTracklist input types fix AddTrack function The function has changed in mpris 2.1, but the additional parameter isn't being used by VLC (yet)
-
Rafaël Carré authored
loop/repeat controls are gone, we now need a tri-state button track change signal doesn't exist anymore in mpris 2.1 and i can't find how we can be notified of track changes
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
thanks to mirsal
-
Mirsal Ennaime authored
-
- 18 May, 2011 7 commits
-
-
André Weber authored
- exchange U and V plane to get the right colors again - fixed some compiler warnings about signed - unsigned compare - and some missing case entries
-
Laurent Aimar authored
It also removes useless thread wake up.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rafaël Carré authored
Fix #4797
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-