]> git.sesse.net Git - vlc/history - modules/misc/memcpy
Fix compiler warning about asprintf return value.
[vlc] / modules / misc / memcpy /
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse the new registration mechanism for memcpy/memset
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rémi Denis-CourmontFix ptrdiff_t abuse. Especially in video_filter_invert:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-12-11 Clément StenacImprovements to preferences
2004-04-21 Sam Hocevar * configure.ac:
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-08-11 Sam Hocevar * ./modules/misc/memcpy/memcpyaltivec.c: added a...
2002-08-09 Sam Hocevar * ./src/libvlc.c: p_vlc->pf_memset is now usable...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...