]> git.sesse.net Git - vlc/history - include/vlc_stream.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_stream.h
2010-02-13 Antoine CellerierRemove trailing spaces.
2010-02-07 Rémi Denis-Courmontstream: remove leading underscores
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2009-12-19 Jean-Philippe AndréStream: Export stream_FilterNew
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-01-25 Laurent AimarAdded path information in stream_t.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2007-10-02 Rémi Denis-CourmontPass content-type from access to stream
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-05-15 Antoine Cellerier* vlc_stream.h: Don't export stream_ReadLine() twice.
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-04-18 Rémi Denis-Courmonttypo
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-12-10 Derk-Jan Hartman* UTF16 and UTF32 conversion to UTF8 for stream_ReadLin...
2005-09-03 Steve Lhomme* prevent crashes when a stream is not opened correctly
2005-08-15 Clément StenacFix a few warnings
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-01 Cyril Deguet* vlc_stream.h: added missing extern "C" (prevented...
2005-04-01 Sigmund Augdal Helbergfixed a few problems with stream_UrlNew
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2004-11-26 Sigmund Augdal Helbergall: new stream_t reading from a buffer.
2004-06-22 Laurent Aimar * vlc_stream.h : oops again.