]> git.sesse.net Git - vlc/history - modules/control
Factorize code and remove unneed error message about memory allocation.
[vlc] / modules / control /
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortPotential memleak.
2008-07-31 Rémi Duraffortcontrol http: fix memleak.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortThe playlist is locked here : should fix #1751 (patch...
2008-07-21 Laurent AimarFixed a memory leak in aspect-ratio/crop/zoom/deinterla...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-18 Rémi DuraffortThe playlist is not lock for the moment.
2008-07-17 Rémi DuraffortThe playlist is not lock at this stage so let it lock...
2008-07-15 Rémi DuraffortFix a compilation warning.
2008-07-07 Rémi Denis-CourmontHTTP: fix browsing on Win32 - closes #1656
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-02 Rémi Denis-CourmontHTTP ACL: fail closed, not open
2008-07-01 Rémi Denis-CourmontTypo, uninit (CID #127)
2008-06-28 Rémi Denis-CourmontRemove unused parameter
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-20 Rémi Denis-CourmontRC: fix segmentation fault due to input state changes...
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-20 Ilkka Ollakkaadd xml_encode to http-control rpn, so status/playlist...
2008-06-19 Rémi Denis-Courmontfix variable name - closes #1629
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rémi Denis-CourmontRC OSD: Fix NULL check after deref (CID 109)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontsignals: fix race condition with sigwait()
2008-05-31 Rémi Denis-Courmontsignals: exit properly
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-30 Antoine CellerierAdd support for applesmc motion sensors (macbooks)...
2008-05-29 Pierre d'Herbemontsignals: Workaround the fact that sigwait() isn't a...
2008-05-29 Rémi Denis-Courmontsignal handling interface
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare 9 relocations
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-27 Rémi Denis-CourmontAnother non-sensical declaration
2008-05-27 Rémi Denis-CourmontCosmetic
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rémi Denis-CourmontDon't use stat() before opendir()
2008-05-20 Rémi Denis-CourmontFix handle leak
2008-05-20 Rémi Denis-CourmontDon't waste stat() right before opendir().
2008-05-20 Rémi Denis-CourmontDon't test if a directory exists twice in a row
2008-05-13 Rafaël CarréDBus : missing return argument for AddTrack
2008-05-10 Rafaël CarréDBus: Play rewinds at the beginning if there is an...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-08 Rafaël CarréDBus: use the current array of playlist items
2008-05-05 Rafaël Carrés/URI/location/ to comply to the spec
2008-05-05 Rafaël CarréRead the correct type from the vlc value - fixes #1569
2008-05-05 Rafaël CarréAvoid deadlocking: refs #1566
2008-05-05 Rafaël CarréDBus: Round volume to nearest integer - fixes #1561
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-29 Mirsal EnnaimeMove the MPRIS Quit method to the root dbus object.
2008-04-24 Rafaël CarréFix input item leaking
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-19 Mirsal EnnaimeFix MPRIS method names
2008-04-19 Mirsal EnnaimeAvoid a deadlock.
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-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanSanitize STATUS_CHANGE messages.
2008-04-07 Rémi DuraffortImprove playlist drawing with rc.
2008-04-07 Rémi DuraffortFix #1530 : with thr rc interface you can now draw...
2008-04-07 Rémi DuraffortWe don't need the update system with the rc interface.
2008-04-04 Rafaël Carrérc : stop the playlist before exiting, fix quitting...
2008-04-04 Rafaël CarréSimplify macro
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...
2008-03-27 Rémi Denis-Courmonthotkeys: use key-action
2008-03-27 Rémi Denis-Courmonthotkeys: cleanup locking
2008-03-27 Rémi Denis-CourmontRevert "ActionKeyCB: remove completely."
2008-03-27 Rémi Denis-CourmontActionKeyCB: remove completely.
2008-03-27 Rémi Denis-Courmonthotkeys: make the ActionKeyCB O(1) w.r.t. the number...
2008-03-27 Jean-Baptiste KempfChanging audio device can also make sense without any...
2008-03-27 Jean-Baptiste KempfTrailing spaces and comments.
2008-03-27 DylanAdd hotkey to cycle through audio devices
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-03-27 Rafaël CarréDBus: remove unused macro, check memory allocation
2008-03-27 Mirsal EnnaimeDbus control module: * Add the MprisVersion Method...
2008-03-26 Mirsal EnnaimeDbus control module: * Simplify p_intf->p_sys->i_caps...
2008-03-26 Rafaël CarréDBus: don't use the demux object
2008-03-26 Rafaël CarréTypo
2008-03-26 Rafaël CarréDBus: don't use access object
2008-03-25 ogg.k.ogg.kfix stray semicolon (which would change program flow)
2008-03-25 Rafaël CarréDBus : Fix a segfault when access->pf_control is NULL
2008-03-25 Mirsal EnnaimeDbus control module: * Add missing MPRIS capability...
2008-03-25 Mirsal EnnaimeDbus control module: * Implement (partially) the CapsCh...
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
next