aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vdpau.c
Commit message (Expand)AuthorAge
* vo_vdpau: fix frame scheduling if display FPS is unknownGravatar wm42015-08-04
* vo: minor simplification for queue size handlingGravatar wm42015-07-20
* vo_vdpau: Implement rotation supportGravatar Philip Langdale2015-07-11
* vo: better magic value for unknown vsync intervalGravatar wm42015-07-01
* vo: change internal API for drawing framesGravatar wm42015-07-01
* video: pass future frames to VOGravatar wm42015-07-01
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* vo_vdpau: add a NULL check, verify image dimensionsGravatar wm42015-06-06
* vo_vdpau: limit output surfaces to allowed maximum dimensionsGravatar wm42015-06-05
* vo_vdpau: directly get surface size from surface for screenshotsGravatar wm42015-06-05
* vo_vdpau: shorten 2 variable namesGravatar wm42015-06-05
* vo_vdpau: check maximum video sizeGravatar wm42015-06-04
* vdpau: retrieve mixer parameters directly from the hw surfaceGravatar wm42015-05-28
* video/out: remove VOFLAG_FLIPPINGGravatar wm42015-05-01
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video/out: fix screenshot image formatsGravatar wm42015-04-07
* video/out: remove unused colorspace reportingGravatar wm42015-03-31
* vo_vdpau: remove some minor code duplicationGravatar wm42015-03-23
* vo_vdpau: check vdpau API return valueGravatar wm42015-03-23
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* buid: readd -WparenthesesGravatar wm42015-03-02
* vo_vdpau: minor simplificationGravatar wm42015-02-07
* vo_vdpau: remove unneeded codeGravatar wm42015-02-04
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* vo: fix disabling/enabling smoothmotion at runtimeGravatar wm42015-01-23
* vo_vdpau: don't render to an output surface if it could be busyGravatar wm42015-01-22
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* video: remove vfcap.hGravatar wm42015-01-21
* vo: fix some nonsenseGravatar wm42014-12-10
* vo: include normal render-ahead time in flip_queue_offsetGravatar wm42014-12-09
* vdpau/GLX: don't access VO backendGravatar wm42014-12-03
* command: make window-scale property observableGravatar wm42014-11-02
* vo_vdpau: don't try to create surfaces of size 0Gravatar wm42014-10-01
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* vo_vdpau: fix confusion around vsync_intervalGravatar wm42014-09-20
* video: take refresh rate changes into accountGravatar wm42014-08-17
* x11: use xrandr to retrieve display refresh rateGravatar wm42014-08-16
* video: add VO framedropping modeGravatar wm42014-08-15
* vo_vdpau: fix screenshots with anamorphic videoGravatar wm42014-08-13
* video: move display and timing to a separate threadGravatar wm42014-08-12
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* vo_vdpau: always allocate the black pixelGravatar wm42014-05-22