]> git.sesse.net Git - vlc/history - modules/video_output/msw
Fix previous commit.
[vlc] / modules / video_output / msw /
2008-07-28 Jean-Baptiste KempfFix file mode
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-22 Rémi DuraffortUse pl_Yield and pl_Release everywhere.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-14 Jean-Baptiste KempfRemove unused variable.
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-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rafaël CarréFactorize video-on-top disabling while in fullscreen
2008-05-10 Rafaël CarréDisable video-on-top on win32 when going fullscreen
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Jean-Baptiste KempfDirect3D blurriness fix by Kaarlo Henrik Räihä
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-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
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-06-06 Dennis van Amerongen* modules/video_output/msw/direct3d.c: typo adpater...
2007-06-05 Damien Fouilleul- direct3d: re-enabled YUV textures for Vista
2007-05-22 Damien Fouilleul- win32 vouts: fiex potential crash (SIGFPE) if the...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-17 Damien Fouilleul- direct3d: behave correctly when changing desktop...
2007-05-16 Antoine CellerierFix make distcheck and update po files.
2007-05-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...