]> git.sesse.net Git - vlc/history - modules/access/rtsp/real_sdpplin.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / access / rtsp / real_sdpplin.c
2009-08-20 Pierre d'Herbemontrtsp: Remove unused variable.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
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 DingerRemove another extra base64 decoder.
2008-12-12 Rémi Duraffortrealrtsp: fix read after the end of the string if the...
2008-12-12 Rémi Duraffortrealrtsp: initialize *all* the array
2008-12-12 Rémi Duraffortrealrtsp: fix potential memleaks.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-22 Christophe MutricyFix mem leak
2008-03-19 Pavlov KonstantinFix Array Indexing Vulnerability in sdpplin_parse(...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-01-20 Christophe MutricyAvoid buffer overflow. Fix #1442. Refs CVE-2008-0295...
2008-01-11 Pavlov KonstantinFix another problem in realrtsp (ported from xine-lib...
2008-01-11 Pavlov KonstantinSome more fixes from upstream xine:
2008-01-11 Pavlov KonstantinFix warning
2005-12-04 Gildas Bazin* modules/demux/real.c, modules/access/rtsp: fixed...
2005-09-25 Jean-Paul SamanUndo coding style fixes to make syncing with Xine code...
2005-09-25 Jean-Paul SamanAnother bunch of memory leaks in realrtsp plugin
2005-09-25 Jean-Paul SamanCompile fixes and another memory leak fix
2005-09-25 Jean-Paul SamanFix several memory leaks and do a bit of coding style...
2005-09-18 Gildas Bazin* modules/access/rtsp: real rtsp access module.