]> git.sesse.net Git - vlc/history - modules/video_output
Make sdl vout module handle rotated movies.
[vlc] / modules / video_output /
2014-03-14 Matthias KeiserMake sdl vout module handle rotated movies.
2014-03-14 David Fuhrmanncaopengllayer: fail if no gl context exists
2014-03-13 Rémi Denis-CourmontXCB/XVideo: reorient video
2014-03-13 Matthias KeiserXCB/X11: reorient video
2014-03-12 Felix Paul KühneRemove the CoreGraphics video output modules since...
2014-03-12 Felix AbecassisWin32: the dimensions of the unclipped source rectangle...
2014-03-12 Rémi Denis-Courmontyuv: deal with crop (fixes #9160)
2014-03-11 Florent Pilletcaopengllayer: improved main thread synchronization...
2014-03-09 Rémi Denis-Courmontxcb/glx: correct viewport position (fixes #10907)
2014-03-09 Rémi Denis-Courmontopengl: correct view port position
2014-03-08 Rémi Denis-Courmontxcb/glx: remove stray libraries
2014-03-07 Rémi Denis-Courmontxcb/glx: reuse the GLX provider code and eliminate...
2014-03-07 Rémi Denis-Courmontglx: add missing surface type check
2014-03-06 Felix Paul Kühnebuild system: fix object names for vout_ios2 and ios...
2014-03-06 Rémi Denis-Courmontxcb/glx: make context current as appropriate
2014-03-06 Rémi Denis-Courmontgl: make/release current context as appropriate
2014-03-06 Felix Paul Kühnebuild system: add conditional variables to differenciat...
2014-02-27 Felix AbecassisWin32: use visible dimensions for all vouts
2014-02-24 Rafaël CarréSDI decklink output: Do not set input options
2014-02-24 Rafaël Carrédecklink.cpp: remove BOM
2014-02-21 Felix Paul Kühnevout_macosx: remove misleading user-facing error messag...
2014-02-16 Jean-Baptiste KempfPlug gestures on video output
2014-02-16 Jean-Baptiste KempfMSW vout: remove tabs
2014-02-16 Jean-Baptiste KempfMacosx video output: remove trailing spaces
2014-02-13 Felix AbecassisDirect3D: pass dimensions of the D3D region to the...
2014-02-13 Felix AbecassisDirect3D: set dimensions of the D3D picture region
2014-02-13 Felix AbecassisDirect3D: do not use pixel shader when rendering subpic...
2014-02-13 Felix AbecassisDirect3D: do not leak textures when recycling them
2014-02-11 Felix AbecassisWin32: return a failure when a CHANGE_DISPLAY_SIZE...
2014-02-10 Rafaël Carrévideo_format_Setup: set visible dimensions
2014-02-08 Felix AbecassisDirect3D: implement HLSL pixel shading in the rendering...
2014-02-07 Martin Storsjöandroid: Only reupload subtitle surfaces if they have...
2014-02-06 David Fuhrmanncaopengllayer: Use the same gl context during modules...
2014-02-03 David FuhrmannAdded coreanimation opengl layer vout module
2014-01-27 David Fuhrmanncoregraphicslayer: fix memleak and avoid unnecessary...
2014-01-24 Felix AbecassisWin32: correctly use option "disable-screensaver"
2014-01-24 Felix Abecassisandroid: implement subtitles rendering for Android...
2014-01-21 Felix AbecassisDirectDraw: cleanup and document code after removing...
2014-01-21 Felix AbecassisDirect3D: add a new state handling when the device...
2014-01-21 Felix AbecassisDirect3D: fix typo.
2014-01-20 Felix AbecassisDirectDraw: DirectDrawEnumerateExW does not work, use...
2014-01-20 Felix AbecassisDirectDraw: do not save a string that is deallocated...
2014-01-19 Rémi Duraffortfb: fix palette size (4 channels and not 8)
2014-01-19 Rémi Duraffortfb: fix pointer arithmetic (cid #1048983)
2014-01-18 David Fuhrmannvout/macosx: use shorter name
2014-01-17 Felix Abecassismediacodec: implementation of MediaCodec GPU direct...
2014-01-14 Felix Abecassisandroid: use common function LoadNativeWindowAPI instea...
2014-01-14 Felix Abecassisandroid: add a new file in order to refactor common...
2014-01-05 Rémi Denis-CourmontDirectDraw: remove wall-paper playlist hack
2014-01-05 Rémi Denis-CourmontDirect3D: remove wall-paper playlist hack
2014-01-05 Rémi Denis-CourmontXCB: remove wall-paper mode legacy hacks
2014-01-03 Felix Abecassisopengl: comment texture recycling and document a possib...
2014-01-03 Felix Abecassisopengl: allocate the texture size using the visible...
2013-12-29 Rémi Denis-CourmontLinux FB: use vlc_strerror_c()
2013-12-29 Rémi Denis-CourmontXCB: use vlc_strerror_c()
2013-12-29 Jean-Baptiste KempfDirect3D: less verbose output
2013-12-27 Rafaël Carréfb vout: set i_visible_*
2013-12-12 Jean-Baptiste KempfMake DirectX default on XP, instead of Direct3d
2013-11-08 Adrien MagloEGL: add the OpenGL ES 2.0 support for android
2013-11-08 Adrien MagloVout: add a new window provider to create android nativ...
2013-11-08 Adrien MagloVout: move the AndroidSurface vout to a subdirectory
2013-11-07 Rémi Denis-CourmontXCB/XVideo: fix 32-bits RGB support
2013-11-07 Rémi Denis-CourmontXCB/x11: fix rendering to 32-bits surface
2013-11-06 Rémi Denis-Courmontgl: remove hard-coded platform to window type mappings
2013-11-06 Rémi Denis-CourmontXCB: map Print and Pause keys
2013-11-06 Rémi Denis-CourmontXCB/window: map Super and AltGr keys to Meta and Alt...
2013-11-05 Adrien MagloEGL: destroy the created EGLSurface on Close()
2013-11-03 Rémi Denis-CourmontEGL: add support for EGL_EXT_platform_base and EGL_EXT_...
2013-11-03 Rémi Denis-CourmontEGL: add CheckClientExt() helper
2013-11-03 Rémi Denis-CourmontEGL: support non-default X11 display
2013-11-03 Rémi Denis-CourmontEGL: check window type and revector
2013-11-03 Rémi Denis-CourmontEGL: build separate plugins for each windowing system
2013-11-03 Rémi Denis-CourmontEGL: resync platforms with Khronos registry and rationa...
2013-09-30 Felix Paul Kühnevout_ios2: compilation fix
2013-09-29 Felix Paul Kühnevout_ios: use a broader background definition (refs...
2013-09-23 Rémi Denis-Courmontvmem: pass usual full dimensions as before
2013-09-16 Rémi Denis-Courmontxcb: simplify build rules
2013-09-16 Rémi Denis-Courmontmodules: fix Windows build
2013-09-16 Rémi Denis-Courmontmodules: remove VLC-specific AM_LIBADD, simplify
2013-09-16 Rémi Denis-Courmontmodules: simplify CPPFLAGS & CFLAGS
2013-09-16 Rémi Denis-Courmontmodules: set MODULE_NAME_IS_... where needed only
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-09-14 Rémi Denis-Courmontmodules: factor Makefile statement
2013-09-13 Rémi Denis-CourmontXCB: compile events.c only once (refs #9367)
2013-09-11 Jean-Baptiste KempfWinGDI: remove useless includes
2013-09-11 Jean-Baptiste Kempfglwin32: remove unneeded includes and defines
2013-09-11 Jean-Baptiste KempfDirectDraw: remove unused include
2013-09-11 Jean-Baptiste KempfWin32: cleanup the events.c codebase
2013-09-11 Jean-Baptiste KempfWin32 vout: update comments
2013-09-11 Jean-Baptiste KempfWin32 vout: Remove unused sys_t member
2013-09-11 Jean-Baptiste KempfGlwin32: move affinity to the glwin32 structure
2013-09-11 Jean-Baptiste KempfWin32 Vout: remove unnecessary includes
2013-09-11 Jean-Baptiste KempfWin32: include headers where needed
2013-09-11 Jean-Baptiste KempfOpenGL.h: protect double-inclusion
2013-09-11 Jean-Baptiste KempfWin32: common code is not DirectX specific
2013-09-05 Rémi Denis-CourmontAdd subdir-objects automake option where appropriate
2013-09-03 David R RobisonWin32: allow affinity changes in OpenGL output for...
2013-08-24 Gleb Piniginios2: clean opengl buffers only in active state
2013-08-22 Felix Paul Kühnevout_osx: fix performance issue if machine includes...
2013-08-22 Naohiro KORIYAMAegl: avoid linking X
next