]> git.sesse.net Git - vlc/history - modules/video_output
Qt: add repeat and random button to the default toolbar
[vlc] / modules / video_output /
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
2009-10-28 Rémi Denis-CourmontXCB: make the "blank" cursor really transparent
2009-10-28 Rémi Denis-CourmontXCB-XVideo: auto hide mouse cursor
2009-10-28 Rémi Denis-CourmontXCB-X11: auto hide mouse cursor
2009-10-28 Rémi Denis-CourmontXCB: unset the cursor when we detect pointer motion
2009-10-28 Rémi Denis-CourmontXCB: CreateBlankCursor common helper
2009-10-28 Rémi Denis-CourmontXCB: follow pointer motion in the parent window
2009-10-26 Laurent AimarRevert "Updated sdl to use new VOUT_DISPLAY_CHANGE_DISP...
2009-10-26 Rémi Denis-CourmontXCB window: avoid matchbox hack if matchbox is not...
2009-10-25 Rémi Denis-CourmontXCB-XVideo: no need to detach segment explicitly before...
2009-10-24 Rémi Denis-CourmontXCB window: add missing numpad keys
2009-10-19 Laurent AimarFixed resize quality issue with direct3d vout (especial...
2009-10-19 Laurent AimarMore logical closing sequence (d3d)
2009-10-19 Rémi Denis-CourmontXCB-XV: avoid slow packed YUV on OMAP adaptors
2009-10-19 Rémi Denis-CourmontXCB-XV: fix memleak when port grabbing fails
2009-10-19 Rémi Denis-CourmontXCB-XV: do not clobber video chroma is port grabbing...
2009-10-19 Rémi Denis-CourmontXCB-XV: remove misleading comment
2009-10-19 Rémi Denis-CourmontXCB-XV: remove wrong comment
2009-10-18 Rémi Denis-CourmontFix goofed inconsistent license text from myself.
2009-10-18 Rémi Denis-CourmontOMAP framebuffer: I420 != Y420
2009-10-18 Rémi Denis-CourmontRemove old libosso support
2009-10-17 Rémi Denis-CourmontOMAP framebuffer: path from config, ASCII path, use...
2009-10-17 Rémi Denis-CourmontMGA: ASCII path, use utf8_open for close-on-exec
2009-10-17 Rémi Denis-CourmontFramebuffer: path from VLC config, need utf8_open
2009-10-13 Geoffroy CouprieWin32: make the fullscreen display really take the...
2009-10-11 Laurent AimarAdded support for I420/J420/YV12 to direct3d.
2009-10-11 Laurent AimarSimplified direct3d chroma discovery.
2009-10-11 Laurent AimarFixed overlay in directx regression.
2009-10-11 Laurent AimarFixed uninitialized variables (msw).
2009-10-10 Rémi Duraffortopengllayer: the variable is a void* and not an integer...
2009-10-10 Rémi Duraffortuse var_ToggleBool when applicable.
2009-10-10 Rémi DuraffortUse var_Get* when applicable.
2009-10-10 Rémi Duraffortvout: use the new var_GetAddress.
2009-10-10 Rémi Duraffortvout_directx: fix memleak.
2009-10-10 Rémi DuraffortCosmetics.
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-10-06 Rémi Denis-Courmontstrerror(errno) is not thread-safe, use %m
2009-10-01 Laurent AimarReduced a lock visibility to directx only (msw).
2009-10-01 Laurent AimarRemoved unused b_suspend_display (msw).
2009-10-01 Laurent AimarCleaned up a bit (msw).
2009-10-01 Laurent AimarRemoved duplicated DX_POSITION_CHANGE define (msw).
2009-09-30 Laurent AimarDo not access p_vout->p_sys in events.c (msw).
2009-09-30 Laurent AimarCosmetic.
2009-09-30 Laurent AimarUpdated sdl to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE...
2009-09-30 Laurent AimarUpdated xcb to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE...
2009-09-28 Laurent AimarFixed wince compilation.
2009-09-28 Laurent AimarPrivatized i_window_x/y/w/h in msw.
2009-09-28 Laurent AimarPrivatized i_window_style in msw.
2009-09-28 Laurent AimarSplit out event functions in its own header (msw).
2009-09-28 Laurent AimarFixed a potential race condition between "event thread...
2009-09-28 Laurent AimarFixed b_desktop initialization (msw).
2009-09-28 Laurent AimarModified the way title is updated (msw).
2009-09-28 Laurent AimarRemoved unused pf_wndproc (msw).
2009-09-28 Laurent AimarRemoved useless b_parent_focus in msw.
2009-09-28 Laurent AimarRemoved useless b_focus variable in msw.
2009-09-27 Rémi Denis-CourmontXCB: don't bother X server with drawing requests if...
2009-09-27 Rémi Denis-CourmontXCB: constify
2009-09-26 Laurent AimarUpdated vou display module after vout_display_SendEvent...
2009-09-26 Rémi Denis-CourmontXCB-XVideo: print adaptor name in the debug
2009-09-26 Rémi Denis-CourmontXCB: print server version infos in the debug
2009-09-26 Laurent AimarUpdated after direct rendering support in vout_FilterDi...
2009-09-26 Rémi Denis-CourmontOMAP framebuffer: remove Maemo screen blanking code
2009-09-26 Rémi Denis-CourmontOMAP framebuffer: let the window manage key presses...
2009-09-26 Rémi Denis-CourmontOMAP framebuffer: let vout window handle fullscreen...
2009-09-26 Rémi Denis-CourmontOMAPFB: config -> var
2009-09-26 Rémi Denis-CourmontOMAPFB: no need to destroy windows right before XCloseD...
next