]> git.sesse.net Git - vlc/history - modules/control/rc.c
rc: header inclusion fix
[vlc] / modules / control / rc.c
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-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 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-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-04-29 Dylan YudakenIncorrect time-offset type in rc module
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-02-22 Rémi Duraffortrc: factorisation
2009-02-21 Rémi Duraffortrc: remove one vlc_object_find.
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Jean-Paul Samanrc: add missing playlist_Lock()/playlist_Unlock() for...
2009-02-20 Jean-Paul Samanrc: "state" does not return playlist_status_t but input...
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-15 Ken SelfIncreased RC interface input buffer
2009-01-06 Laurent AimarFix quit sequence in rc.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-09 Laurent AimarFixed ppsz_input_state in RC after input state changes.
2008-11-22 Christophe MutricyFix memleak
2008-11-21 Jean-Paul SamanAdd can-rate to distinguish between normal rate control...
2008-11-21 Jean-Paul SamanEnable rc fastforward and rewind commands for RTSP...
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Rémi DuraffortThis case can't happen so assert.
2008-10-10 Rémi DuraffortClarification (the last case can't happend) (CID 174)
2008-09-28 Rémi Denis-CourmontFormat string fixes
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-14 Rémi Denis-CourmontWrite CRLF in the same I/O operation
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-01 Rémi DuraffortDon't print a message a malloc failed.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
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-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-20 Rémi Denis-CourmontRC: fix segmentation fault due to input state changes...
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
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-Courmontintf_Create: remove unused parameters
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-24 Rafaël CarréFix input item leaking
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-25 ogg.k.ogg.kfix stray semicolon (which would change program flow)
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-02-11 Jean-Paul SamanSimplify rc stats command
2008-01-28 Rafaël Carrécontrol/*: fix warnings
2008-01-24 Rémi Denis-CourmontRemove some GCCisms.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-CourmontFix off-by-one overflow and simplify
2008-01-15 Jean-Paul SamanShow statistical information on the rc interface.
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-11-24 Jean-Baptiste KempfAdd a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses...
2007-11-04 Antoine CellerierRemove unneed setting of val.b_bool before calling...
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-10-03 Rafaël Carrérc: add `random' command
2007-10-03 Rafaël Carrérc: ressuscite the goto command
2007-10-01 Rafaël CarréThat shouldn't have been part of the previous commit
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-15 Rémi Denis-CourmontFix MacOS linking
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-15 Rémi Denis-CourmontRemove auto-update. This is blatantly insecure.
2007-09-01 Rafaël CarréReverts 21658 as it's totally wrong
next