]> git.sesse.net Git - vlc/history - modules/access/rtsp/access.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / access / rtsp / access.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
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.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2006-12-11 Derk-Jan Hartman* forwardport [18336]:
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Derk-Jan Hartman* forwardport [17538] : Real RTSP selection fix. refs...
2006-08-29 Jean-Paul SamanFix compiler warnings related to wrong datatypes.
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-16 Derk-Jan Hartman* Real RTSP sometimes uses pnm://
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-12-04 Gildas Bazin* modules/demux/real.c, modules/access/rtsp: fixed...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-25 Jean-Paul SamanFix compiler warnings
2005-09-19 Gildas Bazin* modules/access/rtsp: fixed problem in BlockRead().
2005-09-18 Gildas Bazin* modules/access/rtsp: real rtsp access module.