]> git.sesse.net Git - vlc/history - modules/video_output/opengllayer.m
Merge branch 1.0-bugfix
[vlc] / modules / video_output / opengllayer.m
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-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning.
2008-06-12 Pierre d'Herbemontopengllayer: Don't protect a module by #ifdef you'll...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-27 Felix Paul Kühneremove bogus code introduced in the previous commit
2008-04-27 Felix Paul KühneHack to fix the compilation on 10.4. This should actual...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-06 Pierre d'Herbemontvideo_output/opengllayer.m:
2008-01-05 Faustino Osunavideo_output/opengllayer.m: Don't rely on CAOpenGLLayer...
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Hopefully fix the tearing...
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Remove unuseful NULL check.
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Proper three-buffering...
2008-01-04 Faustino Osunavideo_output/opengllayer.m: Revert backbuffer resizing...
2008-01-03 Pierre d'Herbemontvideo_output/opengllayer.m: Revert previous commit...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Don't use AGP texturing...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Rename the layer from VLCVi...
2007-12-28 Pierre d'Herbemontvideo_output/opengllayer.m: Fix a warning, and use...
2007-12-26 Pierre d'Herbemontvideo_output/opengllayer.m: Correctly set the initial...
2007-12-23 Pierre d'Herbemontmodules/video_output/opengllayer.m: Don't free the...
2007-12-19 Pierre d'Herbemontopengllayer.m: Use AGP texturing.
2007-12-19 Pierre d'Herbemontmodules/video_output/opengllayer.m: Initial creation...