]> git.sesse.net Git - vlc/history - modules/video_output
transcode: actually do the audio encode flushing
[vlc] / modules / video_output /
2012-10-23 Rémi Denis-CourmontEGL: print error when configuration is not usable ...
2012-10-22 KO Myung-Hunkva: add always-on-top support
2012-10-22 KO Myung-Hunkva: hide mouse pointer only if it is not hidden
2012-10-01 Felix Paul Kühnevout_macosx: add additional sanity checks to prevent...
2012-10-01 Rémi Denis-CourmontWin32: use CoInitializeEx() instead of CoInitialize()
2012-09-21 Ludovic Fauvetandroid vout: expose the density to the JNI
2012-09-13 Felix Paul Kühneopengl: removed 2 hacks needed to support legacy Macs...
2012-09-09 Rémi Denis-Courmontwingapi: remove WinCE vout
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/video_output/msw/
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-03 Felix Paul Kühnemacosx_vout: unify coding style
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-28 Rémi Denis-CourmontXCB: map media, brightness and zoom keys
2012-08-20 Rémi Denis-CourmontXCB: key symbols list update
2012-08-20 Rémi Denis-Courmontxcb: map X11 Cancel to VLC Browser Stop
2012-08-20 Rémi Denis-Courmontxcb: print X11 key symbol in debug
2012-08-19 Rémi Denis-Courmontconfig: improve/fix the callback prototype for config...
2012-08-17 Jean-Baptiste KempfD3D: Fix wallpaper mode under Win7
2012-08-16 Jean-Baptiste KempfWin32: try to fix the power management issues.
2012-08-15 Rémi Denis-CourmontRemove duplicated config refresh callbacks
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-09 Rémi Denis-CourmontSpelling fix
2012-08-05 Sebastien Zwickertvout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event...
2012-07-23 David Fuhrmannmacosx: remove outdated and unused isFullscreen methods
2012-07-23 David Fuhrmannmacosx vout: move setter for window level to vout provider
2012-07-23 David Fuhrmannmacosx vout: don't reset window state on close here
2012-07-19 Rémi Denis-Courmontdirectx: improve DirectSound and DirectDraw module...
2012-07-19 Rémi Denis-Courmontdirectx: simplify configure
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
next