]> git.sesse.net Git - vlc/history - modules/access/mms/buffer.c
Qt: properly show the dialog buttons on Win32
[vlc] / modules / access / mms / buffer.c
2013-07-16 Alain Degreffevar_buffer_getmemory: invalid memcpy source pointer
2012-11-13 Jean-Baptiste KempfLGPL
2012-03-03 Rafaël CarréMMS: add an error message if UTF-16 conversion fails
2011-08-28 Jean-Baptiste KempfGuid: rename fields to better match Microsoft usage
2010-10-26 Rémi Denis-CourmontMMS: use ToCharset()
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-03-13 Rémi DuraffortUseless test before a free()
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-08 Jean-Paul SamanRemove dead code (and commented out fprintf's).
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-16 Jean-Paul SamanUse proper datatype.
2007-05-16 Jean-Paul SamanRemove unused variable pw.
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-06-05 Laurent Aimar * mms/* : converted to access2. It should be reworked...
2002-12-06 Sam Hocevar * ./modules/access/mms/mms.c: fixed signed/unsigned...
2002-11-25 Laurent Aimar * all: begin to add mms over udp support. It begin...
2002-11-22 Sam Hocevar * ./modules/access/mms/var_buffer.h: this file is...