]> git.sesse.net Git - vlc/history - modules/access/rtsp/real.c
Merge branch 1.0-bugfix
[vlc] / modules / access / rtsp / real.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 JP Dingersdpplin_free() and rmff_free_header() already check...
2008-12-12 Rémi Duraffortrealrtsp: cosmetics
2008-12-12 Rémi Duraffortrtspreal: no need to compute the values of this array.
2008-12-12 Rémi Duraffortrtspreal: no need to ask for the size of the array as
2008-12-12 Rémi Duraffortrealrtsp: don't write outside a static buffer.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
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 stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2006-12-11 Derk-Jan Hartman* forwardport [18336]:
2006-08-29 Jean-Paul SamanFix compiler warnings related to wrong datatypes.
2006-05-20 Jean-Paul SamanDefault value for pointer that could be used uninitalised
2006-04-06 Clément StenacFix potential bugs
2006-01-12 Antoine CellerierFSF address change.
2005-10-04 Jean-Paul SamanFix double free error.
2005-09-25 Jean-Paul SamanUndo coding style fixes to make syncing with Xine code...
2005-09-25 Jean-Paul SamanFix compiler warnings
2005-09-25 Jean-Paul SamanFix several memory leaks and do a bit of coding style...
2005-09-19 Gildas Bazin* modules/access/rtsp: fixed problem in BlockRead().
2005-09-18 Gildas Bazin* modules/access/rtsp: real rtsp access module.