]> git.sesse.net Git - vlc/history - modules/access/screen/win32.c
Merge branch 1.0-bugfix
[vlc] / modules / access / screen / win32.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
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-03-08 Rémi Duraffortscreen_win32: little cleaning.
2009-03-08 Rémi Duraffortscreen_win32: fix potential memleak and use DeleteDC...
2008-12-13 Rémi DuraffortFix compilation on win32.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-09 Antoine CellerierImplement mouse pointer support in win32 screen.
2008-09-09 Antoine CellerierImplement partial screen capture and cursor following...
2008-09-08 Laurent AimarFixed RGB 16 screen capture for win32.
2008-09-08 Laurent AimarCorrectly set screen RGB masks for win32 and use native...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-28 Rémi Denis-CourmontCompile fix
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-09-12 Gildas Bazin* modules/access/screen/win32.c: proper rgb mask for...
2004-08-04 Gildas Bazin* modules/access/screen/*: added a win32 only --screen...
2004-08-02 Gildas Bazinmodules/access/screen/win32.c: avoid an extra memcpy...
2004-07-26 Eric Petit ALL: splitted screen module (needed as BeOS requires...