]> git.sesse.net Git - vlc/history - modules/video_output
Improve spectrum visualization. Change options : the number of bands for the spectrum...
[vlc] / modules / video_output /
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...
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
next