]> git.sesse.net Git - vlc/history - modules/video_output
dash: RateBasedAdaptationLogic: cosmetics.
[vlc] / modules / video_output /
2011-11-24 KO Myung-HunAdd KVA video output module for OS/2
2011-11-05 Rémi Denis-CourmontGL: mark the OpenGL (EGL) plugin experimental
2011-11-05 Rémi Denis-CourmontXCB/GLX: add OpenGL in the plugin name
2011-11-01 Rémi Denis-CourmontXCB/XVideo: permute image format loops and rework forma...
2011-11-01 Laurent Aimaropengl: speed-up for Mac OS X
2011-10-31 Rémi Denis-CourmontXCB/XVideo: allow mixed endian format if 8 or 4 bits...
2011-10-31 Rémi Denis-CourmontXCB/XVideo: cosmetic
2011-10-14 KO Myung-HunEnable drawable plugin on OS/2
2011-10-10 KO Myung-HunEnable SDL vout module on OS/2
2011-10-07 Rémi Denis-CourmontTurn on XVideo color key automatic painting (fix #4643)
2011-10-04 Rémi Denis-CourmontSkip output-only XVideo adapters
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-09-26 Jean-Baptiste KempfD3D vout: don't spam too much the messages in release...
2011-09-19 Rafaël Carréxcb-window: make sure VLC_ADD_CFLAGS is useful
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-11 Jean-Baptiste KempfDirectFB: Copyright update
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 Jean-Baptiste KempfDon't show 'Open Graphic Library' to users
2011-09-07 Sebastien Zwickertopengl: revert some cleanup.
2011-09-05 Jean-Baptiste KempfMSW: release the HICON later
2011-09-05 Rémi Denis-CourmontSDL vout: never override signals (rather than only...
2011-09-05 Sebastien Zwickertopengl: fixes macosx vout issue.
2011-09-05 Jean-Baptiste KempfDon't leak a HICON
2011-09-04 Felix Paul Kühneopengl: some cleanup
2011-09-04 Felix Paul Kühneopengl: disable the broken mac-specific code
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-19 Felix Paul Kühnevout_macosx: fixed memory leak
2011-08-16 Felix Paul Kühnevout_macosx: compilation fix for 10.6 and earlier
2011-08-16 Felix Paul Kühnemacosx: don't let the vout resize the window if we...
2011-08-14 Felix Paul Kühnemacosx: fixed some ui bugs, which sneaked in recently
2011-08-14 Felix Paul Kühnemacosx: re-implemented a non-embedded video window
2011-08-10 Felix Paul Kühnemacosx: fail the video output if Quartz Extreme isn...
2011-08-10 Felix Paul Kühnemacosx: implemented the 'autoscale' feature and fixed...
2011-08-10 Felix Paul Kühnevout_macosx: factorize objc selectors
2011-08-08 Felix Paul Kühnemacosx: implemented float-on-top
2011-08-08 Felix Paul Kühnevout_macosx: implemented support for resize, zoom,...
2011-08-08 Rémi Denis-CourmontXCB: fallback to SHM with promiscuous permissions on...
2011-08-08 Rémi Denis-CourmontXCB: make CheckError() return the actual error code
2011-08-04 Erwan Tuloumsw(Win32): give libvlc users access to input events...
2011-08-04 Rémi Denis-Courmontdummy outputs: drop priority to zero
2011-08-04 Rémi Denis-Courmontvdummy: remove useless manage callback
2011-08-04 Rémi Denis-CourmontMove and split dummy video output
2011-07-25 Rémi Denis-CourmontXCB/X11: do not corrupt video format in case of probing...
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-07-20 Rémi Denis-CourmontClearly mark GLES2 as broken
2011-07-18 Can Wuvo/xcb: fix a memory leak in Open()
2011-06-26 Laurent AimarImproved and fixed subtitles blending in direct3D vout.
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-14 Jean-Baptiste KempfAndroid video output based on Surface
2011-06-12 Laurent AimarRevert "OpenGL: fix compilation / missing glXGetProcAdd...
2011-06-12 Francois CartegnieOpenGL: fix compilation / missing glXGetProcAddressARB
2011-06-08 Jean-Baptiste KempfDirect3D is now the default for every Windows version
2011-06-06 Laurent AimarTried to fix the macosx opengl.c compilation issue.
2011-06-05 Laurent AimarUsed WGL_EXT_swap_control in glwin32.
2011-06-02 Laurent AimarUsed opengl.h HasExtension() when applicable.
2011-06-02 Laurent AimarFixed a potential infinite loop in CheckAPI() (egl).
2011-06-02 Laurent AimarAdded HasExtension() to search for an extension in...
2011-06-02 Laurent AimarUsed glXGetProcAddressARB() when possible otherwise...
2011-06-02 Laurent AimarSet swap interval to 1 in glx when possible.
2011-06-01 Rémi Denis-CourmontEGL: avoid clash with Win32 API
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-06-01 Laurent AimarFixed memory leak in glwin32.
2011-05-31 Jean-Baptiste KempfWin32: fix a small warning
2011-05-30 Laurent AimarFixed vout_display_info_t::has_pictures_invalid propert...
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 Rémi Denis-CourmontXCB: flush when changing the cursor
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 Rémi Denis-CourmontDisable GL ES1 (does not compile anymore)
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-28 Rémi Denis-CourmontXCB/window: remove the Matchbox hack
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).
next