]> git.sesse.net Git - vlc/history - modules/access/rtsp
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / rtsp /
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-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-08-20 Pierre d'Herbemontrtsp: Feed a litteral to the format to kill a warning.
2009-08-20 Pierre d'Herbemontrtsp: Mark some function as static.
2009-08-20 Pierre d'Herbemontrtsp: Remove unused variable.
2009-08-20 Pierre d'Herbemontrtsp: Flag unused parameters.
2009-07-26 Rémi Denis-CourmontTypo
2009-07-26 Rémi Denis-CourmontReal pseudo-RTSP: prevent integer underflow
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-14 JP DingerAvoid infringing C std namespace the simplistic way.
2009-07-14 JP DingerRemove unused variables, refactor a bit.
2009-07-14 JP DingerFix an actual error path for realloc() that doesn't...
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-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.
2009-05-20 JP Dingersdpplin_free() and rmff_free_header() already check...
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-12-12 Rémi Duraffortrealrtsp: fix compilation warning, use calloc and some...
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-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-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-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-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-19 Pavlov KonstantinFix Array Indexing Vulnerability in sdpplin_parse(...
2008-03-13 Rémi DuraffortUseless test before a free()
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-01-24 Dennis van Amerongen* modules/access/rtsp/real.h: remote whiteline
2008-01-23 Christophe MutricyMissing from [24525]
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Christophe MutricyAvoid buffer overflow. Fix #1442. Refs CVE-2008-0295...
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)
2008-01-11 Pavlov KonstantinPort some fixes from CVE-2008-0225 fix for xine-lib...
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
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.
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
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-27 Laurent AimarCompilation warnings fixes.
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-05-20 Jean-Paul SamanCompare the right datatypes
2006-05-20 Jean-Paul SamanDefault value for pointer that could be used uninitalised
2006-04-06 Clément StenacFix potential bugs
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/access/rtsp/rtsp.c: fixed major bug in realrt...
2005-12-04 Gildas Bazin* modules/demux/real.c, modules/access/rtsp: fixed...
2005-10-30 Gildas Bazin* modules/demux/real.c, modules/access/rtsp/*: fixes...
2005-10-11 Clément StenacFix a bunch of preferences errors
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 SamanAnother bunch of memory leaks in realrtsp plugin
next