]> git.sesse.net Git - vlc/history - modules/access_filter/record.c
Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
[vlc] / modules / access_filter / record.c
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 +...