]> git.sesse.net Git - vlc/history - modules/control
when a reference to a object is stored the ref-count of that module
[vlc] / modules / control /
2007-03-02 Laurent AimarFixed a small memory leak (password)
2007-02-25 Antoine CellerierPatch by ILEoo to make the telnet interface work with...
2007-02-24 Antoine CellerierUntested new hotkeys:
2007-02-21 Rémi Denis-CourmontFix descriptor leak and remove useless code
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-15 Rémi Denis-CourmontClose telnet connection in case of error (fixes #995)
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-10 Christophe Mutricytelnet.c: remove the bloat which was needed when string...
2007-02-09 Antoine CellerierAdd "key" (or "hotkey") command in RC to simulate a...
2007-02-05 Pavlov KonstantinDon't translate messages in telnet interface
2007-02-04 Jean-Baptiste KempfD-Bus ameliorations and fix by Mr_Mirsal.
2007-02-01 Jean-Baptiste KempfD-Bus Patch by Mirsal ENNAIME
2007-01-13 Jean-Paul SamanFix segmentation fault in modules/control/telnet.c...
2007-01-10 Rémi Denis-CourmontDo not read inexistant configuration parameter
2007-01-06 Christophe MutricySplit text and control character to please gettext
2006-12-24 Clément StenacMore cleanup
2006-12-11 Derk-Jan Hartman* one more closedir fix
2006-12-11 Derk-Jan Hartman* another closedir fix
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-06 Rafaël CarréSimplification of one-instance mode
2006-12-06 Rafaël CarréD-Bus module now uses new specification
2006-12-03 Antoine CellerierAlso show telnet specific commands when using "help...
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-28 Rafaël CarréAdd a method to export playlists
2006-11-26 Antoine CellerierFix dbus compilation
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-21 Rafaël CarréImplement input position control
2006-11-21 Rafaël CarréImplement Volume control
2006-11-21 Rafaël CarréCorrect method signature
2006-11-20 Rafaël CarréUses playlist facilities
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-19 Rafaël CarréAdds GetPlayingItem method
2006-11-18 Rafaël CarréAdd Next, Prev, and Stop methods
2006-11-18 Rafaël CarréAdd missing </method> tag
2006-11-18 Rafaël CarréAdded quit method
2006-11-18 Rafaël CarréInitial support of D-Bus based control interface
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
2006-11-11 Rémi Denis-CourmontFix a bunch of warnings
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-09 Rémi Denis-CourmontYou can't find the root object, so don't try to mess...
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-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-10-17 Antoine CellerierFix 32bit/64bit issue in http interface time/length...
2006-10-14 Antoine CellerierMotion control interface can now be used with the rotat...
2006-10-14 Clément StenacFix HTTP deletion
2006-10-13 Antoine Cellerier[vlc] http streaming interface bug (with fix) by Mitch...
2006-10-12 Antoine Cellerier[PATCH] Repeat and Loop - Remote Control Interface...
2006-10-05 Rémi Denis-CourmontFix off-by-one buffer overflow
2006-10-05 Rafaël CarréFix "Fix httpd stack corruption"
2006-10-05 Rafaël CarréFix stack corruption in httpd
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-25 Olivier AubertRemove CORBA module, which I is not used anymore (not...
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 StenacConvert hotkeys to using cond_wait/cond_signal
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
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
next