]> git.sesse.net Git - vlc/history - modules/video_output/opengl.c
remoteosd: handle VLC_ADD_LIBS
[vlc] / modules / video_output / opengl.c
2011-11-01 Laurent Aimaropengl: speed-up for Mac OS X
2011-09-16 Sebastien ZwickertOpenGL: enable shaders for MacOS and cleans some specif...
2011-09-14 Laurent AimarFix YV12 support in opengl output (when shader is in...
2011-09-14 Laurent AimarReplaced tabs by spaces (opengl)
2011-09-13 Laurent AimarFix texture cache accesses in opengl
2011-09-09 Sebastien Zwickertopengl: fixes subtexturing issue on macos.
2011-09-07 Felix Paul Kühneopengl: re-enable the mac part by default
2011-09-07 Sebastien Zwickertopengl: revert some cleanup.
2011-09-05 Sebastien Zwickertopengl: fixes macosx vout issue.
2011-09-04 Felix Paul Kühneopengl: some cleanup
2011-09-04 Felix Paul Kühneopengl: disable the broken mac-specific code
2011-06-24 Laurent AimarAdded planar YUV > 8 bits support to opengl when possible.
2011-06-24 Laurent AimarSplit internal format from format for opengl texture...
2011-06-06 Laurent AimarTried to fix the macosx opengl.c compilation issue.
2011-06-02 Laurent AimarUsed opengl.h HasExtension() when applicable.
2011-06-01 Laurent AimarFixed a memory leak in opengl.
2011-06-01 Laurent AimarUsed the right function pointer prototype in opengl.
2011-06-01 Laurent AimarChecked the maximum number of texture units before...
2011-05-30 Laurent AimarMade usage of glActiveTextureARB() a bit more obvious...
2011-05-30 Laurent AimarClean up.
2011-05-30 Laurent AimarCached texture created for subpicture rendering (opengl).
2011-05-30 Laurent AimarImplemented subpicture direct rendering in opengl.
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-30 Laurent AimarAlways bind texture before use (opengl).
2011-05-30 Jean-Baptiste KempfOpenGL: fix Win32 compilation
2011-05-29 Laurent AimarUsed glProgramLocalParameter4fvARB to transmit yuv...
2011-05-29 Laurent AimarFixed some functions prototypes in opengl.
2011-05-29 Laurent AimarFixed opengl compilation for win32 and maybe some linux...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarAdded YUV(planar)->RGB conversion support to opengl...
2011-05-29 Laurent AimarImproved the way picture are allocated in opengl.
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-29 Laurent AimarAdded preliminary support for multiple textures per...
2011-05-29 Laurent AimarDefined texture format/type at runtime (opengl).
2011-05-29 Laurent AimarPrepare for fragment program support in opengl.
2011-05-28 Laurent AimarAdded missing config.h include (opengl)
2011-05-25 Laurent AimarCorrected parameters given to glTexSubImage2D.
2011-05-25 Laurent AimarUsed vlc_memalign in opengl.c
2011-05-25 Laurent AimarMerged vout_display_opengl_ResetTextures() into vout_di...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarImproved "non power of 2" texture support detection...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarRemoved unused defines (opengl).
2011-05-25 Laurent AimarMade VLCGL_TEXTURE_COUNT private.
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-02-19 Rémi Denis-CourmontPartial support for Mesa GL ES v1 and v2
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2010-11-13 Rémi Denis-CourmontOpenGL: use clz()
2010-11-08 Rafaël Carrétypo
2010-11-08 Rémi Denis-CourmontFix a warning
2010-11-08 Rémi Denis-CourmontReplace a run-time assertion with a pre-processor check
2010-11-08 Rémi Denis-CourmontOpenGL: de-inline huge pieces of code
2010-04-17 Laurent AimarRemoved non converted opengl video output module.
2010-03-13 Felix Paul Kühneopengl: make sure we use this module instead of the...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-17 Pierre d'Herbemontopengl: Fix the vout for Mac OS X.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-13 Laurent AimarFixed an uninitialized value in opengl.
2009-12-08 Laurent AimarRemoved debug message (opengl).
2009-12-07 Laurent AimarSplitted reusable code from opengl.c into opengl.h
2009-08-23 Jean-Baptiste KempfWin32: kill warning about undefined preproc variable
2009-08-21 Pierre d'Herbemontopengl: Move includes at the begining.
2009-08-21 Pierre d'Herbemontopengl: Re-order #defines and fix a non defined token...
2009-07-22 Rémi Duraffortopengl: fix an crash/hang on exit because opengl needs...
2009-07-13 Rémi Denis-CourmontOpenGL: initialize all variables before creating the...
2009-07-13 Rémi Denis-CourmontOpenGL: forward video-on-top variable
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-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 Rémi Denis-CourmontOpenGL: fix missing GLX window decoration
2009-05-13 Rémi Denis-CourmontOpenGL: fix missing GLX window decoration
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-05 Rémi Denis-Courmont--opengl-provider is a module parameter
2009-05-05 Jean-Paul Samanopengl: fix potential memleak
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-02 Joseph TulouOpengGL support for the auto-scaling
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
next