]> git.sesse.net Git - vlc/history - modules/access/rtsp/real.c
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / rtsp / real.c
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-08-20 Pierre d'Herbemontrtsp: Mark some function as static.
2009-07-26 Rémi Denis-CourmontTypo
2009-07-26 Rémi Denis-CourmontReal pseudo-RTSP: prevent integer underflow
2009-07-14 JP DingerAvoid infringing C std namespace the simplistic way.
2009-07-14 JP DingerFix an actual error path for realloc() that doesn't...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
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.