]> git.sesse.net Git - vlc/history - modules/access/screen
Typo
[vlc] / modules / access / screen /
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-06-06 Rémi Denis-CourmontXCB screen: cleanup capture region computations
2011-05-28 Rémi Denis-CourmontDead code
2011-05-26 Rémi Denis-CourmontRemove debug
2011-05-26 Rémi Denis-CourmontXCB/screen: use Composite to capture windows
2011-05-26 Rémi Denis-CourmontXCB/screen: memory leak
2011-05-26 Rémi Denis-CourmontXCB/screen: remove non-very-sensical pause
2011-05-18 Felix Paul Kühnescreen: added error handling to prevent this module...
2011-04-09 Jean-Baptiste KempfScreen: un-advance some preferences.
2011-04-09 Jean-Baptiste KempfScreen Win32: cosmetics
2011-01-24 Rémi Denis-CourmontXCB/screen: fix config item descriptions
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-21 Rémi Denis-CourmontNULL rather than 0 pointers
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-22 Rémi Denis-CourmontXCB/screen: fix misleading comments
2010-07-11 Rémi Denis-CourmontXCB: use var_Inherit*()
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-11-29 Rémi Denis-CourmontXCB/screen: support windows on other non-default screens
2009-11-01 Rémi Denis-CourmontXCB: implement --screen-follow-mouse (closes #2977)
2009-10-18 Rémi Denis-CourmontFix goofed inconsistent license text from myself.
2009-08-20 Pierre d'Herbemontscreen: By pass hard ass headers.
2009-08-20 Pierre d'Herbemontscreen: Silence warning that are not our business in...
2009-08-20 Jean-Baptiste KempfScreen-win32: Kill warnings
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-01 Rémi Denis-CourmontXCB screen: timer thread safety
2009-07-19 Rémi Denis-Courmontscreen_xcb: use timer, simplify earlier commit
2009-07-19 Rémi Denis-Courmontscreen_xcb: run in a thread - remove input control...
2009-07-11 Christophe MutricyTypos
2009-06-10 Rémi Denis-CourmontConstify XCB screen pointers
2009-06-10 Rémi Denis-CourmontXlib screen access removal
2009-06-08 Rémi Denis-CourmontXCB screen: capture root window through translation
2009-06-08 Rémi Denis-CourmontXCB screen: update geometry as needed
2009-06-08 Rémi Denis-CourmontCosmetics
2009-06-08 Rémi Denis-CourmontXCB screen: fix default height/width when x/y specified
2009-06-07 Rémi Denis-CourmontXCB screen: fix error path
2009-06-07 Rémi Denis-CourmontXCB screen: some form of pacing
2009-06-07 Rémi Denis-CourmontXCB screen & window capture
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-25 Rémi Duraffortinclude config.h before any other include.
2009-03-08 Rémi Duraffortsccaess_screen: little cleaning.
2009-03-08 Rémi Duraffortscreen_win32: little cleaning.
2009-03-08 Rémi Duraffortscreen_win32: fix potential memleak and use DeleteDC...
2009-03-01 Rémi Denis-CourmontUse a different plugin for X11 screen
2009-02-02 Rémi Denis-CourmontUse --x11-display whenever calling XOpenDisplay (except...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-13 FUJISAWA TooruAdd subscreen/follow mouse options in open dialog.
2009-01-11 FUJISAWA TooruAdd subscreen/follow mouse support to Mac OS X screen...
2009-01-03 Antoine CellerierImplement DEMUX_GET_TIME in screen access.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-13 Rémi DuraffortFix compilation on win32.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-09 Antoine CellerierImplement mouse pointer support in win32 screen.
2008-09-09 Antoine CellerierImplement partial screen capture and cursor following...
2008-09-08 Laurent AimarFixed RGB 16 screen capture for win32.
2008-09-08 Laurent AimarCorrectly set screen RGB masks for win32 and use native...
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Antoine CellerierFix memleak and config option type. (thanks to ivoire...
2008-09-04 Antoine CellerierAdd mouse cursor drawing support in x11 screen.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Antoine CellerierOops.
2008-05-26 Antoine CellerierUse mouse as capture retangle center instead of upper...
2008-05-26 Antoine CellerierAdd --screen-mouse-follow option (x11 only).
2008-05-26 Antoine CellerierImplement partial screen capture for x11. Feel free...
next