]> git.sesse.net Git - vlc/history - modules/video_output/xcb
OSX: disable SDL
[vlc] / modules / video_output / xcb /
2011-11-05 Rémi Denis-CourmontXCB/GLX: add OpenGL in the plugin name
2011-11-01 Rémi Denis-CourmontXCB/XVideo: permute image format loops and rework forma...
2011-10-31 Rémi Denis-CourmontXCB/XVideo: allow mixed endian format if 8 or 4 bits...
2011-10-31 Rémi Denis-CourmontXCB/XVideo: cosmetic
2011-10-07 Rémi Denis-CourmontTurn on XVideo color key automatic painting (fix #4643)
2011-10-04 Rémi Denis-CourmontSkip output-only XVideo adapters
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-08-08 Rémi Denis-CourmontXCB: fallback to SHM with promiscuous permissions on...
2011-08-08 Rémi Denis-CourmontXCB: make CheckError() return the actual error code
2011-07-25 Rémi Denis-CourmontXCB/X11: do not corrupt video format in case of probing...
2011-07-18 Can Wuvo/xcb: fix a memory leak in Open()
2011-06-12 Laurent AimarRevert "OpenGL: fix compilation / missing glXGetProcAdd...
2011-06-12 Francois CartegnieOpenGL: fix compilation / missing glXGetProcAddressARB
2011-06-02 Laurent AimarUsed opengl.h HasExtension() when applicable.
2011-06-02 Laurent AimarUsed glXGetProcAddressARB() when possible otherwise...
2011-06-02 Laurent AimarSet swap interval to 1 in glx when possible.
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-29 Rémi Denis-CourmontXCB: flush when changing the cursor
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-28 Rémi Denis-CourmontXCB/window: remove the Matchbox hack
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-05-25 Laurent AimarImplemented vlc_gl_t::getProcAddress() for glx.
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-05-18 Rémi Denis-CourmontXCB/XVideo: match RGBT
2011-04-11 Rémi Denis-CourmontXCB/window: string rationalization
2011-02-20 Rémi Denis-CourmontRequire "complete" enough libxcb-xv
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-02-17 Rémi Denis-CourmontRationalize video output priorities
2011-02-15 Rémi Denis-CourmontXCB/X11: validate scanline pad correctly
2011-02-15 Rémi Denis-CourmontXCB/XVideo: add RV12, AV16 and AV32
2011-02-15 Rémi Denis-CourmontXCB/XVideo: match the color bits for RGB formats
2011-02-14 Rémi Denis-CourmontXCB/X11: cosmetic changes
2011-02-14 Rémi Denis-CourmontXCB/X11: fix grey scale (untested)
2011-02-14 Rémi Denis-CourmontXCB/X11: remove two write-only variables
2011-02-14 Rémi Denis-CourmontXCB/X11: remove write only value
2011-01-29 Rémi Denis-CourmontRevert "xcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)"
2011-01-28 Erwan Tulouxcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)
2011-01-18 Rémi Denis-CourmontMove --x11-display to the XCB window plugin
2011-01-11 Rémi Denis-Courmontvout_window: use custom entry callback
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-12-04 Rémi Denis-CourmontXCB: remove -x11-shm option
2010-11-28 Rémi Denis-CourmontXCB: support platforms without System V shared memory...
2010-11-04 Rémi Denis-CourmontXVideo: use after free
2010-11-04 Rémi Denis-CourmontXVideo: redumdant check
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-17 Rémi Denis-CourmontRevert "XCB: reset the X11 screen saver when displaying...
2010-09-24 Gildas Bazinvideo_output/xcb: fix description strings for --xvideo...
2010-09-23 Gildas Bazinvideo_output/xcb: add --xvideo-format-id config option
2010-08-23 Rémi Denis-CourmontXCB: reset the X11 screen saver when displaying a picture
2010-08-12 Laurent AimarXCB/XVideo: fix resolution with non multiple of 16x16...
2010-08-04 Rémi Denis-CourmontXCB/window: cannot be resized if embedded
2010-07-30 Rafaël Carréxcb/xvideo.c: makes Pool() slightly more readable
2010-07-25 Rémi Denis-CourmontXCB/XVideo: minor simplification
2010-07-24 Rémi Denis-CourmontXCB/XVideo: include XVideo error code in grab error...
2010-07-17 Rémi Denis-CourmontXCB: transparent rather than black cursor (fixes #3916)
2010-07-11 Rémi Denis-CourmontFix previous commit
2010-07-11 Rémi Denis-CourmontXCB: use var_Inherit*()
2010-07-11 Rémi Denis-CourmontCosmetic
2010-07-10 Rémi Denis-CourmontXCB/window: allow compilation without xcb-keysyms
2010-07-08 Rémi Denis-CourmontForce the X11 video outputs when libvlc_*_set_xwindow...
2010-07-08 Rémi Denis-CourmontXCB/window: force window provider when libvlc_*_set_xid...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-02 Rémi Denis-Courmont--no-xlib: prevent use of XInitThreads() and hence...
2010-06-01 Rémi Denis-CourmontXCB/X11: rework and fix color depth selection
2010-06-01 Rémi Denis-CourmontXCB/X11: support different color depth than parent...
2010-06-01 Rémi Denis-CourmontXCB/XVideo: support parent window with ARGB visual...
2010-05-30 Laurent AimarSet vout_display_info_t::has_event_thread for msw and...
2010-05-23 Laurent AimarMade XCB xvideo independant of VOUT_MAX_PICTURES.
2010-05-20 Laurent AimarFixed initial fullscreen support in XCB vout display...
2010-05-12 Rémi Denis-CourmontXCB/window: fix xgettext comments
2010-05-08 Laurent AimarFixed xcb yv12/i420 UV planes swapping.
2010-05-01 Rémi Denis-CourmontXCB/GLX: higher priority than Frame Buffer
2010-05-01 Rémi Denis-CourmontXCB/X11: disable ARGB support
2010-05-01 Rémi Denis-CourmontXCB/XVideo: add debug message in case of problem with...
2010-05-01 Rémi Denis-CourmontGLX: destroy context before window
2010-04-01 Ilkka Ollakkamerge xcb keysym-table for video_output and global...
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-18 Hugo Beauzee-LuyssenFixed uninitialized value.
2010-03-06 Rémi Denis-CourmontXCB/window: pass requested position to the X server
2010-03-06 Rémi Denis-CourmontXCB: set window provider requested position from video...
2010-03-03 Rémi Denis-CourmontGLX: uses Xlib, needs XInitThreads()
2010-02-26 Laurent AimarRemoved the assumption that XV and picture_New() behave...
2010-02-25 Rémi Denis-CourmontXCB window: key modifier 4 is meta, not command
2010-02-08 Gildas BazinFix for XCB_CURSOR_NONE undeclared issue
2010-02-08 Gildas BazinRestore cursor when closing vout since the window doesn...
2010-01-30 Rémi Denis-CourmontXCBV/window: document ASCII VLC to translators
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2010-01-25 Erwan Tulouxcb: fix resizing failing to succeed sometimes
2010-01-10 Rémi Denis-CourmontXCB/X11: missing shortcuts
2010-01-05 Rémi Denis-CourmontXCB/window: missing keys
2010-01-03 Rémi Denis-CourmontCode generator for the previous commit
2010-01-03 Rémi Denis-CourmontXCB/window: legacy non-Unicode key symbols
2010-01-03 Rémi Denis-CourmontXCB/window: Unicode non-Latin-1 keys (untested)
2010-01-03 Rémi Denis-CourmontXCB/window: Latin-1 non-ASCII keys support
2009-12-26 Rémi Denis-CourmontXCB/XVideo: skip completely if overlay is disabled
2009-12-26 Rémi Denis-CourmontXCB/window: hackish implementation of video wallpaper
next