]> git.sesse.net Git - vlc/history - modules/misc
Not meant to be committed just yet
[vlc] / modules / misc /
2007-12-10 Rafaël Carrételepathy: shows an empty status when VLC has been...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-12-03 Rafaël CarréCopy [23439] for dummy video output
2007-11-30 Jean-Baptiste KempfYet another one from Philipp Weissenbacher.
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-28 Rafaël Carrérevert [23385]. make sure the object is locked when...
2007-11-27 Rafaël Carréfix make check
2007-11-26 Rafaël Carréaudioscrobbler: use psz_md5_hash()
2007-11-25 Bernie PurcellTry to protect more than one instance of FontBuilder...
2007-11-24 Antoine CellerierOops, forgot this file.
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
2007-11-24 Jean-Baptiste KempfAdd a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses...
2007-11-23 Rafaël Carréaudioscrobbler: more explicit debug messages
2007-11-19 Rafaël Carréfreetype: use [.\/_] to break lines when ' ' only failed
2007-11-18 Rafaël Carréxspf muxer: determinates correctly if we're handling...
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
2007-11-18 Rafaël Carréxspf muxer: %encode '+' since decode_URI() will decode...
2007-11-16 Christophe Mutricysvn:keywords
2007-11-15 Rémi Denis-CourmontTypo
2007-11-15 Rémi Denis-Courmont- exit() cannot return negative (or large) values
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanUse the filename passed and not the configuration file.
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanRefactor osdmenu parsing logic.
2007-11-14 Jean-Paul SamanAdd new files which should have been in previous commit.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanAdd newline to end of file, shuts up the compiler.
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-11-13 Rafaël Carréxspf: fix nodes encoding. big up to yoannp for fully...
2007-11-13 Christophe MutricyCosmetic
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-12 Antoine CellerierFix problem with the search lua wrapper (it always...
2007-11-12 Antoine CellerierAdd services discovery support and enhance playlist...
2007-11-12 Rafaël Carréxspf export: write the extension tag before the trackLi...
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-10 Antoine CellerierPort the http interface to the Lua Interface Module...
2007-11-05 Antoine Cellerier * modules/misc/lua:
2007-11-04 Rafaël Carréscreensaver: replaces system() calls by fork()/execv...
2007-11-04 Antoine CellerierSome more simplification of the luaplaylist/luameta...
2007-11-04 Antoine CellerierDon't pop the string before using it (else our pointer...
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.
2007-11-01 Bernie PurcellAddress Trac Issue #1350 - linebreaks being ignored...
2007-10-22 Rafaël Carréinhibit: apply [22797] since it's the same main loop...
2007-10-22 Rémi Denis-CourmontFix race condition in screensaver exit
2007-10-22 Rafaël Carréaudioscrobbler: we're sure metadata has been read only...
2007-10-21 Rafaël Carrélua: makes sure metadata is UTF8 encoded (some websites...
2007-10-21 Rafaël Carrépower management inhibit: uninhibit only once
2007-10-21 Rafaël Carrételepathy: don't Close() twice. one time when we encoun...
2007-10-20 Rafaël CarréNew inhibit module to prevent the power management...
2007-10-18 Rafaël Carréxspf writer: forget to increment the source pointer...
2007-10-18 Rafaël Carrételepathy: register the callbacks only when we are...
2007-10-18 Rafaël Carréxspf writer: do percent encoding on more characters...
2007-10-17 Rémi Denis-CourmontAlways check the certificates chain - it does not make...
2007-10-17 Rémi Denis-CourmontError out if hostname not specified
2007-10-15 Jean-Paul Samansmall codingstyle fix
2007-10-14 Rafaël Carréaudioscrobbler: submits songs when the input end, not...
2007-10-14 Rafaël Carréaudioscrobbler: read the metadata when it has been...
2007-10-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-12 Rafaël Carréxspf: try to produce valid XSPF files (there's still...
2007-10-09 Rafaël Carréfreetype: make sure the FontBuilder is finished when...
2007-10-08 Jean-Paul SamanRun FontBuilder thread after Freetype has been initiali...
2007-10-08 Rafaël Carréaudioscrobbler: we are already in our own thread, no...
2007-10-08 Rafaël Carréaudioscrobbler: use condition variables to be signaled...
2007-10-07 Rafaël Carréaudioscrobbler: rewrite for new protocol 1.2
2007-10-05 Rafaël Carréhal probe: disable unused code
2007-10-04 Rafaël Carréfreetype: fix a segfault introduced in [21339]
2007-10-03 Rafaël Carrénotify: unref the notification popup after we have...
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-29 Rafaël Carrételepathy: 10 calls to the "item-change" callback may...
2007-09-28 Rafaël Carrételepathy: fixes [22301]. '-' is forbidden in variable...
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-28 Rafaël Carrételepathy: same than [22299]
2007-09-28 Rafaël Carréscreensaver: Removes unused variable
2007-09-26 Rémi Denis-CourmontHard-code precomputed Diffie-Hellman-Merkel group param...
2007-09-22 Rémi Denis-CourmontSupport for loading Diffie-Hellman-Merkel key exchange...
2007-09-22 Rémi Denis-CourmontCompile fix
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontFix double-free
2007-09-22 Rémi Denis-CourmontWrite computed Diffie-Hellman-Merkel parameters to...
2007-09-22 Rémi Denis-CourmontUse up-to-date typedef from GnuTLS
2007-09-22 Rémi Denis-CourmontCreate the user certificate directories automagically
2007-09-22 Rémi Denis-CourmontFix overflow
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-21 Bernie PurcellFix for problem found by Sebastien Fievet where subtitl...
2007-09-19 Rafaël Carrélua: check stream_UrlNew return value
2007-09-18 Christophe MutricyTypos
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-17 Rafaël Carrételepathy: updates the presence only if the "item-chang...
2007-09-17 Rémi Denis-CourmontStick to American ASCII quotes otherwise gettext will...
2007-09-17 Rafaël CarréNew Telepathy plugin, to customize user Presence with...
2007-09-17 Pierre d'Herbemontlua: Print debug message only if really wanted.
2007-09-16 Antoine CellerierDon't print the "googleimage.lua: didn't return a strin...
2007-09-16 Rémi Denis-CourmontUse the new object locking API
2007-09-15 Rémi Denis-CourmontFix deadlock
2007-09-15 Rémi Denis-CourmontSimplification to avoid busy loops after process suspension
2007-09-15 Rémi Denis-CourmontWake up screensaver thread every 30 seconds rather...
next