]> git.sesse.net Git - vlc/history - modules/video_filter/rss.c
Fix potential memleak.
[vlc] / modules / video_filter / rss.c
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Jean-Baptiste KempfFix typo.
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-12 Jean-Baptiste KempfMissing include.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-07 Antoine CellerierSame change as marq for positioning code.
2007-11-15 Jean-Paul SamanFix various memleaks in error paths.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-05-16 Jean-Paul SamanFix compiler warnings of type "warning: (near initializ...
2007-05-09 Antoine Cellerier* rss.c: Test fix for a bug i can't reproduce (most...
2007-03-21 Antoine CellerierFix the help string for rss-speed.
2007-03-21 Antoine Cellerierrss.c: Using [19378] (visible region persitence in...
2007-03-21 Antoine Cellerier* Add new rss-title option to configure how/when/if...
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Rémi Denis-CourmontRemove extraneous ToLocale().
2006-10-01 Antoine Cellerieruse config chain stuff in logo, rss and mosaic sub...
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-02-19 Antoine Cellerierrss.c: add some Atom stuff and some extra checks.
2006-02-19 Rémi Denis-CourmontLoadImage is a macro on Win32 API - you can't use as...
2006-02-18 Antoine Cellerierrss.c: change module shortname
2006-02-18 Antoine Cellerierrss.c: add 'support' for Atom feeds.
2006-02-18 Antoine Cellerierrss.c: add suport for feed images (default enabled).
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Antoine Cellerieruse EnsureUTF8 on output string
2006-02-18 Antoine CellerierRemove white characters at begining and end of element...
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-01-12 Antoine CellerierFSF address change.
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-17 Antoine Cellerierif ttl==0, don't update the feeds
2005-08-17 Antoine Cellerierremove debug stuff
2005-08-17 Antoine Cellerier * add --rss-ttl parmeter so the feeds can be updated
2005-07-31 Antoine Cellerierfree stuff and add mutex (will be needed when RSS feed...
2005-07-31 Antoine Cellerierchange option names so users can have different setting...
2005-07-31 Antoine Cellerier * rss.c : add new rss module (sub filter)