]> git.sesse.net Git - vlc/history - modules/video_output
Qt: Sout strings modification.
[vlc] / modules / video_output /
2009-03-14 Laurent AimarPrevent a segfault with Xv video output and too bug...
2009-03-08 Laurent AimarMoved snapshot_t structure to the only place where...
2009-03-07 Rémi Denis-CourmontRemove dangling variables
2009-03-07 Erwan Tulouprevent vlc hanging in an infinite loop when vout base...
2009-03-06 basos GADD: added a directx debug statement
2009-03-04 Rémi Denis-CourmontXCB: use pf_render for image conversion (instead of...
2009-03-04 Rémi Denis-CourmontRemove unused VOUT_PARENT
2009-03-01 Rémi Denis-CourmontXCB: configure rules
2009-02-24 Rémi Denis-CourmontUse a framebuffer whose visual matches that of the...
2009-02-24 Rémi Denis-CourmontGet configurations for the screen we do use.
2009-02-24 Rémi Denis-CourmontRequire a visual since we need one at the next API...
2009-02-24 Rémi Denis-CourmontDon't handle impossible error
2009-02-24 Rémi Denis-Courmontstatic const
2009-02-19 Geoffroy CouprieWin32: go to fullscreen on the same monitor as the...
2009-02-17 Jean-Paul Samanfb: initialize p_sys->p_video to MAP_FAILED.
2009-02-17 Jean-Paul Samanfb: do not segfault when OpenDisplay() fails in Create().
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontRemove unused VOUT_GET_SIZE...
2009-02-15 Rémi Denis-CourmontX11: remove non-sensical locking scheme
2009-02-15 Rémi Denis-CourmontUnused variable
2009-02-15 Rémi Denis-CourmontRemove unsafe VOUT_SET_FOCUS
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontRemove unneeded VOUT_CLOSE.
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-11 Rémi Denis-CourmontUse MAP_FAILED
2009-02-11 Rémi Denis-Courmontframebuffer: Remove pointless test
2009-02-11 Jean-Paul Samanfb: Cleanup properly after failing OpenDisplay.
2009-02-11 Jean-Paul Samanfb: unmap mmap'ed area when closing framebuffer display.
2009-02-08 Rémi Denis-CourmontFix crash
2009-02-08 Rémi Denis-Courmontcosmetic
2009-02-07 Rémi Denis-CourmontXCB: fill in RGB mask information
2009-02-07 Rémi Denis-CourmontXCB: use the selected visual rather than the root visual
2009-02-07 Rémi Denis-CourmontXCB: use dummy color map so selecting a non-default...
2009-02-07 Rémi Denis-CourmontXCB: determine output format in Open since it's constant
2009-02-07 Rémi Denis-CourmontXCB: do not look for static color visuals
2009-02-07 Rémi Denis-Courmontdrawable: handle the case that drawable is per-input
2009-02-05 Rémi Denis-CourmontXCB: remove hotkeys from video output
2009-02-05 Rémi Denis-CourmontXCB window hoykeys support
2009-02-05 Rémi Denis-CourmontXCB window: set background color to black
2009-02-04 Rémi Denis-CourmontXCB key press handling
2009-02-03 Rémi Duraffortx11: fix compiler warnings.
2009-02-02 Rémi Denis-CourmontDrawable: separate XIDs and HWNDs
2009-02-02 Rémi Denis-CourmontReimplement libvlc_video_set_parent back-end as a plugin
2009-02-02 Joseph TulouVout: autoscaling support for windows
2009-02-02 Joseph TulouSDL: support for autoscaling
2009-02-02 Joseph TulouOpengGL support for the auto-scaling
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-02-01 Rémi Denis-CourmontWin32: fix NULL-deref in non embedded video mode (fixes...
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-31 Rémi Denis-CourmontCleanup vout window handle typedef
2009-01-29 Rémi Denis-CourmontXCB: minimalistic window (i.e. non-embedded) support
2009-01-29 Rémi Denis-CourmontMemory leak
2009-01-29 Rémi Denis-CourmontXCB: duplicate values from output to fmt_out
2009-01-29 Rémi Denis-CourmontXCB: trigger the pop-up menu
2009-01-29 Rémi Denis-CourmontFix double translation
2009-01-28 Rémi Denis-CourmontDon't compute system-dependent stuff in the plugin...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-27 Geoffroy CouprieWinCE: no MonitorFromWindow
2009-01-27 Antoine CellerierShould fix compilation. Thanks to alienBob for reportin...
2009-01-26 Rémi Denis-CourmontXCB: grey scale output support
2009-01-25 Rémi Denis-CourmontXCB: simplify, fix assertion on grayscale displays
2009-01-25 Rémi Denis-CourmontXCB: mouse events handling and background color
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Rémi Denis-CourmontXCB: support for MIT-SHM
2009-01-24 Rémi Denis-CourmontXCB: refactor
2009-01-24 Rémi Duraffortx11: compilation warnings.
2009-01-24 Rémi Denis-CourmontX C Bindings video output proof of concept plugin
2009-01-23 Kaarlo Raihabetter direct3d image quality
2009-01-23 Kaarlo Raiharemove unneeded code
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-16 Laurent AimarFixed invalid use of p_input->i_pts_delay.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-15 Jean-Marc DresslerFix several compilation bugs in msw vout
2009-01-14 Rémi Denis-CourmontWin32: get rid of vlc_thread_ready()
2009-01-10 Rémi Denis-CourmontGLX: minor fixes
2009-01-08 Rémi Denis-CourmontAssume X11 --forbar-shm is FALSE if the option does...
2009-01-04 Antoine CellerierRemove unused variable.
2009-01-04 Kaarlo Raiharemove unndeed variables
2009-01-03 Geoffroy CouprieWin32: go fullscreen on the same screen as the vout...
2009-01-03 Geoffroy CouprieWinCE: fix compilation of vout
2008-12-20 Pierre d'Herbemontopengl: Remove opengl effects as agreed at the VDD...
2008-12-16 Rémi Denis-CourmontMigrate AA and GGI to intf-popupmenu
2008-12-16 Rémi Denis-Courmontb_menu_change: remove write-only variable
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-06 Joseph Tulouchange in vmem to allow multiple inputs (libvlc api)
2008-11-24 Antoine LejeuneAdd an omap framebuffer video output module
2008-11-22 Joseph TulouFix a typo in SDL vout plugin
2008-11-17 Jean-Baptiste KempfPatch to enable/disable key and mouse handling at vout...
2008-11-13 COCQUEBERT CédricFix toggling when Video is not embedded
2008-11-05 Joseph TulouMake x11 event handling optional
2008-10-29 Christophe MutricyTypo
2008-10-29 Rémi Denis-CourmontUnlikely memory leak - fixes #2256
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-18 Ilkka OllakkaXReparentWindow seems to be needed here to get video...
next