]> git.sesse.net Git - vlc/history - modules/access/rtsp/access.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / access / rtsp / access.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2013-08-26 Rémi Denis-Courmontaccess: remove info.i_(update|title|seekpoint)
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-25 Rémi Denis-Courmontaccess: clearing info.i_update is the owner's job,...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-10 Christophe MutricyCompile fix
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-08-20 Pierre d'Herbemontrtsp: Feed a litteral to the format to kill a warning.
2009-08-20 Pierre d'Herbemontrtsp: Flag unused parameters.
2009-07-14 JP DingerRemove unused variables, refactor a bit.
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP DingerA couple more obvious missing (int64_t) cast fixes.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-25 Rémi Duraffortaccess: compile warnings.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-12-17 Rémi DuraffortCheck malloc return value.
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.