]> git.sesse.net Git - vlc/history - modules/video_output
macosx: Cocoa cannot deal with 2 images of the same name in a single bundle even...
[vlc] / modules / video_output /
2012-06-12 Felix Paul Kühnevout_macosx: make sure that we see the entire video...
2012-06-12 Felix Paul Kühnevout_macosx: fixed typo
2012-06-12 Felix Paul Kühnevout_macosx: restore compilation support for OS X 10...
2012-06-12 Felix Paul Kühnevout_macosx: added HiDPI support
2012-06-09 Jean-Baptiste KempfCaca: fix compilation for win32
2012-06-09 Felix Paul Kühneopengl: fixed playback of 10bit content on Macs with...
2012-06-06 Rafaël Carrécaca: X11 availability doesn't mean we use it (on OSX)
2012-06-04 David Fuhrmannmacosx vout: fix framing issue when video opens in...
2012-06-03 Felix Paul Kühneopengl vout: fixed chroma issue with dated PowerPC...
2012-05-27 Laurent AimarEnabled screensaver for win32 opengl vout (close #426).
2012-05-17 Rafaël Carrécaca doesn't use x11 on OSX
2012-05-13 Rémi Denis-Courmontcaca: add Xlib initialization
2012-05-13 Rémi Denis-Courmontcaca: convert to automake
2012-05-13 Rémi Denis-CourmontAA: drop priority to zero
2012-05-06 Felix Paul Kühnevout_ios: fixed getProcAddress
2012-05-06 David Fuhrmannmacosx vout: public getter for vd should not be needed...
2012-05-06 David Fuhrmannmacosx vout: syncronize access to sys->place
2012-05-05 Rémi Denis-CourmontEGL: update and unify the platforms list
2012-05-05 David Fuhrmannmacosx vout: avoid place_picture call for every mouse...
2012-05-05 David Fuhrmannmacosx: move mouse vout event code to vout module
2012-05-04 Felix Paul Kühnevout_ios: implement gl.getProcAddress
2012-05-04 Felix Paul Kühnevout_macosx: implement gl.getProcAddress
2012-05-03 David Fuhrmannmacosx vout: unify code style to the most widely used one
2012-04-21 Rémi Denis-CourmontXVideo: improve the resolution error message again
2012-04-20 David Fuhrmannmacosx vout: do not set fullscreen to false on start
2012-04-20 David Fuhrmannmacosx vout: small cleanup
2012-04-20 David Fuhrmannmacosx vout: remove now unused method
2012-04-20 David Fuhrmannmacosx vout: really fix crop this time
2012-04-19 David Fuhrmannmacosx: allow a smaller min-height when video is playin...
2012-04-16 David Fuhrmannmacosx vout: fix behaviour when macosx-video-autoresize...
2012-04-15 David Fuhrmannmacosx vout: fix vertical picture alignment
2012-04-15 David Fuhrmannmacosx: move resize code from vout to macosx module
2012-04-15 David Fuhrmannmacosx vout: replace custom picture placement code...
2012-04-08 Felix Paul Kühnevout_macosx: re-write VOUT_DISPLAY_CHANGE_FULLSCREEN...
2012-04-06 Felix Paul Kühnevout_macosx: slightly improve the resize behavior in...
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-03-30 Jean-Baptiste KempfDirect3D: deactivate old drivers with insufficient...
2012-03-28 Jean-Baptiste KempfDirect3D: add more debug when CreateTexture fail
2012-03-26 Felix Paul Kühnevout_ios: fixed compilation warning
2012-03-25 Felix Paul Kühnevout_macosx: don't fail if quartz extreme isn't availab...
2012-03-25 Felix Paul Kühnevout_macosx: check whether the receiving window can...
2012-03-25 Felix Paul Kühnemacosx intf/vout: respond correctly to VOUT_DISPLAY_CHA...
2012-03-24 Ilkka Ollakkaopengl: use ActiveTexture instead of ARB variant
2012-03-24 Ilkka Ollakkaremove few #if OPENGL_ES
2012-03-23 Jean-Baptiste KempfDirect3D: reject too old drivers and let them fallback...
2012-03-23 Jean-Baptiste KempfD3D: debug device information
2012-03-23 Felix Paul KühneRevert "vout/opengl: fixed compilation for iOS"
2012-03-22 Philippe Coentvout/opengl: fixed compilation for iOS
2012-03-21 Ilkka Ollakkaopengl: use vertex/texture array instead of glBegin...
2012-03-21 David Fuhrmannmacosx vout: shift the window above the lower screen...
2012-03-21 David Fuhrmannmacosx vout: remove unneeded center when resizing the...
2012-03-21 David Fuhrmannmacos vout: implement VOUT_DISPLAY_CHANGE_DISPLAY_FILLE...
2012-03-20 Jean-Baptiste KempfOpenGL: use more accurate YUV->RGB matrixes
2012-03-17 Rémi Denis-CourmontGLX: glXSwapIntervalEXT() returns void so ignore return...
2012-03-11 David Fuhrmannmacosx vout: also do crop if macosx-video-autoresize...
2012-03-11 Felix Paul Kühnemacosx_vout: implemented crop support (close #6080)
2012-03-04 David Fuhrmannmacosx vout: show complete window if we would resize...
2012-03-04 Felix Paul KühneRevert "macosx vout: show complete window if we would...
2012-03-04 David Fuhrmannmacosx vout: show complete window if we would resize...
2012-03-03 Felix Paul Kühnemacosx_vout: implemented a cleaner approach to limit...
2012-03-02 Felix Paul KühneRevert "macosx: don't let the video window get larger...
2012-03-01 Felix Paul Kühnemacosx: don't let the video window get larger than...
2012-02-28 Naohiro KORIYAMAFix memory leak in video_output on Mac OS X (close...
2012-02-28 David Fuhrmannmacosx vout: reliably set the window level
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-15 David Fuhrmannmacosx vout: update display after crop / ar even if...
2012-02-12 Felix Paul Kühnemacosx_vout: fixed flicker when resizing the vout throu...
2012-02-10 Laurent AimarUsed linear filtering when converting chroma in D3D.
2012-02-09 Felix Paul Kühnemacosx: fixed zooming the main window when using the...
2012-02-07 David Fuhrmannmacosx: fixes aspect ratio / crop functionality in...
2012-02-06 Rémi Denis-CourmontGLX: use separate XCB and Xlib connections (close ...
2012-02-06 Rémi Denis-CourmontGLX: cache XCB connection pointer (no functional changes)
2012-02-05 Felix Paul Kühnemacosx: added 2 options: 'macosx-pause-minimized' and...
2012-02-05 Felix Paul Kühnemacosx: don't resize the vout in case VLC is in fullscr...
2012-02-05 Rafaël CarréMention 2.0.0 instead of 1.2.0
2012-02-02 KO Myung-HunKVA: Add VMAN-backend supports
2012-02-02 KO Myung-HunKVA: Add VLC_CODEC_RGB32 supports
2012-02-01 Rafaël CarréUpdate workarounds for incomplete mingw headers
2012-01-20 Felix Paul Kühnemacosx: reset window level when closing the vout
2012-01-20 Laurent AimarUsed picture_Release when applicable.
2012-01-16 Laurent AimarFixed YV12 support in opengl video output.
2012-01-14 Rémi Denis-CourmontXCB/XVideo: the supported resolution is not always...
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2012-01-08 Felix Paul Kühnemacosx: fix DVD menu control and usage of hotkeys with...
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2011-12-22 Felix Paul Kühnemacosx: fixed fullscreen toggle through the http interf...
2011-12-19 Martin Storsjöandroidsurface: Update the surfaceflinger video output...
2011-12-15 Pere Orgafix filename self-references
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)
next