]> git.sesse.net Git - vlc/history - modules/control
* removed an outdated method instead of commenting it
[vlc] / modules / control /
2006-09-17 Clément StenacWoops
2006-09-17 Clément StenacClean up a bit of redundant code
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-14 Christophe MutricyUse var_ instead of config_ (closes #740)
2006-09-12 Rémi Denis-Courmontcontrol/
2006-09-08 Antoine CellerierAdd vcrop, vzoom and vratio commands to the rc interfac...
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-09-03 Rémi Denis-CourmontFurther crackdown on GNU make-isms
2006-09-01 Pavlov KonstantinRecode output in rc interface to current locale
2006-08-29 Christophe Mutricyhrm, compile before you commit
2006-08-29 Christophe MutricyFix implicit pointer function. Patch by Dann Frazier...
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
2006-08-07 Clément StenacFix sort by artist
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-07-13 Sam Hocevar * modules/control/hotkeys.c: nawak.
2006-07-08 Christophe MutricyClean up
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-07-04 Sam Hocevar * modules/control/motion.c: control VLC with laptop...
2006-06-14 Yoann Peronneau* web interface: add a snapshot button
2006-06-14 Yoann Peronneau* control/http: fix "pl.current"
2006-06-08 Clément Stenac* Don't delete main nodes in playlist_Clear
2006-06-06 Yoann Peronneau* use Play icon for play-only hotkey
2006-06-06 Yoann Peronneau* try to fix the pause-only hotkey
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-21 Yoann Peronneau* control/hotkeys.c: Fix Play/Pause hotkey
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-16 Jean-Paul Samancoding style fix
2006-05-16 Jean-Paul SamanFix Segmentation fault in RPN while parsing pathnames.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-13 Antoine CellerierAllow on the fly cropping size change with top, left...
2006-05-13 Antoine CellerierAdd zoom (z) and unzoom (shift+z) hotkeys
2006-05-10 Christophe Mutricy(no commit message)
2006-05-06 Antoine CellerierAdd 'GENRE' to the list of vlc_get_meta language indepe...
2006-05-05 Antoine Cellerier"[PATCH] for changing the mosaic-order in execution...
2006-05-04 Antoine CellerierAdd undocummented comments to help. Thanks to pieroxy...
2006-04-30 Rémi Denis-CourmontFix segfault
2006-04-29 Rémi Denis-CourmontHmm 512 bytes to format a decimal integer sounds a...
2006-04-29 Rémi Denis-CourmontAnother overflow
2006-04-29 Rémi Denis-CourmontFix likely stack buffer overflow
2006-04-29 Rémi Denis-Courmont- Don't nul-terminate after snprintf(), it does it...
2006-04-19 Antoine CellerierHackish fix for 'TITLE' vlc_meta_get
2006-04-17 Antoine CellerierAdd vlc_get_meta function. Argument can be:
2006-04-14 Antoine CellerierPrevent some segfaults when using hotkeys with no vout
2006-04-12 Christophe Mutricy*macro.c: Get the name correctly
2006-04-12 Christophe Massiot * modules/control/http/macro.c: Add slashes in the...
2006-04-11 Rémi Denis-CourmontRestores [13132] back - break the new interface again
2006-04-11 Rémi Denis-CourmontRevert [15132]:
2006-04-11 Clément StenacString fixes
2006-04-07 Rémi Denis-CourmontRestore previous URI components decoding instead of...
2006-04-06 Christophe Massiot * modules/control/http/util.c: Simplify MRLParse,...
2006-04-05 Christophe Mutricyhttp.c: Fix string.
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-04-01 Rémi Denis-Courmont- Don't assume builddir = srcdir
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément Stenac2nd control review (except telnet)
2006-03-30 Clément StenacUse the string
2006-03-30 Clément StenacCorba string (Refs:#438)
2006-03-29 Antoine CellerierSome more typos
2006-03-29 Antoine CellerierFix typos. Thanks to tumu
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-29 Antoine CellerierFirst rc interface string review
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-03-28 Antoine CellerierExport stats in http interface
2006-03-27 Rémi Denis-CourmontRemove superfluous (as in implied by the previous one...
2006-03-27 Rémi Denis-CourmontUse utf8_scandir instead of scandir
2006-03-26 Rémi Denis-Courmont- Use iconv transliteration instead of custom code
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-24 Antoine Celleriertry fixing charset problems. I'll launch a win32 nightl...
2006-03-23 Antoine Cellerieruse p_playlist->p_input
2006-03-22 Clément StenacStrings review of telnet.c (Refs:#438)
2006-03-20 Christophe Massiot * modules/control/http: Content-Type should be case...
2006-03-18 Clément StenacDon't use %f in HTTP interface (Closes:#584)
2006-03-18 Antoine CellerierHTTP interface: Display estimated item time when available.
2006-03-18 Antoine CellerierExport the fact that a playlist item is read only or...
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-03-17 Jean-Paul SamanImplement sort functionality on http interface. Patch...
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-04 Jean-Paul SamanDo not print extra STRING_CR on successfull command.
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-19 Antoine CellerierRemove debug message
2006-02-18 Rémi Denis-CourmontFix warnings
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-12 Clément StenacFix refcount problems
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
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.
next