]> git.sesse.net Git - vlc/history - modules/video_output/msw/direct3d.c
Merge branch 1.0-bugfix
[vlc] / modules / video_output / msw / direct3d.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
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-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-25 Laurent AimarFixed direct3d open error handling.
2009-03-19 Rémi Duraffortvout_msw: use var_TriggerCallback and some cleaning.
2009-02-02 Joseph TulouVout: autoscaling support for windows
2009-01-28 Rémi Denis-CourmontDon't compute system-dependent stuff in the plugin...
2009-01-23 Kaarlo Raihabetter direct3d image quality
2009-01-23 Kaarlo Raiharemove unneeded code
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 KempfRemove useless test. At that point, p_sys is not NULL
2008-10-01 Jean-Baptiste KempfWin32 Vout: set fullscreen back before quitting Vout.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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 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-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.
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-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...