]> git.sesse.net Git - vlc/history - modules/video_output
macosx: fix fullscreen set by vout only (e.g. over http interface)
[vlc] / modules / video_output /
2012-07-09 Ilkka Ollakkaopengl:os x build fix
2012-07-09 Ilkka Ollakkaopengl.c: don't use fixed pipeline with glsl shader...
2012-07-09 Ilkka Ollakkaopengl: cosmetic
2012-07-08 Ilkka Ollakkaopengl: restore npot check for really old cards
2012-07-08 Ilkka Ollakkaopengl.c: refactor texture enabling and uniform setting
2012-07-08 Felix Paul Kühneopengl: fixed compilation for OSX
2012-07-08 Felix Paul Kühneopengl: disable shaders on older iOS releases so we...
2012-07-08 Felix Paul Kühneopengl: use RV32 instead of RV16 for the OpenGL ES...
2012-07-06 David Fuhrmannmacosx vout: always use current bounds for picture...
2012-07-05 Felix Paul Kühnevout/ios: set the display size correctly
2012-07-01 Ilkka Ollakkaopengl: use glEnable when not using shaders
2012-07-01 Jean-Baptiste KempfWin32: we need GLew.h before GL.h with the headers...
2012-07-01 Rémi Denis-Courmontopengl: fix version comparison
2012-07-01 Rémi Denis-CourmontDo not include specific GL provider in generic OpenGL...
2012-07-01 Felix Paul Kühnevout/opengl: really as in really fix compilation for...
2012-06-30 Ilkka Ollakkaopengl: update copyright year and add myself in authors
2012-06-30 Felix Paul Kühnevout/opengl: ugly temporary work-around to get this...
2012-06-30 Felix Paul Kühnevout/opengl: TARGET_OS_MAC is also defined for iOS...
2012-06-30 Ilkka OllakkaOpengl: bring back support to use opengl vout without...
2012-06-30 Ilkka Ollakkaopengl: add check for opengl >= 2.0
2012-06-30 Felix Paul Kühnevout/opengl: fixed compilation for OS X
2012-06-30 Felix Paul Kühnevout/opengl: cleanup the Mac includes
2012-06-30 Ilkka Ollakkaopengl build fix for os x
2012-06-30 Ilkka OllakkaOpengl: Rework opengl to use glsl instead of arb extens...
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
next