]> git.sesse.net Git - vlc/history - modules/control
* Remove some unneeded complexity in playlist and directory
[vlc] / modules / control /
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
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
next