]> git.sesse.net Git - vlc/history - modules/control/rc.c
Don't print a message a malloc failed.
[vlc] / modules / control / rc.c
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
2007-09-01 Rafaël Carrérc: non blocking input read
2007-08-22 Rafaël Carrérc intf: Corrects function name: Get_URI -> GetURI
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-27 Antoine CellerierFix a bug.
2007-04-15 Rémi Denis-CourmontAlso remove --rc-unix from Win32 port for obvious reasons
2007-04-15 Rémi Denis-CourmontRemove rc-fake-tty from Win32 port since it's explicitl...
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-03-31 Antoine CellerierUpdate the help strings. These should be autogenerated...
2007-03-31 Antoine CellerierModule specific commands change in rc.c. See http:...
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-15 Rémi Denis-Courmont- Fix file descriptors leak
2007-02-11 Antoine CellerierUse net_Accept's timeout param instead of a call to...
2007-02-11 Antoine CellerierFix #1048... kind of. Should the rc interface be able...
2007-02-09 Antoine CellerierAdd "key" (or "hotkey") command in RC to simulate a...
2007-01-10 Rémi Denis-CourmontDo not read inexistant configuration parameter
2006-12-24 Clément StenacMore cleanup
2006-12-03 Antoine CellerierOops (at least it wasn't a regression ;) )
2006-12-03 Antoine CellerierDon't display "Unknown command!" when the command is...
2006-12-03 Antoine CellerierCosmetics and small fix
2006-12-03 Antoine CellerierSimplify callback registration.
2006-12-03 Antoine CellerierFix [17577]. Removing 200 lines of code is nice. Replac...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-09 Rémi Denis-CourmontHow to remove ~200 lines of code
2006-11-09 Rémi Denis-CourmontSuppress copy-cat code (more to come)
2006-11-09 Rémi Denis-Courmont- Remove the rc-force option, and do the same automatically
2006-11-09 Felix Paul Kühneretry on failure to connect to rc-unix socket. Patch...
2006-10-12 Antoine Cellerier[PATCH] Repeat and Loop - Remote Control Interface...
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-10-01 Antoine CellerierThe time video filter doesn't exist anymore.
2006-09-28 Antoine CellerierFixes to my fixes from Thomas Parmelan.
2006-09-24 Antoine Cellerier[PATCH] mosaic improvement: user-defined offsets for...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-Courmontcontrol/
2006-09-08 Antoine CellerierAdd vcrop, vzoom and vratio commands to the rc interfac...
2006-09-01 Pavlov KonstantinRecode output in rc interface to current locale
2006-08-25 Antoine Cellerier * Add atrack, vtrack and strack commands. Those can...
2006-08-10 Antoine CellerierAdd "enqueue" command. Original patch by Greg Farell
next