]> git.sesse.net Git - vlc/history - modules/access_filter/record.c
Include vlc_plugin.h as needed
[vlc] / modules / access_filter / record.c
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-27 Rémi Denis-Courmontaccess_filter_record: use key-action
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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)
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-30 Rémi Denis-CourmontFix one memleak and a few unused result warnings
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-23 Laurent AimarFixed compilation warning.
2006-12-14 Derk-Jan Hartman* More compiler warning fixes (const mostly)
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontMore
2006-04-07 Christophe Mutricyeliminate non-valid characters only on the name not...
2006-03-30 Clément StenacAccess strings (Refs:#438)
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontReplace forbidden characters with underscores when...
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-11 Clément StenacDon't crash in record filter (Closes:#542)
2006-01-12 Antoine CellerierFSF address change.
2005-10-06 Laurent Aimar * record: correct i_update field.
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-29 Laurent Aimar * record: use add_directory (instead of add_string...
2005-04-28 Damien Fouilleulvlc_common.h: Cygwin & Mingw32 compatibilty update...
2005-04-28 Gildas Bazin* modules/access_filter/record.c: compilation fix.
2005-04-28 Laurent Aimar * record: grrr, support for system that doesn't have...
2005-04-27 Rémi Denis-CourmontFix errno undefined error
2005-04-26 Laurent Aimar * all: added set_shortname.
2005-04-26 Laurent Aimar * all: added a new access_filter module: record +...