]> git.sesse.net Git - vlc/history - include/vlc_stream.h
input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
[vlc] / include / vlc_stream.h
2014-06-24 Julien 'Lta' BALLETAdd a default implementation for pf_readdir for StreamF...
2014-06-24 Julien 'Lta' BALLETAdd support for pf_readdir access modules in Streams
2013-11-10 Rémi Denis-CourmontAdd STREAM_GET_PTS_DELAY control (refs #8457)
2013-08-26 Rémi Denis-Courmontinput: add access & stream controls for current title...
2013-08-25 Rémi Denis-Courmontinput/stream: remove STREAM_CONTROL_ACCESS and simplify
2013-04-17 Rémi Denis-Courmontinput/stream: add STREAM_GET_SIGNAL (fixes #8414)
2013-04-17 Rémi Denis-Courmontstream: add STREAM_GET_META
2013-04-17 Rémi Denis-Courmontstream: add explicit controls for titles and seekpoints
2013-04-16 Rémi Denis-Courmontstream: add STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis-Courmontstream: add STREAM_SET_PAUSE_STATE control
2012-08-21 Rémi Denis-Courmontstream_Demux: add getters for position, length and...
2012-01-07 Laurent AimarAdded stream_BlockRemaining() helper.
2011-11-27 Jean-Baptiste KempfLGPL
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2010-11-02 Jean-Paul Samanstream_filter core: add procotol information to stream_t
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.