]> git.sesse.net Git - vlc/history - modules/stream_filter/dash/dash.cpp
stream_filter: dash: simplify next chunk condition
[vlc] / modules / stream_filter / dash / dash.cpp
2014-12-18 Francois Cartegniestream_filter: dash: add User-Agent
2014-12-18 Francois Cartegniestream_filter: dash: remove useless includes
2014-12-18 Francois Cartegniestream_filter: dash: simplify getting duration
2014-11-17 Francois Cartegniestream_filter: dash: set CAN_CONTROL_PACE
2014-11-14 Francois Cartegniestream_filter: dash: don't use global ref to log throug...
2014-11-13 Francois Cartegniestream_filter: dash: log through libvlc
2014-02-21 Jean-Baptiste KempfDash: __STDC_CONSTANT_MACROS must be before config.h
2014-02-21 Rémi Denis-Courmontstream_filter: rectify PTS delay unit (fix #10748)
2013-12-29 Rémi Denis-CourmontDASH: use vlc_strerror_c()
2013-11-10 Rémi Denis-CourmontDASH: provide PTS delay
2013-04-16 Rémi Denis-Courmonthttp filters: pause not implemented, pace control not...
2012-05-30 Jean-Baptiste KempfDash: correct LGPL header
2012-04-16 Christopher Muellerdash: dashmanager refactoring
2012-04-16 Christopher Muellerdash: enabled persistent connections and pipelining
2012-03-29 Frédéric YhuelDASH: implement Seek()
2012-03-23 Hugo Beauzée-Luyssendash: Don't use void* for pointer arithmetic
2012-03-23 Frédéric YhuelCurrently, Read() might returns less than i_len bytes...
2012-02-14 Christopher Muellerdash: added buffer size to prefs
2012-02-14 Christopher Muellerdash: added resolution interpretation
2012-02-02 Hugo Beauzée-Luyssendash: bandwidth is in bits per second
2012-02-02 Hugo Beauzée-Luyssendash: Fixing STREAM_GET_SIZE control query.
2012-02-02 Christopher Muellerdash: added generic mpd generation
2012-01-06 Hugo Beauzée-Luyssendash: Removing empty IAdaptionLogic implementation.
2012-01-06 Hugo Beauzée-Luyssendash: Adding an implementation for UrlTemplate
2011-12-30 Hugo Beauzée-Luyssendash: Don't crash if we don't have a valid mpdManager.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking MPD tree building.
2011-12-30 Hugo Beauzée-Luyssendash: Don't use the module when MPD parsing failed.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking the way MPD profile is handled
2011-12-08 Hugo Beauzée-Luyssendash: Don't hardcode the isLive information.
2011-11-28 Hugo Beauzée-Luyssendash: Let the parser handle the root node cleaning.
2011-11-17 Jean-Baptiste KempfDASH: better debug messages
2011-11-17 Jean-Baptiste KempfDash: static-ify isDash
2011-11-01 Rémi Denis-CourmontDASH: allocate hot-path parser on the stack and cosmetics
2011-10-26 Jean-Baptiste KempfDASH: remove unnecessary includes and other trivial...
2011-10-26 Christopher MuellerAdded DASH stream filter