]> git.sesse.net Git - vlc/history - modules/control/hotkeys.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / control / hotkeys.c
2010-06-11 Jakob LebenHotkeys: playlist locking
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-29 Laurent AimarSimplify up/down subtitle hotkey.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-03-26 Laurent AimarFixed fine rate modifications in hotkeys.
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-13 Rémi Denis-CourmontFix "play only" hotkey when playlist is stopped (i...
2010-02-13 Rémi Denis-CourmontVariable choice names are in psz_string, not var.psz_name
2010-02-10 Rémi Denis-CourmontKeep the authoritative fullscreen status on the playlist
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-10 Rémi Durafforthotkeys: use the return value of var_ToggleBool.
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-02 Laurent AimarUsed vout_OSDEpg for the time hotkeys.
2009-12-30 Rémi Denis-Courmonthotkeys: user var_Inherit (partial)
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-21 Laurent AimarFixed fine rate control (hotkeys).
2009-12-04 Jean-Baptiste KempfHotkeys: add missing break in switch
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-10-05 Laurent AimarUpdated hotkeys after deinterlace changes.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-09 Rémi Denis-Courmonthotkeys: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-25 Rémi Denis-CourmontProcess key action immediately, kill the hotkey thread
2009-06-15 Jean-Paul Samanhotkeys: remove unused members of p_sys
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan HartmanPrefs: repair category system for some lost options.
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-26 Rémi Durafforthotkeys: fix a big object leak and factorize a bit.
2009-05-26 Rémi Durafforthotkeys: fix memleak with var_Change(VLC_VAR_GETCHOICES).
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-21 Rémi Denis-CourmontGet rid of KEY_ASCII and KEY_SPECIAL
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-04-15 Rémi Denis-CourmontHotkeys: cleanup variable use
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-04-11 Jean-Philippe AndreFix object leak (1 from my previous commit + 2 others)
2009-04-11 Jean-Philippe AndreFix segfault: press Shift+A without an opened AOUT...
2009-02-27 Rémi Durafforthotkeys: factorization.
2009-02-25 Laurent AimarAdded hotkeys for fine playback rate control.
2009-02-24 Laurent AimarFixed a segfault in hotkeys.
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-23 Derk-Jan Hartmanaxe -> axis
2009-02-23 Jean-Baptiste KempfForgotten ' ' space in longhelp.
2009-02-23 Jean-Baptiste KempfRemove one vlc_object_find usage.
2009-02-23 Jean-Baptiste KempfHotkeys: configurability of mousewheel action to stop...
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Rémi Denis-CourmontRemove silly cast
2009-02-18 Laurent AimarAdded a "key-rate-normal" to reset input playback rate...
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-05 Rémi Denis-CourmontUnitialized variable
2009-02-05 Rémi Denis-CourmontMenu key triggers the popup menu
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-26 Rémi Durafforthotkeys: fix potential buffer overflows, use var_Create...
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-06 Laurent AimarFix quit sequence in hotkeys.
2008-12-15 Rémi DuraffortFix memleak (#2350).
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-01 Jean-Baptiste KempfHotkeys: remove unuseful test on p_playlist: If p_playl...
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-06 Rémi Denis-CourmontHotkeys: use normal thread synchronization APIs
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-10 Derk-Jan Hartmanhotkeys: don't set key-action when we didn't find a...
2008-08-02 Pierre d'Herbemonthotkeys: Properly set seekable.
2008-07-21 Laurent AimarFixed a memory leak in aspect-ratio/crop/zoom/deinterla...
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-27 Rémi Denis-CourmontDon't create an unused variable per action
2008-03-27 Rémi Denis-CourmontRemove hotkeys "accounting" stuff.
2008-03-27 Rémi Denis-CourmontRemove ActionKeyCB - I really can't find any path to...
next