aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vdpau.c
Commit message (Expand)AuthorAge
...
* 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
* vo_vdpau, vo_opengl: handle vdpau preemption differentlyGravatar wm42014-05-10
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* vdpau: deduplicate video surface upload codeGravatar wm42014-05-04
* vo_vdpau: keep colorspace flagsGravatar wm42014-05-02
* video: move video frame queue from vo_vdpau.c to vo.cGravatar wm42014-05-02
* vo_vdpau: always use mp_image for internal buffer queueGravatar wm42014-05-02
* command, vo_vdpau: respect vdpau deint sub-optionGravatar wm42014-05-02
* vo_vdpau: apply vo_vdpau postprocessing optionsGravatar wm42014-05-02
* vdpau_mixer: allow overriding frame optsGravatar wm42014-05-02
* vo_vdpau: support vf_vdpauppGravatar wm42014-05-02
* vo_vdpau: let vdpau scale anamorphic screenshotsGravatar wm42014-04-29
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* vo_vdpau: add an additional check for timestamp robustnessGravatar wm42014-04-08
* vo_vdpau: document what WRAP_ADD doesGravatar wm42014-04-08
* vo_vdpau: simplify previous vsync timestamp calculationGravatar wm42014-04-08
* vo_vdpau: simplify time management and make it more robustGravatar wm42014-04-07
* vo_vdpau: more debugging outputGravatar wm42014-04-03
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vo_vdpau: Discard zero timestampsGravatar Jonas Zetterberg2014-02-10
* vo_vdpau: Ensure presentation time is within boundsGravatar Jonas Zetterberg2014-02-10
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* vo_vdpau: add some debugging messages for frame timingGravatar wm42013-12-22
* vdpau: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video: remove --flipGravatar wm42013-12-05