]> git.sesse.net Git - vlc/history - modules/video_output/xcb/xvideo.c
Use XCB XCB_CURRENT_TIME instead of xcb-proto XCB_TIME_CURRENT_TIME
[vlc] / modules / video_output / xcb / xvideo.c
2009-08-30 Rémi Denis-CourmontUse XCB XCB_CURRENT_TIME instead of xcb-proto XCB_TIME_...
2009-08-30 Rémi Denis-Courmontxcb_xv: grab an xvideo port
2009-08-28 Laurent AimarFixed segfault when xcb xvideo open failed.
2009-08-27 Rémi Denis-CourmontXvideo: fix SHM line count for videos with unaligned...
2009-08-16 Rémi Denis-CourmontEnable XCB XVideo
2009-08-12 Laurent AimarMore logical non YUV fallback for xcb.
2009-08-11 Rémi Denis-CourmontXCB-XVideo: implement full-screen mode
2009-08-09 Rémi Denis-CourmontXCB-XVideo: compilation fix
2009-08-08 Laurent AimarUsed YUV fallback list in xcb.
2009-08-08 Laurent AimarConverted vout xcb to "vout display" API.
2009-08-01 Laurent AimarUpdated xcb vout module to the new API.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontXCB: memory leak
2009-05-23 Rémi Denis-CourmontSupport for older xcb-xv
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-07 Rémi Denis-CourmontXCB/XVideo: handle scaling, crop and A/R
2009-05-07 Rémi Denis-CourmontXCB/XVideo: fix images with a planar format but without...
2009-05-07 Rémi Denis-CourmontXCB/XVideo: implement pf_control: handle zoom and stay...
2009-04-26 Rémi Denis-CourmontXCB: handle planar YVU (YV12) properly (untested)
2009-04-26 Rémi Denis-CourmontXCB: allocate UV planes, fallback to HW scaling + SW...
2009-04-26 Rémi Denis-CourmontXCB: develop picture core initialization
2009-04-25 Rémi Denis-CourmontXCB: preliminary XVideo plugin