]> git.sesse.net Git - vlc/history - modules/video_output
Fix module_need parsing. a,b,c,d should first try loading a, then b, then c, then d.
[vlc] / modules / video_output /
2009-12-30 Pierre d'Herbemontcaca: On Mac OS X use the ncurses video driver by default.
2009-12-28 Erwan Tuloumsw: ensure the old vout output works as the new vout_d...
2009-12-28 Erwan Tuloumsw : support for vout_window_SetFullscreen
2009-12-28 Pierre d'Herbemontopengllayer: Remove this module.
2009-12-27 Jean-Baptiste KempfMSW vout: fix compilation since [76e8da0ff] change
2009-12-26 Erwan Tuloumsw: typo
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
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-26 Rémi Denis-CourmontTypo
2009-12-26 Rémi Denis-CourmontPass full window state to window providers
2009-12-26 Rémi Denis-CourmontXCB/window: implement below state
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Rémi Denis-CourmontVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
2009-12-24 Pierre d'Herbemontvout_macosx: Fix a typo.
2009-12-24 Pierre d'HerbemontNew "vout display" for macosx.
2009-12-23 Rémi Denis-CourmontXCB/XVideo: ignore ARGB picture format
2009-12-21 Laurent AimarAllocated a direct3d back buffer as large as the whole...
2009-12-21 Laurent AimarFixed msw vout titles.
2009-12-20 Jean-Baptiste KempfRemove qte and opie modules.
2009-12-17 Pierre d'Herbemontopengl: Fix the vout for Mac OS X.
2009-12-16 Laurent AimarCompilation fix.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-15 Rafaël Carrévout_fb: cosmetics, else on the same line than closing }
2009-12-15 Rafaël Carrévout_fb: cosmetics, stick to orig coding style
2009-12-15 Rafaël Carréfix typo spotted by xtophe
2009-12-15 Rafaël Carrévout_fb: restore fb-chroma option
2009-12-15 Rafaël Carrévout_fb: only store the pitch in vout_display_sys_t
2009-12-15 Rafaël Carrévout_fb: get pitch from line_length field
2009-12-14 Pierre YnardFix make dist
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-12-13 Laurent AimarFixed an uninitialized value in opengl.
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in glwin32.
2009-12-12 Rémi Denis-CourmontGLX 1.3: pick a frame buffer configuration with matchin...
2009-12-12 Rémi Denis-CourmontGLX: inverted if
2009-12-12 Rémi Denis-CourmontGLX: udpate view port after the X server resized the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: we don't need GL Utilities, only GLX
2009-12-12 Rémi Denis-CourmontRemove old GLX plugin
2009-12-12 Rémi Denis-CourmontXCB/GLX: resize
2009-12-12 Rémi Denis-CourmontXCB: GLX 1.3
2009-12-12 Rémi Denis-CourmontXCB/XVideo: check version correctly
2009-12-12 Rémi Denis-CourmontXCB/GLX: check that GLX >= 1.2 is available on the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: initial GLX 1.2 support
2009-12-12 Rémi Denis-Courmontvout wrapper: add xcb_glx
2009-12-12 Rémi Denis-CourmontXCB: code factorization
2009-12-12 Rémi Denis-CourmontXCB: move GLX-relevant helper to non-SHM-dependent...
2009-12-10 Rémi Denis-CourmontSplit MIT-SHM check out of GetWindow
2009-12-10 Rémi Denis-CourmontRemove no-op
2009-12-08 Rémi Denis-CourmontMove x11-display config to core
2009-12-08 Rémi Denis-CourmontXCB/window: pass display string to window owner
2009-12-08 Rémi Denis-CourmontXCB outputs: use X11 display specified by the window...
2009-12-08 Rémi Denis-Courmontvout_window_t: simplify via anynomous union
2009-12-08 Pierre d'Herbemontopengl: Link the gl texture to the picture.
2009-12-08 Laurent AimarRemoved debug message (opengl).
2009-12-08 Laurent AimarFixed picture_sys_t::texture initialisation with opengl...
2009-12-08 Pierre d'Herbemontopengl: Fix a typo that lead to a crash.
2009-12-07 Laurent AimarEnabled glwin32 in "vout display" wrapper.
2009-12-07 Laurent AimarConverted glwin32 to vout display.
2009-12-07 Laurent AimarSplitted reusable code from opengl.c into opengl.h
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-29 Rémi Denis-CourmontRemove Xsp
2009-11-29 Rémi Denis-CourmontXlib: remove (most) non-GLX stuff
2009-11-29 Rémi Denis-CourmontRemove the XvMC plugin
2009-11-29 Rémi Denis-CourmontGLX: remove silly --glx-shm option
2009-11-29 Rémi Denis-CourmontGLX: remove MIT-SHM support infrastructure
2009-11-29 Rémi Denis-CourmontGLX: remove nonsensical glx-adaptor
2009-11-29 Rémi Denis-CourmontXCB/window: remove duplicate setting (already in XCB...
2009-11-25 Rémi Denis-CourmontXCB-XVideo: warn if picture resolution is not supported
2009-11-20 Pierre YnardWinCE: fix window size in wing{d,ap}i video output
2009-11-15 JP DingerFix a uninitialized variable warning in xcb/xvideo.c.
2009-11-15 Rémi Denis-CourmontXCB-X11: use RGBA so we warranty the alpha channel...
2009-11-15 Rémi Denis-CourmontXCB-X11: handle 32-bits visuals (ARGB)
2009-11-15 Rémi Denis-CourmontXCB: always match the embedding window color depth
2009-11-15 Rémi Denis-CourmontXCB-XV: get visual and depth from XV adaptor rather...
2009-11-15 Rémi Denis-CourmontXCB-XV: cosmetic, kill a few gotos
2009-11-04 Geoffroy CouprieDirect3D is a vout display now
2009-11-02 Laurent AimarAdded CommonDisplay for msw.
2009-11-02 Laurent AimarPrefer direct3d over SDL.
2009-11-02 Laurent AimarEnabled direct3d in "vout display" wrapper.
2009-11-02 Laurent AimarConverted direct3d to vout display.
2009-11-02 Laurent AimarCosmetics.
2009-11-02 Laurent AimarPrepare for vout display conversion.
2009-11-02 Laurent AimarRemoved useless includes (msw).
2009-11-01 Laurent AimarDo not filter out mouse coordinates (caca).
2009-11-01 Laurent AimarDo not filter out mouse coordinates (sdl).
2009-11-01 Laurent AimarFixed VOUT_DISPLAY_RESET_PICTURES support in wrapper.
2009-11-01 Laurent AimarFixed typo in msw.
2009-11-01 Rémi Denis-CourmontXCB: allow mouse coordinates out rendering source area
2009-10-30 Laurent AimarFixed fullscreen size with multiple display
2009-10-29 Rémi Denis-CourmontXCB: follow mouse-events variable
2009-10-29 Rémi Denis-CourmontXCB-Window: use keyboard-events variable
2009-10-29 Rémi Denis-CourmontXlib: use mouse-events variable and fix event mask
2009-10-29 Rémi Denis-CourmontDefine XCB_CURSOR_NONE if missing
2009-10-29 Rémi Denis-CourmontXCB: use xproto for xcb_window, not xcb_x11 and xcb_xv
2009-10-28 Rémi Denis-CourmontXCB: remove debug
next