]> git.sesse.net Git - vlc/history - modules/video_output/msw/directx.c
DirectX: kill a warning from unused variable
[vlc] / modules / video_output / msw / directx.c
2010-08-14 Jean-Baptiste KempfDirectX: kill a warning from unused variable
2010-07-19 Laurent AimarFixed a potential IDirectDrawSurface2 leak.
2010-07-19 Laurent AimarUsed a CPU memory fallback when Direct3DLockSurface...
2010-07-19 Laurent AimarFactorized Direct3DLockSurface/DirectXLock.
2010-07-19 Laurent AimarFixed overlay update in directx vout.
2010-07-19 Rémi Denis-CourmontMSW: fix assertion failure on Open() error paths (fix...
2010-06-10 Laurent AimarFixed invalid mouse cursor state on win32 (close #3675).
2010-05-30 Laurent AimarSet vout_display_info_t::has_event_thread for msw and...
2010-04-27 Laurent AimarFixed video display with directx and multiple monitors.
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-01-05 Laurent AimarConverted directx to "vout display".
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
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-02 Laurent AimarRemoved useless includes (msw).
2009-10-11 Laurent AimarFixed overlay in directx regression.
2009-10-10 Rémi DuraffortUse var_Get* when applicable.
2009-10-10 Rémi Duraffortvout_directx: fix memleak.
2009-10-01 Laurent AimarReduced a lock visibility to directx only (msw).
2009-09-28 Laurent AimarModified the way title is updated (msw).
2009-09-14 Laurent AimarFactorized Manage() common code (msw).
2009-09-14 Laurent AimarCentralized mouse auto-hiding code.
2009-09-14 Laurent Aimarevent_thread_t does not need to be an object (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 AimarMoved a lock creation to CreateEventThread.
2009-09-12 André WeberWin32: bugfix for blueish video colors useing DirectX...
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-25 Jean-Baptiste KempfWin32: remove "dereferencing type-punned pointer will...
2009-08-25 Jean-Baptiste KempfFix an incorect cast warning
2009-08-23 Jean-Baptiste KempfMSW: signedness corrections
2009-08-20 Jean-Baptiste KempfUNUSED for directx vout
2009-08-19 Jean-Baptiste KempfPort directx output to Win64 awareness
2009-07-27 Rémi DuraffortNo need to set p_sys to NULL when the module is closed.
2009-07-25 Jean-Baptiste KempfRemove trailing spaces.
2009-07-17 Jean-Baptiste KempfDirectDraw: remove unneeded includes
2009-07-17 Jean-Baptiste Kempfmsw vout: More debug
2009-06-25 Rémi DuraffortMissing var_DelCallback.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-21 Geoffroy Coupriewin32 vout: factorize code
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
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-05-05 Rémi Denis-CourmontWine: compilation fixes
2009-03-19 Rémi Duraffortvout_msw: use var_TriggerCallback and some cleaning.
2009-03-06 basos GADD: added a directx debug statement
2009-02-02 Joseph TulouVout: autoscaling support for windows
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-15 Jean-Marc DresslerFix several compilation bugs in msw vout
2009-01-14 Rémi Denis-CourmontWin32: get rid of vlc_thread_ready()
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-02 Jean-Baptiste KempfWin32 Vout: after the previous fix of Win32 Vout, the...
2008-10-01 Jean-Baptiste KempfWin32 Vout: set fullscreen back before quitting Vout.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
next