]> git.sesse.net Git - vlc/history - modules/video_output
Qt: remove unnecessary debug message
[vlc] / modules / video_output /
2010-04-11 Rémi Denis-CourmontDeprecated --sdl-video-driver
2010-04-01 Ilkka Ollakkamerge xcb keysym-table for video_output and global...
2010-03-30 Rémi Denis-Courmontvmem: mark options private or volatile as needed
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-26 Laurent AimarFixed initial crop parameters in vout (close #3376).
2010-03-18 Hugo Beauzee-LuyssenFixed uninitialized value.
2010-03-13 Felix Paul Kühneopengl: make sure we use this module instead of the...
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-03-08 Erwan Tuloumsw: add support for --[no]-mouse-events and --[no...
2010-03-07 Nathan Phillip BrinkFix #include <SDL/SDL.h> to be #include <SDL.h>
2010-03-06 Rémi Denis-CourmontWin32: allow negative values for window coordinates...
2010-03-06 Rémi Denis-CourmontWin32: use video-x and video-y (fixes #3215)
2010-03-06 Rémi Denis-CourmontXCB/window: pass requested position to the X server
2010-03-06 Rémi Denis-CourmontXCB: set window provider requested position from video...
2010-03-03 Rémi Denis-CourmontGLX: uses Xlib, needs XInitThreads()
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-03-01 Erwan Tuloucore: two typos
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-02-26 Laurent AimarRemoved the assumption that XV and picture_New() behave...
2010-02-25 Rémi Denis-CourmontXCB window: key modifier 4 is meta, not command
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-14 Laurent AimarReduced verbosity (vout wrapper).
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-08 Gildas BazinFix for XCB_CURSOR_NONE undeclared issue
2010-02-08 Gildas BazinRestore cursor when closing vout since the window doesn...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-30 Rémi Denis-CourmontXCBV/window: document ASCII VLC to translators
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Jean-Baptiste KempfShortname corrections
2010-01-25 Erwan Tulouxcb: fix resizing failing to succeed sometimes
2010-01-24 Pierre d'Herbemontvout_macosx: Fix a leak.
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
2010-01-23 Laurent AimarFixed error code value in vmem.
2010-01-20 Rafaël Carréfb vout: use var_Inherit
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2010-01-12 Pierre YnardWinCE: fix previous broken commit
2010-01-12 Pierre YnardWinCE: emulate GetMenuState() function
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-10 Rémi Denis-CourmontRemove the MGA video output
2010-01-10 Rémi Denis-CourmontXCB/X11: missing shortcuts
2010-01-10 Rémi Denis-CourmontWrapper: remove hard-coded plugin list
2010-01-09 Pierre d'Herbemontvout_macosx: Don't render more than needed during Cocoa...
2010-01-07 Pierre d'Herbemontvout_macosx: Remove trailing spaces.
2010-01-06 Pierre YnardFix make dist
2010-01-05 Pierre YnardWinCE: fix window size in wing{d,ap}i video output...
2010-01-05 Laurent AimarCompilation fix (gapi).
2010-01-05 Laurent Aimargapi compilation fixes (again).
2010-01-05 Laurent AimarAnother gapi (msw) compilation fix.
2010-01-05 Laurent AimarReally fix gapi compilation.
2010-01-05 Rémi Denis-CourmontXCB/window: missing keys
2010-01-05 Laurent AimarCompilation fixes (gapi, msw).
2010-01-05 Laurent AimarRevert "Revert "Removed old msw files.""
2010-01-05 Laurent AimarAdded AlignRect helper (msw).
2010-01-05 Laurent AimarRevert "Removed old msw files."
2010-01-05 Laurent AimarCosmetics (msw).
2010-01-05 Laurent AimarRemoved old msw files.
2010-01-05 Laurent AimarFixed vout display module wrapper with locked/unlocked...
2010-01-05 Laurent AimarEnabled directx in "vout display" wrapper.
2010-01-05 Laurent AimarConverted directx to "vout display".
2010-01-05 Laurent AimarEnabled wingdi/wingapi in "vout display" wrapper.
2010-01-05 Laurent AimarConverted wingdi/wingapi to vout display.
2010-01-05 Laurent AimarCosmetics (msw).
2010-01-04 Pierre d'Herbemontvout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad0...
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2010-01-03 Rémi Denis-CourmontCode generator for the previous commit
2010-01-03 Rémi Denis-CourmontXCB/window: legacy non-Unicode key symbols
2010-01-03 Rémi Denis-CourmontXCB/window: Unicode non-Latin-1 keys (untested)
2010-01-03 Rémi Denis-CourmontXCB/window: Latin-1 non-ASCII keys support
2009-12-31 Pierre d'Herbemontvout_macosx: The view is Opaque.
2009-12-31 Pierre d'Herbemontvout_macosx: Ensure initialization on main thread.
2009-12-30 Pierre d'Herbemontcaca: On Mac OS X use the ncurses video driver by default.
2009-12-28 Erwan Tuloumsw: ensure the old vout output works as the new vout_d...
2009-12-28 Erwan Tuloumsw : support for vout_window_SetFullscreen
2009-12-28 Pierre d'Herbemontopengllayer: Remove this module.
2009-12-27 Jean-Baptiste KempfMSW vout: fix compilation since [76e8da0ff] change
2009-12-26 Erwan Tuloumsw: typo
2009-12-26 Rémi Denis-CourmontXCB/XVideo: skip completely if overlay is disabled
2009-12-26 Rémi Denis-CourmontXCB/window: hackish implementation of video wallpaper
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-26 Rémi Denis-CourmontTypo
2009-12-26 Rémi Denis-CourmontPass full window state to window providers
2009-12-26 Rémi Denis-CourmontXCB/window: implement below state
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Rémi Denis-CourmontVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
2009-12-24 Pierre d'Herbemontvout_macosx: Fix a typo.
2009-12-24 Pierre d'HerbemontNew "vout display" for macosx.
2009-12-23 Rémi Denis-CourmontXCB/XVideo: ignore ARGB picture format
2009-12-21 Laurent AimarAllocated a direct3d back buffer as large as the whole...
2009-12-21 Laurent AimarFixed msw vout titles.
2009-12-20 Jean-Baptiste KempfRemove qte and opie modules.
2009-12-17 Pierre d'Herbemontopengl: Fix the vout for Mac OS X.
2009-12-16 Laurent AimarCompilation fix.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
next