]> git.sesse.net Git - vlc/history - modules/misc
Coding convention
[vlc] / modules / misc /
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-18 Rafaël Carrénew growl plugin: local only, supports album art (you...
2008-02-18 Rafaël Carréfix compilation on win32
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-02-03 Rémi Denis-CourmontRemove dead preprocessor directives
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-02 Rafaël Carrégrowl: better formatting of notification, depending...
2008-01-29 Rafaël Carréfreetype: fix compilation, vlc_mtime.h is already inclu...
2008-01-29 Rafaël Carrémisc: fix warnings
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-CourmontCleanup condition handling, should fix #1448
2008-01-23 Damien Fouilleulgnutls: fool VLC_OBJECT() cast check for NULL objects
2008-01-22 Rémi Denis-CourmontRemove the static gnutls object pointer thanks to previ...
2008-01-22 Rafaël Carréaudioscrobbler: code cleanup, higher severity for some...
2008-01-18 Rémi Denis-CourmontFix Windows case which implements fd_set differently:
2008-01-18 Rémi Denis-CourmontAvoid overflows in the LUA net API. Run-time behavior...
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-15 Christophe Mutricy_GNU_SOURCE is already taken of by config.h + typo
2008-01-15 Rafaël Carréaudioscrobbler: do not use mdate() when the real date...
2008-01-12 Rafaël Carréaudioscrobbler: use exclusively mdate() for time-relate...
2008-01-10 Rémi Duraffort"vlc_*_timedwait() expect a time in microseconds"....
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-17 Rémi Denis-CourmontFix error handling
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-12-15 Rafaël Carréxspf: %-encode '%' and '+' for every URIs (it really...
2007-12-14 Rafaël Carréanother missing signal.h
2007-12-12 Rémi Denis-CourmontClear signal mask _between_ fork() and exec*().
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...
next