]> git.sesse.net Git - vlc/history - modules/video_output/msw/directx.c
Trailing ;
[vlc] / modules / video_output / msw / directx.c
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.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...