]> git.sesse.net Git - vlc/history - modules/control
vod rtsp : unpause srteam after seeking
[vlc] / modules / control /
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Jean-Baptiste KempfRC: kill warnings
2009-08-21 Rémi Denis-CourmontRevert "signals: Return NULL at SigThread end."
2009-08-20 Pierre d'Herbemonthttp: Don't compare unsigned directly and factorize.
2009-08-20 Pierre d'Herbemontsignals: Return NULL at SigThread end.
2009-08-20 Pierre d'Herbemontmotion: We really want an assignation here. Put parenth...
2009-08-20 Pierre d'Herbemontrc: Flag unused params.
2009-08-20 Pierre d'Herbemonthttp: Flag unused args.
2009-08-20 Jean-Baptiste KempfKill misc warnings
2009-08-19 Jean-Baptiste KempfGlobal Hotkeys: simplify and clean code
2009-08-19 Jean-Baptiste KempfPort GlobalHotkeys to the correct SetWindowLongPtr API
2009-08-12 Laurent AimarFixed RC deadlocks on input events.
2009-08-12 Jean-Baptiste KempfRemove the ShowIntf module. It doesn't make sense when...
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-04 Andy CheneeRC: add frame-by-frame function
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-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-15 Rémi Duraffortrc: no need to strdup the value returned by var_GetString.
2009-07-11 Rémi Denis-CourmontReally handle sigwait() errors
2009-07-11 Rémi Denis-CourmontRevert "Handle EINTR from sigwait"
2009-07-11 Rémi Denis-CourmontHandle EINTR from sigwait
2009-07-10 Sigmund AugdalMake the dbus plugin not sleep unless the event queue...
2009-07-09 Rémi Denis-CourmontDBus: set volume on playlist
2009-07-09 Rémi Denis-CourmontRC: big cleanup
2009-07-09 Rémi Denis-CourmontHTTP: set volume on playlist
2009-07-09 Rémi Denis-Courmonthotkeys: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontgestures: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-07-09 Rémi Denis-CourmontCode factorization
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-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-21 Rémi DuraffortSimplification.
2009-06-19 Derk-Jan Hartmanhttp interface: strdup memleaks
2009-06-19 Rémi DuraffortFix memleak.
2009-06-19 Rémi DuraffortDon't print the password in the logs (even debug ones).
2009-06-15 Jean-Paul Samanhotkeys: remove unused members of p_sys
2009-06-05 Derk-Jan Hartmanrc: header inclusion fix
2009-06-05 Derk-Jan HartmanConvert some uses of key-pressed to key-action.
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-29 Rafaël CarréFix xspf reading/writing
2009-05-29 Rafaël Carrédbus : fix a deadlock with p_events array
2009-05-29 Sigmund Augdaldbus: Fix an integer overflow when seeking more than...
2009-05-28 Rafaël CarréFix xspf reading/writing
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 Duraffortgestures: fix memleak with var_Change(VLC_VAR_GETCHOICES).
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 intf_Create() and intf_RunThread()
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 DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-CourmontHTTP: try to fix mix of input item IDs and playlist...
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontHTTP: use DIR_SEP(_CHAR)
2009-05-05 Rémi Denis-CourmontRemove useless memset
2009-05-03 Rémi Denis-Courmontsignals: let the default handlers kill VLC after 3...
2009-04-29 Dylan YudakenIncorrect time-offset type in rc module
2009-04-19 Felix Paul KühneClean up (with a little help from clang)
2009-04-16 Rémi Duraffortshowintf: fix a variable type (bool instead of int...
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-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-03-31 Rémi Denis-CourmontFactorize identical XML escape RPN functions
2009-03-25 Rémi Duraffortgestures: factorisation, cleaning and fix a warning.
2009-03-25 Rémi Duraffortdbus: free the events array.
2009-03-21 Rémi Duraffortdbus: UpdateCaps is now always called with the playlist...
2009-03-21 Rémi Duraffortdbus: fix another locking problem.
2009-03-21 Rémi Duraffortdbus: fix the repeat signal.
2009-03-20 Rémi Duraffortdbus: fix a bunch of assert/crash about locking (playli...
2009-03-20 Rémi Duraffortdbus: fix an object leak (+some cleanings)
2009-03-17 Rémi Duraffortfix a segfault when launching a video inside a tty.
2009-03-17 Rémi Denis-Courmontshowintf: privatize the callback lock
2009-03-17 Rémi Denis-CourmontGestures: privatize interface callback lock
2009-03-17 Rémi Denis-Courmont(prev|next)-(chapter|title) is a void variable. Fix...
2009-03-08 Rémi Duraffortrc: fix uninitialized value on win32.
2009-03-01 Laurent AimarConverted globalhotkeys to XCB.
next