]> git.sesse.net Git - vlc/history - modules/misc
Remove dead RTCP code
[vlc] / modules / misc /
2007-09-07 Rafaël CarréUses add_password for passwords
2007-09-05 Christophe MutricyFix warnings about asprintf() + cosmetics
2007-09-05 Rémi Denis-CourmontFix the exact same remote DoS as in RTSP stream output
2007-09-05 Rémi Denis-Courmont#include order
2007-09-05 Bernie PurcellCorrect a warning on OSX
2007-09-04 Rémi Denis-CourmontFix minor cast mistmatches
2007-09-04 Rémi Denis-CourmontFix incorrect type size on 64bits
2007-08-30 Rafaël CarréConverting a string for using it in xml without using...
2007-08-29 Rafaël CarréReplaces xml special chars in image url
2007-08-29 Rafaël Carrénotify: Uses notification-daemon's builtin icons for...
2007-08-28 Bernie PurcellRevert the patch for working fontpath on Gentoo due to
2007-08-28 Bernie PurcellUse a different font path for Gentoo linux
2007-08-27 Bernie PurcellCorrect a mask typo, copy across some memory checks...
2007-08-26 Bernie PurcellWhitespace removal
2007-08-26 Ilkka Ollakkam3u.c: don't free and write
2007-08-26 Ilkka Ollakkaxspf.c: add album-art as <image> and use Title in title...
2007-08-25 Christophe MutricyWait a little bit so we get the meta and art
2007-08-25 Ilkka Ollakkasend Title not filename to last.fm, fixes submitting...
2007-08-25 Rafaël Carréaudioscrobbler: runs in a separate thread because of...
2007-08-25 Rafaël Carrénotify: replaces '&' with '&amp;' in popup body
2007-08-25 Rafaël Carrénotify: Adds a previous button also
2007-08-25 Rafaël Carrénotify: Adds a button to skip current element
2007-08-25 Rafaël Carrénotify: Don't use empty metadata
2007-08-24 Rafaël CarréDon't print "no artist" or "no album" if metadata isn...
2007-08-24 Ilkka Ollakkawait INTERVAL if needed on submitting, and don't try...
2007-08-24 Bernie PurcellRGB and alpha --> ARGB - similar to freetype.c
2007-08-24 Bernie PurcellOops
2007-08-24 Bernie PurcellCopy across damienf's mod to freetype.c in r21422 to...
2007-08-24 Bernie PurcellStrip out whitespace
2007-08-23 Rafaël CarréCloses the previously displayed notification before...
2007-08-23 Rafaël CarréAlbum art support in libnotify popups
2007-08-23 Antoine CellerierFix xosd (due to bug introduced in [17267] by funman).
2007-08-23 Antoine CellerierFix copyright date here too.
2007-08-23 Antoine CellerierSet svn:keywords and change copyright year back to...
2007-08-23 Antoine CellerierRestore svn history for the lua modules (For future...
2007-08-22 Damien Fouilleulfreetype: balance vlc_object_find() and vlc_object_rele...
2007-08-22 Christophe MutricyCheck for the good directory.
2007-08-22 Christophe MutricyDistribute vlclua.h
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-22 Pierre d'Herbemontmodules/misc/lua: Share some code between the modules...
2007-08-21 Rafaël CarréFixes memory leaks
2007-08-21 Rémi Denis-CourmontCentralize HTTP/RTSP error text
2007-08-21 Damien Fouilleulfreetype: make sure fontconfig is still optional
2007-08-21 Bernie PurcellChanges to get styled subtitles working with Windows
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Rafaël CarréAdds CONFIG_ITEM_PASSWORD for showing stars in preferen...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Pierre d'Herbemontaudioscrobbler.c: Fix 21193. It should be reverted...
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-16 Rémi Denis-CourmontUse var_GetGlobalMutex
2007-08-16 Pierre d'Herbemontmodules/misc/quartztext.c: Avoid reading a Null ptr.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-15 Pierre d'Herbemontmodules/misc/playlist/xspf.c: Remove some weird duplica...
2007-08-14 Pierre d'Herbemontmodules/misc/notify/growl.c: Remove some dead code.
2007-08-14 Pierre d'Herbemontmodules/misc/notify/msn.c: Remove some dead code.
2007-08-14 Bernie PurcellCorrections to scaling logic in previous commit
2007-08-11 Bernie PurcellPrescaled output support
2007-07-31 Bernie PurcellDynamically load any TTF or OTF fonts available in...
2007-07-31 Bernie PurcellDynamically load any TTF or OTF fonts available in...
2007-07-19 Bernie Purcell(hopefully) a fix for issue found by Ilkka Ollakka...
2007-07-10 Jean-Baptiste Kempf* Adds a raster animation to text tagged with <karaoke...
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-07-02 Jean-Baptiste KempfFreetype:
2007-06-30 Antoine CellerierHopefully fix compilation.
2007-06-30 Antoine CellerierAttempt to allow using meta information in the MSN...
2007-06-27 Rafaël CarréNow using ITEM_PREPARSED & ITEM_META_FETCHED indicators
2007-06-12 Jean-Paul SamanFix potential memleaks
2007-05-31 Antoine Cellerier"[PATCH] audioscrobbler plugin connection check" by...
2007-05-30 Jean-Paul SamanFix memleak.
2007-05-20 Yoann Peronneau* xspf.c: export item description as <annotation>
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-04-24 Pierre d'HerbemontQuartz (Mac OS X) subtitle renderer by Bernie Purcell.
2007-04-15 Rémi Denis-CourmontFix double certificate deinitialization
2007-04-09 Christophe MutricyFix warnings.
2007-04-04 Rafaël CarréUse new gnome-screensaver D-Bus interface
2007-03-30 Derk-Jan Hartman* Missing part of previous commit [19535].
2007-03-30 Derk-Jan Hartman* Patch to support basic formatting in non-SSA/USF...
2007-03-23 Christophe MutricyFix the strings.
2007-03-21 Antoine CellerierChange the visible heigh/width only if they weren't...
2007-03-21 Antoine CellerierCosmetics (well ... invisible cosmetics). Remove traili...
2007-03-20 Jean-Paul Samancoding style cleanup
2007-03-17 Christophe MutricyFix double free and a 1 octet per subtitle memleak
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-03-10 Jean-Paul Samanassert if p_current is NULL, it should be valid
2007-03-10 Jean-Paul SamanSanity check
2007-03-09 Olivier Aubertmodules/misc/svg: include vlc_charset, and define svg_G...
2007-03-01 Laurent AimarFixed a small memleak per ES.
2007-02-26 Laurent AimarFixed a deadlock between VLM and httpd. (Issue all...
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-25 Laurent AimarFixed H264 vod (import code from rtp.c, there is a...
2007-01-14 Jean-Paul SamanAdded option to disable session timeout option on RTSP...
2007-01-03 Damien Fouilleulaudioscrobbler.c: fix for format string exploit
2007-01-03 Rémi Denis-CourmontDo not use error message as a format string.
2006-12-24 Clément StenacMore cleanup
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
next