]> git.sesse.net Git - vlc/history - modules/control
Encode non-ASCII characters outside comments
[vlc] / modules / control /
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-29 Antoine CellerierPrompt for password again after displaying "Wrong passw...
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-28 Sigmund Augdal Helbergtelnet.c: a few more minor (potensial) memleaks
2006-01-28 Sigmund Augdal Helbergtelnet.c: fix a very minor memleak in Open
2006-01-27 Antoine Cellerier rpn.c : vlm_cmd now adds a "vlm_value" variable
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-22 Christophe Mutricymissing in [13991].
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-22 Antoine Cellerierremove dirty debug messages.
2006-01-22 Antoine Celleriernew "vlm_cmd" (or "vlm_command") rpn function.
2006-01-12 Antoine CellerierFSF address change.
2006-01-10 Olivier AubertModules.am: src/control/plugin.c is now src/control...
2006-01-09 Antoine Cellerier../../src/control/plugin.c doesn't exist anymore (this...
2005-12-16 Antoine Cellerieradd vlc_object_exist rpn function that checks if an...
2005-12-15 Christophe Massiot * modules/control/http/mvar.c: Handle file extensions...
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-12-09 Olivier Aubertcorba: remove useless files
2005-12-09 Olivier Aubertcorba module: use the integrated mediacontrol API
2005-12-06 Antoine Cellerierrename to vlc_volume_set
2005-12-06 Antoine Celleriernew rpn function : volume_set
2005-12-06 Antoine Cellerierugly dirty horrible thing so that text/xml files don...
2005-12-05 Rémi Denis-Courmont- Use net_ConnectUDP on the slave side
2005-11-29 Antoine Cellerieradd aspect ratio, crop and deinterlace hotkeys. fixes...
2005-11-28 Rémi Denis-CourmontFix format string would-be vulnerability (the macro...
2005-11-27 Clément Stenac* Improve strings for jumps
2005-11-26 Antoine Cellerier * : make jump hotkeys time interval user configurable
2005-11-20 Christophe Mutricyutil.c: Partially revert [12120]. the http interface...
2005-11-03 Jean-Paul SamanForward port from revision 13127
2005-10-28 Jean-Paul Samanrc control interface fix for correct reporting of playl...
2005-10-28 Derk-Jan Hartman* hotkey: Go to DVD menu (ctrl-M)
2005-10-24 Benjamin PrachtAdd a "clear" command to empty the playlist (someone...
2005-10-22 Cyril Deguet* hotkeys.c: don't crash when there is no input
2005-10-20 Jean-Paul Samanfix one potential refcount problem
2005-10-20 Jean-Paul SamanPut vlc_object_release() at the proper place. This...
2005-10-16 Jean-Paul SamanMake sure to get the right unit
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-15 Jean-Paul SamanFullscreen patch for rc-interface that allows to force...
2005-10-11 Jean-Paul SamanFix broken status command on rc interface
2005-09-28 Derk-Jan Hartman* Now uses the fullscreen variable instead of setting...
2005-09-22 Gildas Bazin* modules/control/netsync.c: compilation fix.
2005-09-20 Sam Hocevar * modules/control/http/rpn.c: don’t crash if stripsla...
2005-09-02 Christophe Massiot * modules/control/http/http.c: Added a small hack...
2005-09-01 Christophe Massiot * modules/control/http/http.c: Fixed PATH environment...
2005-09-01 Christophe Massiot * modules/control/http/http.c: Added a SERVER_PATH...
2005-08-30 Christophe Massiot * modules/control/http/http.c: Fixed argv[1] in CGI...
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-29 Christophe Massiot * src/extras/libc.c: Implemented vlc_execve() for...
2005-08-29 Christophe Massiot * modules/control/http/mvar.c: Under Windows do not...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-26 Christophe Massiot * src/extras/libc.c: Fixed Win32 compilation.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-22 Sam Hocevar * modules/control/hotkeys.c: replaced pow(2,x) constr...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-22 Sam Hocevar * modules/control/http/Modules.am: added missing...
2005-08-22 Jean-Paul SamanForward port of rev 12332
2005-08-20 Rémi Denis-CourmontFix url converter on win32
2005-08-19 Christophe Massiot * modules/control/http/rpn.c: vlc_var_* now take an...
2005-08-19 Jean-Paul SamanCleanup of status reporting.
2005-08-18 Clément StenacIf passed ?control=play without any item, just ask...
2005-08-18 Clément StenacFix consistency of some function names
2005-08-18 Clément StenacDie !
2005-08-18 Clément Stenacwtf ?
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it
2005-08-18 Jean-Paul SamanFix an issue with the state option (behaves differently...
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-08-18 Christophe Massiot * modules/control/http.c: Implemented RPN functions...
2005-08-17 Christophe Massiot * src/libvlc.c: Expand ~/ in --config-file.
2005-08-17 Christophe Massiot * Makefile.am: New file version.c, generated at each...
2005-08-17 Christophe Massiot * modules/control/http.c: New RPN functions :
2005-08-13 Jean-Paul SamanFix breakage of revision 12164 when a non-socket connec...
2005-08-13 Jean-Paul SamanReworked OSD Volume handling and display of volumebar...
2005-08-13 Jean-Paul SamanPrint status change message when volume is changed...
2005-08-13 Rémi Denis-Courmont- Append CRLF manually
2005-08-13 Rémi Denis-CourmontRevert commit [12128] that violate gettext rules
2005-08-12 Clément StenacRemove slp and joystick plugins
2005-08-12 Christophe Massiot * modules/control/http.c: Added an id="include" macro...
2005-08-12 Christophe Massiot * modules/control/http.c: Fixed vlc_set_var() and...
2005-08-12 Christophe Massiot * modules/control/http.c: New foreach tags to walk...
2005-08-11 Jean-Paul SamanFix volume callback
2005-08-11 Jean-Paul SamanFix \r\n issues for Windows compatibility
2005-08-11 Christophe Massiot * modules/control/http.c: New RPN function vlc_seek...
2005-08-11 Christophe Massiot * modules/control/http.c: foreach directory is now...
2005-08-11 Christophe Massiot * modules/control/http.c: Fixed bugs in str_replace().
2005-08-11 Christophe Massiot * modules/control/http.c: Rewrote the parsers to handl...
2005-08-10 Jean-Paul SamanFix regression in timing behaviour. A minute jump is...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-09 Christophe Massiot * modules/control/http.c: New RPN functions: vlc_play...
2005-08-09 Jean-Paul SamanAdded new hotkeys (key-intf-hide, key-jump-3sec, key...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe Massiot * modules/control/http.c: Support for ~ in foreach...
2005-08-05 Christophe Massiot * modules/control/http.c: Added two new RPN functions...
2005-08-05 Rémi Denis-CourmontFix compiler warnings
2005-08-05 Christophe Massiot * ALL: a couple more vlc_object_release()...
2005-08-04 Christophe Massiot * modules/control/http.c: New option --http-charset...
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-01 Christophe Massiot * modules/control/http.c: Add an 'ext' field to file...
next