]> git.sesse.net Git - vlc/history - modules/codec/cmml/xurl.c
Do not assert memory allocations
[vlc] / modules / codec / cmml / xurl.c
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-10-05 Rémi DuraffortCleaning xurl code (CID 193 and CID 51 are now fixed)
2008-10-01 Rémi DuraffortDon' reinvete the wheel just for fun.
2008-10-01 Rémi DuraffortCleaning and fix potential memleaks.
2008-10-01 Rémi DuraffortRemove xurl_(free|malloc)
2008-10-01 Rémi Duraffortsecond parameter of streallocat must be const.
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
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-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
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-05-26 Andre Pang* cmml: fix for loading non-file:// URLs on win32
2004-04-19 Andre Pang* Added Continuous Media Markup Language (CMML) codec