]> git.sesse.net Git - vlc/history - modules/video_output
access_out_shoutcast: fix memleak.
[vlc] / modules / video_output /
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...
2009-09-24 Rémi Denis-CourmontXCB Window: ugly hack to get focus with Matchbox window...
2009-09-24 Rémi Denis-CourmontXCB window: fix set_ascii_prop()
2009-09-24 Rémi Denis-CourmontXCB window: set Window Manager hints
2009-09-20 Rémi Denis-CourmontXCB-XVideo: pad picture height like VLC core
2009-09-20 Rémi Denis-CourmontXCB-XVideo: give the real height, not the visible one
2009-09-20 Rémi Denis-CourmontCosmetic
2009-09-16 Rémi Denis-CourmontXCB-XVideo: pad scanlines like VLC does
2009-09-16 Rémi Denis-CourmontRevert "XCB-XVideo: fix shared-memory YUY2"
2009-09-14 Laurent AimarFactorized Manage() common code (msw).
2009-09-14 Laurent AimarCentralized mouse auto-hiding code.
2009-09-14 Laurent AimarMade event_thread_t live as long as the vout.
2009-09-14 Laurent AimarSimplify DX_DESKTOP_CHANGE case.
2009-09-14 Laurent Aimarevent_thread_t does not need to be an object (msw).
2009-09-14 Laurent AimarUseless attach/detach in msw.
2009-09-14 Laurent AimarCosmetics (msw).
2009-09-14 Laurent AimarCentralized common init/clean code (msw).
2009-09-14 Laurent AimarSplit out non events code into common.c
2009-09-14 Laurent AimarCosmetics.
2009-09-14 Laurent AimarMoved a lock creation to CreateEventThread.
2009-09-14 Rémi Denis-CourmontXCB-X11: fix iterating visual types at different depth
2009-09-13 Rémi Denis-CourmontXCB-XVideo: fix shared-memory YUY2
2009-09-12 André WeberWin32: bugfix for blueish video colors useing DirectX...
2009-09-12 Geoffroy CouprieDirect3D: don't forget to initialize the mutex
2009-09-09 Rémi Denis-Courmontxcb-xv: allow fallback to RV32 and RV16 XVideo formats
2009-09-09 Rémi Denis-Courmontxcb-xv: fix YV12 again
2009-09-09 Rémi Denis-Courmontxcb-xv: remove old cruft
2009-09-09 Rémi Denis-Courmontxcb-xv: no need to keep adaptor infos around
2009-09-09 Rémi Denis-Courmontxcb-xv: simplification
2009-09-09 Rémi Denis-Courmontxcb-xv: adaptor selection with --xvideo-adaptor
2009-09-08 Geoffroy CouprieWin32: fix version checks
2009-09-08 Jean-Baptiste KempfFix compilation on Windows by using a less important...
2009-09-07 Laurent AimarEnabled vmem in "vout display" wrapper.
2009-09-07 Laurent AimarConverted vmem to "vout display" API.
2009-09-07 Geoffroy CouprieWin32: add support for Win 7 taskbar thumbnails
2009-09-05 Laurent AimarEnabled snapshot in "vout display" wrapper.
2009-09-05 Laurent AimarConverted snapshot to "vout display" API.
2009-09-05 Laurent AimarDecreased snapshot vout module priority to 0.
2009-09-03 Rémi Denis-CourmontPhantom xcb_aux dependency
2009-09-02 Laurent AimarEnabled yuv in "vout display" wrapper.
2009-09-02 Laurent AimarConverted yuv to "vout display" API.
2009-09-02 Nick PopeAdded window roles for X11
2009-09-02 Rémi Denis-CourmontXCB_xv: wait until picture is displayed
2009-09-02 Rémi Denis-CourmontXCB_x11: wait until picture is displayed
2009-09-02 Rémi Denis-CourmontXCB_window: memory leak
2009-09-02 Rémi Denis-CourmontXCB: memory leak
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-02 Jean-Baptiste KempfWin32: add extra parenthesis for gcc-win32 4.4.1
2009-09-01 Jean-Baptiste KempfSDL: simplification of detection and requirement of...
2009-09-01 Jean-Baptiste Kempfvout_SDL: fix a warning
2009-09-01 Jean-Baptiste KempfDirectDraw: declaration cosmetics
2009-09-01 Jean-Baptiste KempfDirectDraw: Declare callbacks as expected
2009-09-01 Jean-Baptiste Kempfmsw vouts: Remove UNICODE ifdef
2009-09-01 Jean-Baptiste KempfDirectDraw: remove unneeded inclusion
2009-08-31 Laurent AimarCosmetic.
2009-08-31 Laurent AimarCosmetic.
2009-08-31 Laurent AimarEnabled directfb in "vout display" wrapper.
2009-08-31 Laurent AimarConverted directfb to "vout display" API.
2009-08-30 Laurent AimarEnabled fb in "vout display" wrapper.
next