]> git.sesse.net Git - vlc/history - modules/video_output
Qt: Return == Enter
[vlc] / modules / video_output /
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...
2008-10-16 Sam HocevarSupport multiple planes in the vmem driver, courtesy...
2008-10-15 Jean-Baptiste Kempf[x11 vout] Fix x11 fullscreen behaviour. Patch by Raster!
2008-10-15 Ilkka OllakkaCalculate position for videowindow to use current scree...
2008-10-14 Rémi DuraffortCleaning.
2008-10-12 Ilkka Ollakkarevert changes regarding x11 vout from commit 8689e8be2...
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-10-05 Rémi Denis-CourmontDangling code
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-02 Jean-Baptiste KempfWin32 Vout: after the previous fix of Win32 Vout, the...
2008-10-01 Jean-Baptiste KempfRemove useless test. At that point, p_sys is not NULL
2008-10-01 Jean-Baptiste KempfWin32 Vout: set fullscreen back before quitting Vout.
2008-10-01 Jean-Baptiste KempfWin32 Vout: try to correctly set fullscreen mode under...
2008-09-28 Rémi Denis-CourmontVLC_OBJECT_OPENGL: nobody uses _find on this, useless
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Rémi Denis-CourmontUse objet pointer as unique ID (plugins)
2008-09-20 Pierre d'Herbemontopengl: Rewrite crazy code. (Should fix a crash reporte...
2008-09-17 Geoffroy Couprieremove on more b_dead old use
2008-09-09 Jean-Paul SamanRemove old limited image video_output its functionality...
2008-09-08 Geoffroy CouprieWinCE: wingdi plugin update
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Jean-Paul SamanRemove duplicate stdio.h (is included in vlc_common.h).
2008-08-27 Jean-Paul SamanAdd video output that dumps raw YUV frames in a file...
2008-08-27 Jean-Paul Samanfix compiler warnings in modules/video_output/fb.c
2008-08-20 Laurent AimarCorrectly set rgb mask for xvideo output too.
2008-08-19 Rémi DuraffortFix warnings
2008-08-09 Rémi Denis-Courmontconfig.h comes first
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-04 Laurent AimarAdded a missing const in x11.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-31 Rémi DuraffortFix memleak in sdl video output. (string passed to...
2008-07-28 Jean-Baptiste KempfFix file mode
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-07-22 Rémi DuraffortUse pl_Yield and pl_Release everywhere.
2008-07-06 Rémi Denis-CourmontFix option glx-shm does not exist error
2008-07-05 Rémi Denis-CourmontUnused variables
2008-07-05 Rémi Denis-CourmontX11: stop playling when user closes the window
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-04 Pierre d'Herbemontopengl: No need to detach the vout from here.
2008-07-01 Antoine CellerierVideo outputs should not change the vout's render format.
2008-06-28 Rémi DuraffortRemove unused variables.
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-26 Rémi Denis-CourmontFix warning
2008-06-26 Rémi Denis-CourmontWarn about buggy X11 connections
2008-06-26 Rémi Denis-CourmontRemove unused variable
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-20 Pavlov KonstantinRemove glide video output module.
2008-06-16 Rémi Denis-Courmontvmem: small memory leak
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-15 Jean-Baptiste KempfDon't use deprecated functions.
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Jean-Paul SamanFix indentation in some of the structs defintions.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-12 Pierre d'Herbemontopengllayer: Don't protect a module by #ifdef you'll...
2008-06-03 Antoine CellerierDo not align height and width on multiples of 16 in...
2008-06-02 Antoine CellerierEnforce --no-overlay option in SDL video output.
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi DuraffortFix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgo...
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-17 Rémi Denis-CourmontIgnore X11 errors on Maemo
2008-05-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rafaël CarréFactorize video-on-top disabling while in fullscreen
next